Searched refs:dwarf_cpsr (Results 1 – 8 of 8) sorted by relevance
/freebsd/contrib/llvm-project/lldb/source/Plugins/Instruction/ARM/ |
H A D | EmulationStateARM.cpp | 31 if (reg_num <= dwarf_cpsr) in StorePseudoRegisterValue() 54 if (reg_num <= dwarf_cpsr) in ReadPseudoRegisterValue() 332 StorePseudoRegisterValue(dwarf_cpsr, in LoadStateFromDictionary()
|
H A D | EmulateInstructionARM.cpp | 132 case dwarf_cpsr: in LLDB_PLUGIN_DEFINE_ADV() 809 reg_num = dwarf_cpsr; in GetRegisterInfo() 12793 ReadRegisterUnsigned(eRegisterKindDWARF, dwarf_cpsr, 0, &success); in EmulateSUBSPcLrEtc() 14290 ReadRegisterUnsigned(eRegisterKindDWARF, dwarf_cpsr, 0, &success); in EvaluateInstruction()
|
/freebsd/contrib/llvm-project/lldb/source/Utility/ |
H A D | ARM_DWARF_Registers.h | 31 dwarf_cpsr, enumerator
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/minidump/ |
H A D | RegisterContextMinidump_ARM.cpp | 251 {ehframe_cpsr, dwarf_cpsr, LLDB_REGNUM_GENERIC_FLAGS, INV, reg_cpsr},
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/ |
H A D | RegisterInfos_arm.h | 588 {ehframe_cpsr, dwarf_cpsr, LLDB_REGNUM_GENERIC_FLAGS,
|
H A D | RegisterContextDarwin_arm.cpp | 383 {ehframe_cpsr, dwarf_cpsr, LLDB_REGNUM_GENERIC_FLAGS, LLDB_INVALID_REGNUM,
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/ARM/ |
H A D | ABIMacOSX_arm.cpp | 243 {ehframe_cpsr, dwarf_cpsr, LLDB_REGNUM_GENERIC_FLAGS, LLDB_INVALID_REGNUM,
|
H A D | ABISysV_arm.cpp | 246 {ehframe_cpsr, dwarf_cpsr, LLDB_REGNUM_GENERIC_FLAGS, LLDB_INVALID_REGNUM,
|