Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/Instruction/ARM/
H A DEmulateInstructionARM.cpp1751 if CurrentInstrSet() == InstrSet_ARM then in EmulateLDRRtPCRelative()
2003 if CurrentInstrSet() == InstrSet_ARM then in EmulateBLXImmediate()
2108 if CurrentInstrSet() == InstrSet_ARM then in EmulateBLXRm()
5452 CurrentInstrSet() == eModeARM) { in EmulateSTRRegister()
6495 if CurrentInstrSet() == InstrSet_ARM then in EmulateLDRRegister()
6667 if (CurrentInstrSet() == eModeARM) { in EmulateLDRRegister()
12661 if CurrentInstrSet() == InstrSet_ThumbEE then in EmulateSUBSPcLrEtc()
14064 if (CurrentInstrSet() == eModeARM) in BranchWritePC()
14083 if (CurrentInstrSet() != eModeThumb) { in BXWritePC()
14090 if (CurrentInstrSet() != eModeARM) { in BXWritePC()
[all …]
H A DEmulateInstructionARM.h171 Mode CurrentInstrSet();