Lines Matching refs:CurrentInstrSet

1764             if CurrentInstrSet() == InstrSet_ARM then  in EmulateLDRRtPCRelative()
2016 if CurrentInstrSet() == InstrSet_ARM then in EmulateBLXImmediate()
2121 if CurrentInstrSet() == InstrSet_ARM then in EmulateBLXRm()
2233 if JMCR.JE == '0' || CurrentInstrSet() == InstrSet_ThumbEE then in EmulateBXJRm()
5317 if UnalignedSupport() || address<1:0> == '00' || CurrentInstrSet() == InstrSet_ARM then in EmulateSTRRegister()
5465 CurrentInstrSet() == eModeARM) { in EmulateSTRRegister()
6508 if CurrentInstrSet() == InstrSet_ARM then in EmulateLDRRegister()
6680 if (CurrentInstrSet() == eModeARM) { in EmulateLDRRegister()
8693 if !CurrentModeIsPrivileged() || CurrentInstrSet() == InstrSet_ThumbEE then in EmulateRFE()
11285 if (n == 15 && (wback || CurrentInstrSet() != eModeARM)) in EmulateVLDM()
11319 if ((n == 15) && (wback || (CurrentInstrSet() != eModeARM))) in EmulateVLDM()
11479 if ((n == 15) && (wback || (CurrentInstrSet() != eModeARM))) in EmulateVSTM()
11513 if ((n == 15) && (wback || (CurrentInstrSet() != eModeARM))) in EmulateVSTM()
11793 if ((n == 15) && (CurrentInstrSet() != eModeARM)) in EmulateVSTR()
11810 if ((n == 15) && (CurrentInstrSet() != eModeARM)) in EmulateVSTR()
12674 if CurrentInstrSet() == InstrSet_ThumbEE then in EmulateSUBSPcLrEtc()
14030 return CurrentInstrSet() == eModeThumb && m_it_session.InITBlock(); in InITBlock()
14034 return CurrentInstrSet() == eModeThumb && m_it_session.LastInITBlock(); in LastInITBlock()
14115 if (CurrentInstrSet() == eModeARM) in BranchWritePC()
14134 if (CurrentInstrSet() != eModeThumb) { in BXWritePC()
14141 if (CurrentInstrSet() != eModeARM) { in BXWritePC()
14171 if (ArchVersion() >= ARMv7 && CurrentInstrSet() == eModeARM) in ALUWritePC()
14177 EmulateInstructionARM::Mode EmulateInstructionARM::CurrentInstrSet() { in CurrentInstrSet() function in EmulateInstructionARM
14269 if (CurrentInstrSet() == eModeARM) in ReadCoreReg()