brintos

brintos / llvm-project-archived public Read only

0
0
Text · 1.1 KiB · ec44183 Raw
32 lines · c
1//===-- XCoreMCTargetDesc.h - XCore Target Descriptions ---------*- C++ -*-===//2//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-exception6//7//===----------------------------------------------------------------------===//8//9// This file provides XCore specific target descriptions.10//11//===----------------------------------------------------------------------===//12 13#ifndef LLVM_LIB_TARGET_XCORE_MCTARGETDESC_XCOREMCTARGETDESC_H14#define LLVM_LIB_TARGET_XCORE_MCTARGETDESC_XCOREMCTARGETDESC_H15 16// Defines symbolic names for XCore registers.  This defines a mapping from17// register name to register number.18//19#define GET_REGINFO_ENUM20#include "XCoreGenRegisterInfo.inc"21 22// Defines symbolic names for the XCore instructions.23//24#define GET_INSTRINFO_ENUM25#define GET_INSTRINFO_MC_HELPER_DECLS26#include "XCoreGenInstrInfo.inc"27 28#define GET_SUBTARGETINFO_ENUM29#include "XCoreGenSubtargetInfo.inc"30 31#endif // LLVM_LIB_TARGET_XCORE_MCTARGETDESC_XCOREMCTARGETDESC_H32