Lines Matching refs:LastInITBlock

648 bool ITSession::LastInITBlock() { return ITCounter == 1; }  in LastInITBlock()  function in ITSession
1060 if (BitIsSet(registers, 15) && InITBlock() && !LastInITBlock()) in EmulatePOP()
1069 if (Rt == 15 && InITBlock() && !LastInITBlock()) in EmulatePOP()
1293 if (Rd == 15 && InITBlock() && !LastInITBlock()) in EmulateMOVRdRm()
1787 if (Rt == 15 && InITBlock() && !LastInITBlock()) in EmulateLDRRtPCRelative()
2043 if (InITBlock() && !LastInITBlock()) in EmulateBLXImmediate()
2062 if (InITBlock() && !LastInITBlock()) in EmulateBLXImmediate()
2135 if (InITBlock() && !LastInITBlock()) in EmulateBLXRm()
2183 if (InITBlock() && !LastInITBlock()) in EmulateBXRm()
2239 if (InITBlock() && !LastInITBlock()) in EmulateBXJRm()
2963 if (InITBlock() && !LastInITBlock()) in EmulateTB()
3240 if (Rd == 15 && InITBlock() && !LastInITBlock()) in EmulateADDReg()
3959 if (BitIsSet(registers, 15) && InITBlock() && !LastInITBlock()) in EmulateLDM()
4207 if (BitIsSet(registers, 15) && InITBlock() && !LastInITBlock()) in EmulateLDMDB()
4484 if ((Rt == 15) && InITBlock() && !LastInITBlock()) in EmulateLDRRtRnImm()
4511 ((Rt == 15) && InITBlock() && !LastInITBlock())) in EmulateLDRRtRnImm()
6556 if ((t == 15) && InITBlock() && !LastInITBlock()) in EmulateLDRRegister()
8713 if (InITBlock() && !LastInITBlock()) in EmulateRFE()
8730 if (InITBlock() && !LastInITBlock()) in EmulateRFE()
12703 if (InITBlock() && !LastInITBlock()) in EmulateSUBSPcLrEtc()
13982 bool EmulateInstructionARM::LastInITBlock() { in LastInITBlock() function in EmulateInstructionARM
13983 return CurrentInstrSet() == eModeThumb && m_it_session.LastInITBlock(); in LastInITBlock()