Searched refs:LastInITBlock (Results 1 – 2 of 2) sorted by relevance
36 bool LastInITBlock();154 bool LastInITBlock();
649 bool ITSession::LastInITBlock() { return ITCounter == 1; } in LastInITBlock() function in ITSession1063 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()[all …]