Lines Matching refs:CurrentInstrSet

1754             if CurrentInstrSet() == InstrSet_ARM then  in EmulateLDRRtPCRelative()
2005 if CurrentInstrSet() == InstrSet_ARM then in EmulateBLXImmediate()
2110 if CurrentInstrSet() == InstrSet_ARM then in EmulateBLXRm()
2222 if JMCR.JE == '0' || CurrentInstrSet() == InstrSet_ThumbEE then in EmulateBXJRm()
5293 if UnalignedSupport() || address<1:0> == '00' || CurrentInstrSet() == InstrSet_ARM then in EmulateSTRRegister()
5441 CurrentInstrSet() == eModeARM) { in EmulateSTRRegister()
6477 if CurrentInstrSet() == InstrSet_ARM then in EmulateLDRRegister()
6648 if (CurrentInstrSet() == eModeARM) { in EmulateLDRRegister()
8660 if !CurrentModeIsPrivileged() || CurrentInstrSet() == InstrSet_ThumbEE then in EmulateRFE()
11245 if (n == 15 && (wback || CurrentInstrSet() != eModeARM)) in EmulateVLDM()
11279 if ((n == 15) && (wback || (CurrentInstrSet() != eModeARM))) in EmulateVLDM()
11439 if ((n == 15) && (wback || (CurrentInstrSet() != eModeARM))) in EmulateVSTM()
11473 if ((n == 15) && (wback || (CurrentInstrSet() != eModeARM))) in EmulateVSTM()
11753 if ((n == 15) && (CurrentInstrSet() != eModeARM)) in EmulateVSTR()
11770 if ((n == 15) && (CurrentInstrSet() != eModeARM)) in EmulateVSTR()
12631 if CurrentInstrSet() == InstrSet_ThumbEE then in EmulateSUBSPcLrEtc()
13949 return CurrentInstrSet() == eModeThumb && m_it_session.InITBlock(); in InITBlock()
13953 return CurrentInstrSet() == eModeThumb && m_it_session.LastInITBlock(); in LastInITBlock()
14034 if (CurrentInstrSet() == eModeARM) in BranchWritePC()
14053 if (CurrentInstrSet() != eModeThumb) { in BXWritePC()
14060 if (CurrentInstrSet() != eModeARM) { in BXWritePC()
14090 if (ArchVersion() >= ARMv7 && CurrentInstrSet() == eModeARM) in ALUWritePC()
14096 EmulateInstructionARM::Mode EmulateInstructionARM::CurrentInstrSet() { in CurrentInstrSet() function in EmulateInstructionARM
14188 if (CurrentInstrSet() == eModeARM) in ReadCoreReg()