Lines Matching refs:LastInITBlock
658 bool ITSession::LastInITBlock() { return ITCounter == 1; } in LastInITBlock() function in ITSession
1075 if (BitIsSet(registers, 15) && InITBlock() && !LastInITBlock()) in EmulatePOP()
1084 if (Rt == 15 && InITBlock() && !LastInITBlock()) in EmulatePOP()
1308 if (Rd == 15 && InITBlock() && !LastInITBlock()) in EmulateMOVRdRm()
1800 if (Rt == 15 && InITBlock() && !LastInITBlock()) in EmulateLDRRtPCRelative()
2056 if (InITBlock() && !LastInITBlock()) in EmulateBLXImmediate()
2075 if (InITBlock() && !LastInITBlock()) in EmulateBLXImmediate()
2148 if (InITBlock() && !LastInITBlock()) in EmulateBLXRm()
2196 if (InITBlock() && !LastInITBlock()) in EmulateBXRm()
2252 if (InITBlock() && !LastInITBlock()) in EmulateBXJRm()
2976 if (InITBlock() && !LastInITBlock()) in EmulateTB()
3253 if (Rd == 15 && InITBlock() && !LastInITBlock()) in EmulateADDReg()
3972 if (BitIsSet(registers, 15) && InITBlock() && !LastInITBlock()) in EmulateLDM()
4220 if (BitIsSet(registers, 15) && InITBlock() && !LastInITBlock()) in EmulateLDMDB()
4497 if ((Rt == 15) && InITBlock() && !LastInITBlock()) in EmulateLDRRtRnImm()
4524 ((Rt == 15) && InITBlock() && !LastInITBlock())) in EmulateLDRRtRnImm()
6569 if ((t == 15) && InITBlock() && !LastInITBlock()) in EmulateLDRRegister()
8726 if (InITBlock() && !LastInITBlock()) in EmulateRFE()
8743 if (InITBlock() && !LastInITBlock()) in EmulateRFE()
12716 if (InITBlock() && !LastInITBlock()) in EmulateSUBSPcLrEtc()
14033 bool EmulateInstructionARM::LastInITBlock() { in LastInITBlock() function in EmulateInstructionARM
14034 return CurrentInstrSet() == eModeThumb && m_it_session.LastInITBlock(); in LastInITBlock()