Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Instruction/ARM/
H A DEmulateInstructionARM.cpp1756 if CurrentInstrSet() == InstrSet_ARM then in EmulateLDRRtPCRelative()
2008 if CurrentInstrSet() == InstrSet_ARM then in EmulateBLXImmediate()
2113 if CurrentInstrSet() == InstrSet_ARM then in EmulateBLXRm()
5457 CurrentInstrSet() == eModeARM) { in EmulateSTRRegister()
6500 if CurrentInstrSet() == InstrSet_ARM then in EmulateLDRRegister()
6672 if (CurrentInstrSet() == eModeARM) { in EmulateLDRRegister()
12666 if CurrentInstrSet() == InstrSet_ThumbEE then in EmulateSUBSPcLrEtc()
14071 if (CurrentInstrSet() == eModeARM) in BranchWritePC()
14090 if (CurrentInstrSet() != eModeThumb) { in BXWritePC()
14097 if (CurrentInstrSet() != eModeARM) { in BXWritePC()
[all …]
H A DEmulateInstructionARM.h174 Mode CurrentInstrSet();