Home
last modified time | relevance | path

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

/external/valgrind/VEX/priv/
Dguest_arm_toIR.c20721 # define INSN1(_bMax,_bMin) SLICE_UInt(((UInt)insn1), (_bMax), (_bMin)) in disInstr_THUMB_WRK() macro
20737 if (BITS5(1,1,1,1,0) == INSN0(15,11) && BITS2(1,1) == INSN1(15,14)) { in disInstr_THUMB_WRK()
20738 UInt isBL = INSN1(12,12); in disInstr_THUMB_WRK()
20740 UInt bJ1 = INSN1(13,13); in disInstr_THUMB_WRK()
20741 UInt bJ2 = INSN1(11,11); in disInstr_THUMB_WRK()
20749 | (INSN1(10,0) << 1); in disInstr_THUMB_WRK()
20760 if (isBL == 0 && INSN1(0,0) == 1) valid = False; in disInstr_THUMB_WRK()
20797 UInt bP = INSN1(15,15); /* reglist entry for r15 */ in disInstr_THUMB_WRK()
20798 UInt bM = INSN1(14,14); /* reglist entry for r14 */ in disInstr_THUMB_WRK()
20799 UInt rLmost = INSN1(12,0); /* reglist entry for r0 .. 12 */ in disInstr_THUMB_WRK()
[all …]