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

/external/libchrome/sandbox/linux/bpf_dsl/
H A Dcodegen_unittest.cc217 // RET 42 (insn0)
220 CodeGen::Node insn0 = MakeInstruction(BPF_RET + BPF_K, 42); local
221 CodeGen::Node insn1 = MakeInstruction(BPF_LD + BPF_W + BPF_ABS, 42, insn0);
/external/valgrind/VEX/priv/
H A Dguest_arm_toIR.c18970 /* A macro to fish bits out of insn0. There's also INSN1, to fish
18974 # define INSN0(_bMax,_bMin) SLICE_UInt(((UInt)insn0), (_bMax), (_bMin))
18977 UShort insn0; /* first 16 bits of the insn */ local
19003 insn0 = getUShortLittleEndianly( guest_instr );
19009 if (0) vex_printf("insn: 0x%x\n", insn0);
19085 /* We don't know what it is. Set insn0 so decode_failure
19087 insn0 = getUShortLittleEndianly(code+16);
20876 UInt imm32 = thumbExpandImm_from_I0_I1(NULL, insn0, insn1);
20925 UInt imm32 = thumbExpandImm_from_I0_I1(NULL, insn0, insn1);
20951 UInt imm32 = thumbExpandImm_from_I0_I1(&updC, insn0, insn
[all...]

Completed in 159 milliseconds