Searched defs:inst1 (Results 1 - 7 of 7) sorted by relevance
/external/llvm/test/ExecutionEngine/RuntimeDyld/X86/ |
H A D | COFF_x86_64.s | 15 .global inst1 23 # rtdyld-check: decode_operand(inst1, 4) = __real400921f9f01b866e - next_pc(inst1) 24 inst1: label
|
H A D | MachO_i386_DynNoPIC_relocations.s | 15 # rtdyld-check: decode_operand(inst1, 4) = x$non_lazy_ptr - tmp0$pb + 8 16 inst1: label
|
/external/ltrace/sysdeps/linux-gnu/arm/ |
H A D | trace.c | 385 thumb_insn_size (unsigned short inst1) argument 387 if ((inst1 & 0xe000) == 0xe000 && (inst1 & 0x1800) != 0) 397 uint16_t inst1; local 399 if (proc_read_16(proc, pc, &inst1) < 0 411 if ((inst1 & 0xff00) == 0xbd00) { /* pop {rlist, pc} */ 414 const unsigned offset = bitcount(BITS(inst1, 0, 7)) * 4; 423 } else if ((inst1 & 0xf000) == 0xd000) { /* conditional branch */ 424 const unsigned long cond = BITS(inst1, 8, 11); 426 next_pcs[nr++] = pc + (SBITS(inst1, [all...] |
/external/llvm/lib/Target/Hexagon/MCTargetDesc/ |
H A D | HexagonMCInstrInfo.cpp | 115 MCInst const &inst1) { 121 MCInst *SubInst1 = new (Context) MCInst(deriveSubInst(inst1)); 113 deriveDuplex(MCContext &Context, unsigned iClass, MCInst const &inst0, MCInst const &inst1) argument
|
/external/mesa3d/src/gallium/drivers/r300/compiler/ |
H A D | radeon_code.h | 231 uint32_t inst1; member in struct:r500_fragment_program_code::__anon14060
|
/external/mesa3d/src/gallium/drivers/r600/ |
H A D | r600_shader.c | 295 unsigned inst0, inst1; local 310 inst1 = bytes[bytes_read++]; 311 alu.inst = inst0 | (inst1 << 8);
|
/external/pcre/dist/sljit/ |
H A D | sljitNativeTILEGX_64.c | 629 struct jit_instr inst1 = inst_buf[1]; local 665 inst_buf[1] = inst1; 687 inst_buf[0] = inst1; 703 inst_buf[1] = inst1; 721 inst_buf[0] = inst1;
|
Completed in 160 milliseconds