Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Instruction/ARM/
H A DEmulateInstructionARM.cpp1764 if CurrentInstrSet() == InstrSet_ARM then in EmulateLDRRtPCRelative()
2016 if CurrentInstrSet() == InstrSet_ARM then in EmulateBLXImmediate()
2121 if CurrentInstrSet() == InstrSet_ARM then in EmulateBLXRm()
5465 CurrentInstrSet() == eModeARM) { in EmulateSTRRegister()
6508 if CurrentInstrSet() == InstrSet_ARM then in EmulateLDRRegister()
6680 if (CurrentInstrSet() == eModeARM) { in EmulateLDRRegister()
12674 if CurrentInstrSet() == InstrSet_ThumbEE then in EmulateSUBSPcLrEtc()
14115 if (CurrentInstrSet() == eModeARM) in BranchWritePC()
14134 if (CurrentInstrSet() != eModeThumb) { in BXWritePC()
14141 if (CurrentInstrSet() != eModeARM) { in BXWritePC()
[all …]
H A DEmulateInstructionARM.h175 Mode CurrentInstrSet();