1 //===-- PPC64LE_DWARF_Registers.h -------------------------------*- C++ -*-===//
3 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
4 // See https://llvm.org/LICENSE.txt for license information.
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
9 #ifndef LLDB_SOURCE_UTILITY_PPC64LE_DWARF_REGISTERS_H
10 #define LLDB_SOURCE_UTILITY_PPC64LE_DWARF_REGISTERS_H
12 #include "lldb/lldb-private.h"
14 namespace ppc64le_dwarf
{
81 dwarf_lr_ppc64le
= 65,
83 dwarf_cr_ppc64le
= 68,
84 dwarf_xer_ppc64le
= 76,
117 dwarf_vscr_ppc64le
= 110,
118 dwarf_vrsave_ppc64le
= 117,
122 dwarf_origr3_ppc64le
,
191 } // namespace ppc64le_dwarf
193 #endif // LLDB_SOURCE_UTILITY_PPC64LE_DWARF_REGISTERS_H