Searched defs:inst1 (Results 1 - 7 of 7) sorted by relevance

/external/llvm/test/ExecutionEngine/RuntimeDyld/X86/
H A DCOFF_x86_64.s15 .global inst1
23 # rtdyld-check: decode_operand(inst1, 4) = __real400921f9f01b866e - next_pc(inst1)
24 inst1: label
H A DMachO_i386_DynNoPIC_relocations.s15 # rtdyld-check: decode_operand(inst1, 4) = x$non_lazy_ptr - tmp0$pb + 8
16 inst1: label
/external/ltrace/sysdeps/linux-gnu/arm/
H A Dtrace.c385 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 DHexagonMCInstrInfo.cpp115 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 Dradeon_code.h231 uint32_t inst1; member in struct:r500_fragment_program_code::__anon14060
/external/mesa3d/src/gallium/drivers/r600/
H A Dr600_shader.c295 unsigned inst0, inst1; local
310 inst1 = bytes[bytes_read++];
311 alu.inst = inst0 | (inst1 << 8);
/external/pcre/dist/sljit/
H A DsljitNativeTILEGX_64.c629 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