Lines Matching refs:LastInITBlock

648 bool ITSession::LastInITBlock() { return ITCounter == 1; }  in LastInITBlock()  function in ITSession
1065 if (BitIsSet(registers, 15) && InITBlock() && !LastInITBlock()) in EmulatePOP()
1074 if (Rt == 15 && InITBlock() && !LastInITBlock()) in EmulatePOP()
1298 if (Rd == 15 && InITBlock() && !LastInITBlock()) in EmulateMOVRdRm()
1792 if (Rt == 15 && InITBlock() && !LastInITBlock()) in EmulateLDRRtPCRelative()
2048 if (InITBlock() && !LastInITBlock()) in EmulateBLXImmediate()
2067 if (InITBlock() && !LastInITBlock()) in EmulateBLXImmediate()
2140 if (InITBlock() && !LastInITBlock()) in EmulateBLXRm()
2188 if (InITBlock() && !LastInITBlock()) in EmulateBXRm()
2244 if (InITBlock() && !LastInITBlock()) in EmulateBXJRm()
2968 if (InITBlock() && !LastInITBlock()) in EmulateTB()
3245 if (Rd == 15 && InITBlock() && !LastInITBlock()) in EmulateADDReg()
3964 if (BitIsSet(registers, 15) && InITBlock() && !LastInITBlock()) in EmulateLDM()
4212 if (BitIsSet(registers, 15) && InITBlock() && !LastInITBlock()) in EmulateLDMDB()
4489 if ((Rt == 15) && InITBlock() && !LastInITBlock()) in EmulateLDRRtRnImm()
4516 ((Rt == 15) && InITBlock() && !LastInITBlock())) in EmulateLDRRtRnImm()
6561 if ((t == 15) && InITBlock() && !LastInITBlock()) in EmulateLDRRegister()
8718 if (InITBlock() && !LastInITBlock()) in EmulateRFE()
8735 if (InITBlock() && !LastInITBlock()) in EmulateRFE()
12708 if (InITBlock() && !LastInITBlock()) in EmulateSUBSPcLrEtc()
13989 bool EmulateInstructionARM::LastInITBlock() { in LastInITBlock() function in EmulateInstructionARM
13990 return CurrentInstrSet() == eModeThumb && m_it_session.LastInITBlock(); in LastInITBlock()