1 //===-- ARM64_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_ARM64_DWARF_REGISTERS_H
10 #define LLDB_SOURCE_UTILITY_ARM64_DWARF_REGISTERS_H
12 #include "lldb/lldb-private.h"
14 namespace arm64_dwarf
{
56 // 64-bit SVE Vector granule pseudo register
59 // VG ́8-bit SVE first fault register
62 // VG x ́8-bit SVE predicate registers
80 // V0-V31 (128 bit vector registers)
114 // VG ́64-bit SVE vector registers
149 } // namespace arm64_dwarf
151 #endif // LLDB_SOURCE_UTILITY_ARM64_DWARF_REGISTERS_H