1 //===-- ARM_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_ARM_DWARF_REGISTERS_H
10 #define LLDB_SOURCE_UTILITY_ARM_DWARF_REGISTERS_H
12 #include "lldb/lldb-private.h"
76 // Intel wireless MMX general purpose registers 0 - 7
86 // XScale accumulator register 0 - 7 (they do overlap with wCGR0 - wCGR7)
96 // Intel wireless MMX data registers 0 - 15
144 // Intel wireless MMX control register in co-processor 0 - 7
188 // Neon quadword registers
207 #endif // LLDB_SOURCE_UTILITY_ARM_DWARF_REGISTERS_H