Home
last modified time | relevance | path

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

/external/valgrind/VEX/priv/
Dguest_arm_toIR.c19241 # define INSN1(_bMax,_bMin) SLICE_UInt(((UInt)insn1), (_bMax), (_bMin)) in disInstr_THUMB_WRK() macro
19257 if (BITS5(1,1,1,1,0) == INSN0(15,11) && BITS2(1,1) == INSN1(15,14)) { in disInstr_THUMB_WRK()
19258 UInt isBL = INSN1(12,12); in disInstr_THUMB_WRK()
19260 UInt bJ1 = INSN1(13,13); in disInstr_THUMB_WRK()
19261 UInt bJ2 = INSN1(11,11); in disInstr_THUMB_WRK()
19269 | (INSN1(10,0) << 1); in disInstr_THUMB_WRK()
19278 if (isBL == 0 && INSN1(0,0) == 1) valid = False; in disInstr_THUMB_WRK()
19315 UInt bP = INSN1(15,15); /* reglist entry for r15 */ in disInstr_THUMB_WRK()
19316 UInt bM = INSN1(14,14); /* reglist entry for r14 */ in disInstr_THUMB_WRK()
19317 UInt rLmost = INSN1(12,0); /* reglist entry for r0 .. 12 */ in disInstr_THUMB_WRK()
[all …]