Home
last modified time | relevance | path

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

/freebsd-14.2/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()
5441 CurrentInstrSet() == eModeARM) { in EmulateSTRRegister()
6477 if CurrentInstrSet() == InstrSet_ARM then in EmulateLDRRegister()
6648 if (CurrentInstrSet() == eModeARM) { in EmulateLDRRegister()
12631 if CurrentInstrSet() == InstrSet_ThumbEE then in EmulateSUBSPcLrEtc()
14034 if (CurrentInstrSet() == eModeARM) in BranchWritePC()
14053 if (CurrentInstrSet() != eModeThumb) { in BXWritePC()
14060 if (CurrentInstrSet() != eModeARM) { in BXWritePC()
[all …]
H A DEmulateInstructionARM.h171 Mode CurrentInstrSet();