Searched refs:LastInITBlock (Results 1 – 3 of 3) sorted by relevance
36 bool LastInITBlock();157 bool LastInITBlock();
648 bool ITSession::LastInITBlock() { return ITCounter == 1; } in LastInITBlock() function in ITSession1065 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()[all …]
55 bool LastInITBlock() const { return it_mask_ == 0x8; } in LastInITBlock() function57 return OutsideITBlock() || LastInITBlock(); in OutsideITBlockOrLast()