Home
last modified time | relevance | path

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

/external/lldb/source/Plugins/Instruction/ARM/
DEmulateInstructionARM.cpp546 context.type = EmulateInstruction::eContextRegisterLoad; in EmulatePOP()
786 context.type = EmulateInstruction::eContextRegisterLoad; in EmulateMOVRdRm()
2148 context.type = EmulateInstruction::eContextRegisterLoad; in EmulateVPOP()
3436 context.type = EmulateInstruction::eContextRegisterLoad; in EmulateLDM()
3978 context.type = EmulateInstruction::eContextRegisterLoad; in EmulateLDRRtRnImm()
4714 context.type = eContextRegisterLoad; in EmulateSTRThumb()
4905 context.type = eContextRegisterLoad; in EmulateSTRRegister()
5039 context.type = eContextRegisterLoad; in EmulateSTRBThumb()
5859 context.type = eContextRegisterLoad; in EmulateLDRImmediateARM()
5882 context.type = eContextRegisterLoad; in EmulateLDRImmediateARM()
[all …]
/external/lldb/source/Plugins/UnwindAssembly/InstEmulation/
DUnwindAssemblyInstEmulation.cpp463 case EmulateInstruction::eContextRegisterLoad: in WriteMemory()
599 case EmulateInstruction::eContextRegisterLoad: in WriteRegister()
/external/lldb/include/lldb/Core/
DEmulateInstruction.h130 eContextRegisterLoad, enumerator
/external/lldb/source/Core/
DEmulateInstruction.cpp462 case eContextRegisterLoad: in Dump()