Searched refs:dwarf_cpsr (Results 1 – 9 of 9) sorted by relevance
| /freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Instruction/ARM/ |
| D | EmulationStateARM.cpp | 68 if (reg_num <= dwarf_cpsr) in StorePseudoRegisterValue() 91 if (reg_num <= dwarf_cpsr) in ReadPseudoRegisterValue() 341 StorePseudoRegisterValue(dwarf_cpsr, value_sp->GetUInt64Value()); in LoadStateFromDictionary()
|
| D | EmulateInstructionARM.cpp | 131 case dwarf_cpsr: in LLDB_PLUGIN_DEFINE_ADV() 813 reg_num = dwarf_cpsr; in GetRegisterInfo() 12828 ReadRegisterUnsigned(eRegisterKindDWARF, dwarf_cpsr, 0, &success); in EmulateSUBSPcLrEtc() 14327 ReadRegisterUnsigned(eRegisterKindDWARF, dwarf_cpsr, 0, &success); in EvaluateInstruction()
|
| /freebsd-12-stable/contrib/llvm-project/lldb/source/Utility/ |
| D | ARM_DWARF_Registers.h | 31 dwarf_cpsr, enumerator
|
| /freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Process/minidump/ |
| D | RegisterContextMinidump_ARM.cpp | 250 {ehframe_cpsr, dwarf_cpsr, LLDB_REGNUM_GENERIC_FLAGS, INV, reg_cpsr},
|
| /freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Process/Utility/ |
| D | RegisterInfos_arm.h | 532 {ehframe_cpsr, dwarf_cpsr, LLDB_REGNUM_GENERIC_FLAGS, LLDB_INVALID_REGNUM,
|
| D | RegisterContextDarwin_arm.cpp | 383 {ehframe_cpsr, dwarf_cpsr, LLDB_REGNUM_GENERIC_FLAGS, LLDB_INVALID_REGNUM,
|
| /freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/ABI/ARM/ |
| D | ABIMacOSX_arm.cpp | 242 {ehframe_cpsr, dwarf_cpsr, LLDB_REGNUM_GENERIC_FLAGS, LLDB_INVALID_REGNUM,
|
| D | ABISysV_arm.cpp | 245 {ehframe_cpsr, dwarf_cpsr, LLDB_REGNUM_GENERIC_FLAGS, LLDB_INVALID_REGNUM,
|
| /freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/ |
| D | GDBRemoteRegisterContext.cpp | 879 …{ "cpsr","flags", 4, 0, eEncodingUint, eFormatHex, { ehframe_cpsr, dwarf_cpsr, … in HardcodeARMRegisters()
|