Lines Matching refs:CurrentInstrSet
1751 if CurrentInstrSet() == InstrSet_ARM then in EmulateLDRRtPCRelative()
2003 if CurrentInstrSet() == InstrSet_ARM then in EmulateBLXImmediate()
2108 if CurrentInstrSet() == InstrSet_ARM then in EmulateBLXRm()
2220 if JMCR.JE == '0' || CurrentInstrSet() == InstrSet_ThumbEE then in EmulateBXJRm()
5304 if UnalignedSupport() || address<1:0> == '00' || CurrentInstrSet() == InstrSet_ARM then in EmulateSTRRegister()
5452 CurrentInstrSet() == eModeARM) { in EmulateSTRRegister()
6495 if CurrentInstrSet() == InstrSet_ARM then in EmulateLDRRegister()
6667 if (CurrentInstrSet() == eModeARM) { in EmulateLDRRegister()
8680 if !CurrentModeIsPrivileged() || CurrentInstrSet() == InstrSet_ThumbEE then in EmulateRFE()
11272 if (n == 15 && (wback || CurrentInstrSet() != eModeARM)) in EmulateVLDM()
11306 if ((n == 15) && (wback || (CurrentInstrSet() != eModeARM))) in EmulateVLDM()
11466 if ((n == 15) && (wback || (CurrentInstrSet() != eModeARM))) in EmulateVSTM()
11500 if ((n == 15) && (wback || (CurrentInstrSet() != eModeARM))) in EmulateVSTM()
11780 if ((n == 15) && (CurrentInstrSet() != eModeARM)) in EmulateVSTR()
11797 if ((n == 15) && (CurrentInstrSet() != eModeARM)) in EmulateVSTR()
12661 if CurrentInstrSet() == InstrSet_ThumbEE then in EmulateSUBSPcLrEtc()
13979 return CurrentInstrSet() == eModeThumb && m_it_session.InITBlock(); in InITBlock()
13983 return CurrentInstrSet() == eModeThumb && m_it_session.LastInITBlock(); in LastInITBlock()
14064 if (CurrentInstrSet() == eModeARM) in BranchWritePC()
14083 if (CurrentInstrSet() != eModeThumb) { in BXWritePC()
14090 if (CurrentInstrSet() != eModeARM) { in BXWritePC()
14120 if (ArchVersion() >= ARMv7 && CurrentInstrSet() == eModeARM) in ALUWritePC()
14126 EmulateInstructionARM::Mode EmulateInstructionARM::CurrentInstrSet() { in CurrentInstrSet() function in EmulateInstructionARM
14218 if (CurrentInstrSet() == eModeARM) in ReadCoreReg()