Home
last modified time | relevance | path

Searched refs:insn1 (Results 1 – 6 of 6) sorted by relevance

/external/llvm/test/ExecutionEngine/RuntimeDyld/X86/
DELF_x86-64_PIC-small-relocations.s13 # rtdyld-check: decode_operand(insn1, 0) = foo - next_pc(insn1)
14 insn1: label
DMachO_x86-64_PIC_relocations.s14 # rtdyld-check: decode_operand(insn1, 0) = foo - next_pc(insn1)
15 insn1: label
/external/llvm/test/ExecutionEngine/RuntimeDyld/ARM/
DMachO_ARM_PIC_relocations.s10 # rtdyld-check: decode_operand(insn1, 1) = (foo$non_lazy_ptr-(nextPC+8))[15:0]
11 insn1: label
/external/llvm/test/ExecutionEngine/RuntimeDyld/Mips/
DELF_Mips64r2N64_PIC_relocations.s46 # rtdyld-check: decode_operand(insn1, 0)[27:0] = foo[27:0]
47 insn1: label
/external/libchrome/sandbox/linux/bpf_dsl/
Dcodegen_unittest.cc221 CodeGen::Node insn1 = MakeInstruction(BPF_LD + BPF_W + BPF_ABS, 42, insn0); in TEST_F() local
222 CodeGen::Node insn2 = insn1; // Implicit JUMP in TEST_F()
/external/valgrind/VEX/priv/
Dguest_arm_toIR.c17493 UShort insn1; /* second 16 bits of the insn */ in disInstr_THUMB_WRK() local
17524 insn1 = 0; /* We'll get it later, once we know we need it. */ in disInstr_THUMB_WRK()
19241 # define INSN1(_bMax,_bMin) SLICE_UInt(((UInt)insn1), (_bMax), (_bMin)) in disInstr_THUMB_WRK()
19244 vassert(insn1 == 0); in disInstr_THUMB_WRK()
19245 insn1 = getUShortLittleEndianly( guest_instr+2 ); in disInstr_THUMB_WRK()
19394 UInt imm32 = thumbExpandImm_from_I0_I1(NULL, insn0, insn1); in disInstr_THUMB_WRK()
19443 UInt imm32 = thumbExpandImm_from_I0_I1(NULL, insn0, insn1); in disInstr_THUMB_WRK()
19469 UInt imm32 = thumbExpandImm_from_I0_I1(&updC, insn0, insn1); in disInstr_THUMB_WRK()
19503 UInt imm32 = thumbExpandImm_from_I0_I1(NULL, insn0, insn1); in disInstr_THUMB_WRK()
19562 UInt imm32 = thumbExpandImm_from_I0_I1(NULL, insn0, insn1); in disInstr_THUMB_WRK()
[all …]