Lines Matching refs:LastInITBlock

110 bool ITSession::LastInITBlock()  in LastInITBlock()  function in ITSession
508 if (BitIsSet(registers, 15) && InITBlock() && !LastInITBlock()) in EmulatePOP()
516 if (Rt == 15 && InITBlock() && !LastInITBlock()) in EmulatePOP()
747 if (Rd == 15 && InITBlock() && !LastInITBlock()) in EmulateMOVRdRm()
1234 if (Rt == 15 && InITBlock() && !LastInITBlock()) in EmulateLDRRtPCRelative()
1471 if (InITBlock() && !LastInITBlock()) in EmulateBLXImmediate()
1489 if (InITBlock() && !LastInITBlock()) in EmulateBLXImmediate()
1556 if (InITBlock() && !LastInITBlock()) in EmulateBLXRm()
1604 if (InITBlock() && !LastInITBlock()) in EmulateBXRm()
1660 if (InITBlock() && !LastInITBlock()) in EmulateBXJRm()
2401 if (InITBlock() && !LastInITBlock()) in EmulateTB()
2664 if (Rd == 15 && InITBlock() && !LastInITBlock()) in EmulateADDReg()
3395 if (BitIsSet (registers, 15) && InITBlock() && !LastInITBlock()) in EmulateLDM()
3646 if (BitIsSet (registers, 15) && InITBlock() && !LastInITBlock()) in EmulateLDMDB()
3922 if ((Rt == 15) && InITBlock() && !LastInITBlock()) in EmulateLDRRtRnImm()
3946 if ((wback && (Rn == Rt)) || ((Rt == 15) && InITBlock() && !LastInITBlock())) in EmulateLDRRtRnImm()
5995 if ((t == 15) && InITBlock() && !LastInITBlock()) in EmulateLDRRegister()
8144 if (InITBlock() && !LastInITBlock()) in EmulateRFE()
8161 if (InITBlock() && !LastInITBlock()) in EmulateRFE()
12121 if (InITBlock() && !LastInITBlock()) in EmulateSUBSPcLrEtc()
13054 EmulateInstructionARM::LastInITBlock() in LastInITBlock() function in EmulateInstructionARM
13056 return CurrentInstrSet() == eModeThumb && m_it_session.LastInITBlock(); in LastInITBlock()