Lines Matching refs:LastInITBlock

649 bool ITSession::LastInITBlock() { return ITCounter == 1; }  in LastInITBlock()  function in ITSession
1063 if (BitIsSet(registers, 15) && InITBlock() && !LastInITBlock()) in EmulatePOP()
1072 if (Rt == 15 && InITBlock() && !LastInITBlock()) in EmulatePOP()
1296 if (Rd == 15 && InITBlock() && !LastInITBlock()) in EmulateMOVRdRm()
1790 if (Rt == 15 && InITBlock() && !LastInITBlock()) in EmulateLDRRtPCRelative()
2045 if (InITBlock() && !LastInITBlock()) in EmulateBLXImmediate()
2064 if (InITBlock() && !LastInITBlock()) in EmulateBLXImmediate()
2137 if (InITBlock() && !LastInITBlock()) in EmulateBLXRm()
2185 if (InITBlock() && !LastInITBlock()) in EmulateBXRm()
2241 if (InITBlock() && !LastInITBlock()) in EmulateBXJRm()
2963 if (InITBlock() && !LastInITBlock()) in EmulateTB()
3239 if (Rd == 15 && InITBlock() && !LastInITBlock()) in EmulateADDReg()
3954 if (BitIsSet(registers, 15) && InITBlock() && !LastInITBlock()) in EmulateLDM()
4200 if (BitIsSet(registers, 15) && InITBlock() && !LastInITBlock()) in EmulateLDMDB()
4473 if ((Rt == 15) && InITBlock() && !LastInITBlock()) in EmulateLDRRtRnImm()
4500 ((Rt == 15) && InITBlock() && !LastInITBlock())) in EmulateLDRRtRnImm()
6538 if ((t == 15) && InITBlock() && !LastInITBlock()) in EmulateLDRRegister()
8693 if (InITBlock() && !LastInITBlock()) in EmulateRFE()
8710 if (InITBlock() && !LastInITBlock()) in EmulateRFE()
12673 if (InITBlock() && !LastInITBlock()) in EmulateSUBSPcLrEtc()
13952 bool EmulateInstructionARM::LastInITBlock() { in LastInITBlock() function in EmulateInstructionARM
13953 return CurrentInstrSet() == eModeThumb && m_it_session.LastInITBlock(); in LastInITBlock()