Home
last modified time | relevance | path

Searched refs:CurrentInstrSet (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/Instruction/ARM/
H A DEmulateInstructionARM.cpp1754 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()
[all …]
H A DEmulateInstructionARM.h171 Mode CurrentInstrSet();