Home
last modified time | relevance | path

Searched refs:insn0 (Results 1 – 2 of 2) sorted by relevance

/external/libchrome/sandbox/linux/bpf_dsl/
Dcodegen_unittest.cc220 CodeGen::Node insn0 = MakeInstruction(BPF_RET + BPF_K, 42); in TEST_F() local
221 CodeGen::Node insn1 = MakeInstruction(BPF_LD + BPF_W + BPF_ABS, 42, insn0); in TEST_F()
/external/valgrind/VEX/priv/
Dguest_arm_toIR.c17489 # define INSN0(_bMax,_bMin) SLICE_UInt(((UInt)insn0), (_bMax), (_bMin)) in disInstr_THUMB_WRK()
17492 UShort insn0; /* first 16 bits of the insn */ in disInstr_THUMB_WRK() local
17523 insn0 = getUShortLittleEndianly( guest_instr ); in disInstr_THUMB_WRK()
17529 if (0) vex_printf("insn: 0x%x\n", insn0); in disInstr_THUMB_WRK()
17607 insn0 = getUShortLittleEndianly(code+16); 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 …]