Searched refs:insn1 (Results 1 – 6 of 6) sorted by relevance
/external/llvm/test/ExecutionEngine/RuntimeDyld/X86/ |
D | ELF_x86-64_PIC-small-relocations.s | 13 # rtdyld-check: decode_operand(insn1, 0) = foo - next_pc(insn1) 14 insn1: label
|
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/llvm/test/ExecutionEngine/RuntimeDyld/Mips/ |
D | ELF_Mips64r2N64_PIC_relocations.s | 46 # rtdyld-check: decode_operand(insn1, 0)[27:0] = foo[27:0] 47 insn1: label
|
/external/libchrome/sandbox/linux/bpf_dsl/ |
D | codegen_unittest.cc | 221 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/ |
D | guest_arm_toIR.c | 17493 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 …]
|