mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-04 06:09:05 +00:00
73f50d9bc3
into XXXGenRegisterInfo.inc. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@133922 91177308-0d34-0410-b5e6-96231b3b80d8
20 lines
582 B
C++
20 lines
582 B
C++
//===- SPURegisterNames.h - Wrapper header for SPU register names -*- C++ -*-=//
|
|
//
|
|
// The LLVM Compiler Infrastructure
|
|
//
|
|
// This file is distributed under the University of Illinois Open Source
|
|
// License. See LICENSE.TXT for details.
|
|
//
|
|
//===----------------------------------------------------------------------===//
|
|
|
|
#ifndef SPU_REGISTER_NAMES_H
|
|
#define SPU_REGISTER_NAMES_H
|
|
|
|
// Define symbolic names for Cell registers. This defines a mapping from
|
|
// register name to register number.
|
|
//
|
|
#define GET_REGINFO_ENUM
|
|
#include "SPUGenRegisterInfo.inc"
|
|
|
|
#endif
|