HomeSort by relevance Sort by last modified time
    Searched refs:ldst (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
nv50_ir_peephole.cpp 1710 Instruction *ldst, *next; local
    [all...]
nv50_ir_ra.cpp 862 LValue *ldst = dst->asLValue(); local
865 ldst->compound = lsrc->compound;
866 ldst->compMask = lsrc->compMask;
    [all...]
  /external/mesa3d/src/gallium/drivers/nv50/codegen/
nv50_ir_peephole.cpp 1710 Instruction *ldst, *next; local
    [all...]
nv50_ir_ra.cpp 862 LValue *ldst = dst->asLValue(); local
865 ldst->compound = lsrc->compound;
866 ldst->compMask = lsrc->compMask;
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/lc3b/
lc3bid.re 414 'ld' { RET_INSN(ldst, 0x20); }
415 'ldi' { RET_INSN(ldst, 0xA0); }
416 'st' { RET_INSN(ldst, 0x30); }
417 'sti' { RET_INSN(ldst, 0xB0); }
  /external/valgrind/main/none/tests/ppc64/
test_isa_2_07_part1.c 217 PPC_LD_ARGS = 0x00000008, // family: ldst
218 PPC_LDX_ARGS = 0x00000009, // family: ldst
219 PPC_ST_ARGS = 0x0000000A, // family: ldst
220 PPC_STX_ARGS = 0x0000000B, // family: ldst
221 PPC_STQ_ARGS = 0x0000000C, // family: ldst, two args, imm
222 PPC_LDQ_ARGS = 0x0000000D, // family: ldst, two args, imm
223 PPC_STQX_ARGS = 0x0000000E, // family: ldst, three args
224 PPC_LDQX_ARGS = 0x0000000F, // family: ldst, three_args
1068 int arith, logical, compare, ldst; member in struct:insn_sel_flags_t_struct
    [all...]
  /external/opencv/ml/src/
mltree.cpp 2555 CvPair32s32f *src, *ldst0, *rdst0, *ldst, *rdst; local
2602 int *src, *ldst0, *rdst0, *ldst, *rdst; local
    [all...]
  /external/valgrind/main/none/tests/ppc32/
jm-insns.c 353 PPC_LD_ARGS = 0x00000008, // family: ldst
354 PPC_LDX_ARGS = 0x00000009, // family: ldst
355 PPC_ST_ARGS = 0x0000000A, // family: ldst
356 PPC_STX_ARGS = 0x0000000B, // family: ldst
7448 int arith, logical, compare, ldst; member in struct:insn_sel_flags_t_struct
    [all...]

Completed in 214 milliseconds