Searched refs:dwarf_s31 (Results 1 - 6 of 6) sorted by relevance

/freebsd-current/contrib/llvm-project/lldb/source/Utility/
H A DARM_DWARF_Registers.h64 dwarf_s31, enumerator in enum:__anon2996
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/Instruction/ARM/
H A DEmulationStateARM.cpp33 else if ((dwarf_s0 <= reg_num) && (reg_num <= dwarf_s31)) {
56 else if ((dwarf_s0 <= reg_num) && (reg_num <= dwarf_s31)) {
H A DEmulateInstructionARM.cpp60 } else if (reg_num >= dwarf_s0 && reg_num <= dwarf_s31) {
230 case dwarf_s31:
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DRegisterContextDarwin_arm.cpp768 {LLDB_INVALID_REGNUM, dwarf_s31, LLDB_INVALID_REGNUM, LLDB_INVALID_REGNUM,
1448 case dwarf_s31:
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/ABI/ARM/
H A DABISysV_arm.cpp630 {LLDB_INVALID_REGNUM, dwarf_s31, LLDB_INVALID_REGNUM, LLDB_INVALID_REGNUM,
H A DABIMacOSX_arm.cpp627 {LLDB_INVALID_REGNUM, dwarf_s31, LLDB_INVALID_REGNUM, LLDB_INVALID_REGNUM,

Completed in 119 milliseconds