Lines Matching refs:CurrentInstrSet

1756             if CurrentInstrSet() == InstrSet_ARM then  in EmulateLDRRtPCRelative()
2008 if CurrentInstrSet() == InstrSet_ARM then in EmulateBLXImmediate()
2113 if CurrentInstrSet() == InstrSet_ARM then in EmulateBLXRm()
2225 if JMCR.JE == '0' || CurrentInstrSet() == InstrSet_ThumbEE then in EmulateBXJRm()
5309 if UnalignedSupport() || address<1:0> == '00' || CurrentInstrSet() == InstrSet_ARM then in EmulateSTRRegister()
5457 CurrentInstrSet() == eModeARM) { in EmulateSTRRegister()
6500 if CurrentInstrSet() == InstrSet_ARM then in EmulateLDRRegister()
6672 if (CurrentInstrSet() == eModeARM) { in EmulateLDRRegister()
8685 if !CurrentModeIsPrivileged() || CurrentInstrSet() == InstrSet_ThumbEE then in EmulateRFE()
11277 if (n == 15 && (wback || CurrentInstrSet() != eModeARM)) in EmulateVLDM()
11311 if ((n == 15) && (wback || (CurrentInstrSet() != eModeARM))) in EmulateVLDM()
11471 if ((n == 15) && (wback || (CurrentInstrSet() != eModeARM))) in EmulateVSTM()
11505 if ((n == 15) && (wback || (CurrentInstrSet() != eModeARM))) in EmulateVSTM()
11785 if ((n == 15) && (CurrentInstrSet() != eModeARM)) in EmulateVSTR()
11802 if ((n == 15) && (CurrentInstrSet() != eModeARM)) in EmulateVSTR()
12666 if CurrentInstrSet() == InstrSet_ThumbEE then in EmulateSUBSPcLrEtc()
13986 return CurrentInstrSet() == eModeThumb && m_it_session.InITBlock(); in InITBlock()
13990 return CurrentInstrSet() == eModeThumb && m_it_session.LastInITBlock(); in LastInITBlock()
14071 if (CurrentInstrSet() == eModeARM) in BranchWritePC()
14090 if (CurrentInstrSet() != eModeThumb) { in BXWritePC()
14097 if (CurrentInstrSet() != eModeARM) { in BXWritePC()
14127 if (ArchVersion() >= ARMv7 && CurrentInstrSet() == eModeARM) in ALUWritePC()
14133 EmulateInstructionARM::Mode EmulateInstructionARM::CurrentInstrSet() { in CurrentInstrSet() function in EmulateInstructionARM
14225 if (CurrentInstrSet() == eModeARM) in ReadCoreReg()