Searched defs:INSN1 (Results 1 - 1 of 1) sorted by relevance

/external/valgrind/VEX/priv/
H A Dguest_arm_toIR.c17429 /* A macro to fish bits out of insn0. There's also INSN1, to fish
17857 /* -- IMPORTANT: references to insn1 or INSN1 are -- */
19183 # define INSN1(_bMax,_bMin) SLICE_UInt(((UInt)insn1), (_bMax), (_bMin)) macro
19199 if (BITS5(1,1,1,1,0) == INSN0(15,11) && BITS2(1,1) == INSN1(15,14)) {
19200 UInt isBL = INSN1(12,12);
19202 UInt bJ1 = INSN1(13,13);
19203 UInt bJ2 = INSN1(11,11);
19211 | (INSN1(10,0) << 1);
19220 if (isBL == 0 && INSN1(0,0) == 1) valid = False;
19257 UInt bP = INSN1(1
21922 # undef INSN1 macro
[all...]

Completed in 112 milliseconds