Searched refs:INSN0 (Results 1 – 1 of 1) sorted by relevance
/external/valgrind/VEX/priv/ |
D | guest_arm_toIR.c | 17489 # define INSN0(_bMax,_bMin) SLICE_UInt(((UInt)insn0), (_bMax), (_bMin)) in disInstr_THUMB_WRK() macro 17927 switch (INSN0(15,6)) { in disInstr_THUMB_WRK() 17932 Bool isCMN = INSN0(15,6) == 0x10b; in disInstr_THUMB_WRK() 17933 UInt rN = INSN0(2,0); in disInstr_THUMB_WRK() 17934 UInt rM = INSN0(5,3); in disInstr_THUMB_WRK() 17948 UInt rN = INSN0(2,0); in disInstr_THUMB_WRK() 17949 UInt rM = INSN0(5,3); in disInstr_THUMB_WRK() 17965 UInt rM = INSN0(5,3); in disInstr_THUMB_WRK() 17966 UInt rD = INSN0(2,0); in disInstr_THUMB_WRK() 17981 UInt rM = INSN0(5,3); in disInstr_THUMB_WRK() [all …]
|