Home
last modified time | relevance | path

Searched refs:eContextRegisterLoad (Results 1 – 6 of 6) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Instruction/ARM/
DEmulateInstructionARM.cpp4556 context.type = EmulateInstruction::eContextRegisterLoad; in EmulateLDRRtRnImm()
5477 context.type = eContextRegisterLoad; in EmulateSTRRegister()
5609 context.type = eContextRegisterLoad; in EmulateSTRBThumb()
6428 context.type = eContextRegisterLoad; in EmulateLDRImmediateARM()
6449 context.type = eContextRegisterLoad; in EmulateLDRImmediateARM()
6459 context.type = eContextRegisterLoad; in EmulateLDRImmediateARM()
6471 context.type = eContextRegisterLoad; in EmulateLDRImmediateARM()
6634 context.type = eContextRegisterLoad; in EmulateLDRRegister()
6654 context.type = eContextRegisterLoad; in EmulateLDRRegister()
6664 context.type = eContextRegisterLoad; in EmulateLDRRegister()
[all …]
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Instruction/ARM64/
DEmulateInstructionARM64.cpp866 context_t.type = eContextRegisterLoad; in EmulateLDPSTP()
867 context_t2.type = eContextRegisterLoad; in EmulateLDPSTP()
1020 context.type = eContextRegisterLoad; in EmulateLDRSTRImm()
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/UnwindAssembly/InstEmulation/
DUnwindAssemblyInstEmulation.cpp450 case EmulateInstruction::eContextRegisterLoad: in WriteMemory()
564 case EmulateInstruction::eContextRegisterLoad: in WriteRegister()
/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Core/
DEmulateInstruction.h138 eContextRegisterLoad, enumerator
/freebsd-12-stable/contrib/llvm-project/lldb/source/Core/
DEmulateInstruction.cpp403 case eContextRegisterLoad: in Dump()
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Instruction/MIPS64/
DEmulateInstructionMIPS64.cpp1236 context.type = eContextRegisterLoad; in Emulate_LD()