Searched refs:insn1 (Results 1 – 4 of 4) sorted by relevance
/external/llvm/test/ExecutionEngine/RuntimeDyld/X86/ |
D | MachO_x86-64_PIC_relocations.s | 14 # rtdyld-check: decode_operand(insn1, 0) = foo - next_pc(insn1) 15 insn1: label
|
/external/llvm/test/ExecutionEngine/RuntimeDyld/ARM/ |
D | MachO_ARM_PIC_relocations.s | 10 # rtdyld-check: decode_operand(insn1, 1) = (foo$non_lazy_ptr-(nextPC+8))[15:0] 11 insn1: label
|
/external/ltrace/sysdeps/linux-gnu/ppc/ |
D | plt.c | 184 uint32_t insn1 = libsym->arch.resolved_value >> 32; in ppc32_delayed_symbol() local 186 if ((insn1 & BRANCH_MASK) == B_INSN in ppc32_delayed_symbol()
|
/external/valgrind/VEX/priv/ |
D | guest_arm_toIR.c | 17437 UShort insn1; /* second 16 bits of the insn */ in disInstr_THUMB_WRK() local 17468 insn1 = 0; /* We'll get it later, once we know we need it. */ in disInstr_THUMB_WRK() 19183 # define INSN1(_bMax,_bMin) SLICE_UInt(((UInt)insn1), (_bMax), (_bMin)) in disInstr_THUMB_WRK() 19186 vassert(insn1 == 0); in disInstr_THUMB_WRK() 19187 insn1 = getUShortLittleEndianly( guest_instr+2 ); in disInstr_THUMB_WRK() 19336 UInt imm32 = thumbExpandImm_from_I0_I1(NULL, insn0, insn1); in disInstr_THUMB_WRK() 19385 UInt imm32 = thumbExpandImm_from_I0_I1(NULL, insn0, insn1); in disInstr_THUMB_WRK() 19411 UInt imm32 = thumbExpandImm_from_I0_I1(&updC, insn0, insn1); in disInstr_THUMB_WRK() 19445 UInt imm32 = thumbExpandImm_from_I0_I1(NULL, insn0, insn1); in disInstr_THUMB_WRK() 19504 UInt imm32 = thumbExpandImm_from_I0_I1(NULL, insn0, insn1); in disInstr_THUMB_WRK() [all …]
|