Home
last modified time | relevance | path

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

/external/valgrind/VEX/priv/
Dguest_arm_toIR.c19183 # define INSN1(_bMax,_bMin) SLICE_UInt(((UInt)insn1), (_bMax), (_bMin)) in disInstr_THUMB_WRK() macro
19199 if (BITS5(1,1,1,1,0) == INSN0(15,11) && BITS2(1,1) == INSN1(15,14)) { in disInstr_THUMB_WRK()
19200 UInt isBL = INSN1(12,12); in disInstr_THUMB_WRK()
19202 UInt bJ1 = INSN1(13,13); in disInstr_THUMB_WRK()
19203 UInt bJ2 = INSN1(11,11); in disInstr_THUMB_WRK()
19211 | (INSN1(10,0) << 1); in disInstr_THUMB_WRK()
19220 if (isBL == 0 && INSN1(0,0) == 1) valid = False; in disInstr_THUMB_WRK()
19257 UInt bP = INSN1(15,15); /* reglist entry for r15 */ in disInstr_THUMB_WRK()
19258 UInt bM = INSN1(14,14); /* reglist entry for r14 */ in disInstr_THUMB_WRK()
19259 UInt rLmost = INSN1(12,0); /* reglist entry for r0 .. 12 */ in disInstr_THUMB_WRK()
[all …]