Home
last modified time | relevance | path

Searched refs:eContextRegisterStore (Results 1 – 7 of 7) sorted by relevance

/openbsd-src/gnu/llvm/lldb/source/Plugins/Instruction/RISCV/
H A DEmulateInstructionRISCV.h91 ctx.type = EmulateInstruction::eContextRegisterStore; in WriteMem()
H A DEmulateInstructionRISCV.cpp114 ctx.type = EmulateInstruction::eContextRegisterStore; in Write()
125 ctx.type = EmulateInstruction::eContextRegisterStore; in WriteAPFloat()
1703 ctx.type = eContextRegisterStore; in SetAccruedExceptions()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Instruction/ARM64/
H A DEmulateInstructionARM64.cpp819 context_t.type = eContextRegisterStore; in EmulateLDPSTP()
820 context_t2.type = eContextRegisterStore; in EmulateLDPSTP()
995 context.type = eContextRegisterStore; in EmulateLDRSTRImm()
/openbsd-src/gnu/llvm/lldb/source/Plugins/UnwindAssembly/InstEmulation/
H A DUnwindAssemblyInstEmulation.cpp437 case EmulateInstruction::eContextRegisterStore: in WriteMemory()
544 case EmulateInstruction::eContextRegisterStore: in WriteRegister()
/openbsd-src/gnu/llvm/lldb/include/lldb/Core/
H A DEmulateInstruction.h137 eContextRegisterStore, enumerator
/openbsd-src/gnu/llvm/lldb/source/Plugins/Instruction/ARM/
H A DEmulateInstructionARM.cpp4653 context.type = EmulateInstruction::eContextRegisterStore; in EmulateSTM()
4775 context.type = EmulateInstruction::eContextRegisterStore; in EmulateSTMDA()
4923 context.type = EmulateInstruction::eContextRegisterStore; in EmulateSTMDB()
5046 context.type = EmulateInstruction::eContextRegisterStore; in EmulateSTMIB()
5236 context.type = eContextRegisterStore; in EmulateSTRThumb()
5435 context.type = eContextRegisterStore; in EmulateSTRRegister()
5575 context.type = eContextRegisterStore; in EmulateSTRBThumb()
5737 context.type = eContextRegisterStore; in EmulateSTRHRegister()
5747 context.type = eContextRegisterStore; in EmulateSTRHRegister()
10392 context.type = eContextRegisterStore; in EmulateSTREX()
[all …]
/openbsd-src/gnu/llvm/lldb/source/Core/
H A DEmulateInstruction.cpp408 case eContextRegisterStore: in Dump()