LLVM API Documentation

ARMGenInstrNames.inc

Go to the documentation of this file.
00001 //===- TableGen'erated file -------------------------------------*- C++ -*-===//
00002 //
00003 // Target Instruction Enum Values
00004 //
00005 // Automatically generated file, do not edit!
00006 //
00007 //===----------------------------------------------------------------------===//
00008 
00009 namespace llvm {
00010 
00011 namespace ARM {
00012   enum {
00013     PHI = 0,
00014     INLINEASM = 1,
00015     ADJCALLSTACKDOWN  = 2,
00016     ADJCALLSTACKUP  = 3,
00017     addri = 4,
00018     bl  = 5,
00019     bx  = 6,
00020     ldr = 7,
00021     movri = 8,
00022     movrr = 9,
00023     str = 10,
00024     subri = 11,
00025     INSTRUCTION_LIST_END = 12
00026   };
00027 }
00028 } // End llvm namespace