LLVM 20.0.0git
|
#include "MSP430.h"
#include "MSP430RegisterInfo.h"
#include "MCTargetDesc/MSP430MCTargetDesc.h"
#include "TargetInfo/MSP430TargetInfo.h"
#include "llvm/ADT/APInt.h"
#include "llvm/MC/MCContext.h"
#include "llvm/MC/MCExpr.h"
#include "llvm/MC/MCInst.h"
#include "llvm/MC/MCInstrInfo.h"
#include "llvm/MC/MCParser/MCAsmLexer.h"
#include "llvm/MC/MCParser/MCParsedAsmOperand.h"
#include "llvm/MC/MCParser/MCTargetAsmParser.h"
#include "llvm/MC/MCStreamer.h"
#include "llvm/MC/MCSubtargetInfo.h"
#include "llvm/MC/MCSymbol.h"
#include "llvm/MC/MCValue.h"
#include "llvm/MC/TargetRegistry.h"
#include "llvm/Support/Debug.h"
#include "MSP430GenAsmMatcher.inc"
Go to the source code of this file.
Macros | |
#define | DEBUG_TYPE "msp430-asm-parser" |
#define | GET_REGISTER_MATCHER |
#define | GET_MATCHER_IMPLEMENTATION |
Auto-generated Matcher Functions | |
{ | |
#define | GET_ASSEMBLER_HEADER |
Functions | |
static MCRegister | MatchRegisterName (StringRef Name) |
static MCRegister | MatchRegisterAltName (StringRef Name) |
LLVM_EXTERNAL_VISIBILITY void | LLVMInitializeMSP430AsmParser () |
static MCRegister | convertGR16ToGR8 (MCRegister Reg) |
#define DEBUG_TYPE "msp430-asm-parser" |
Definition at line 29 of file MSP430AsmParser.cpp.
#define GET_ASSEMBLER_HEADER |
Definition at line 72 of file MSP430AsmParser.cpp.
#define GET_MATCHER_IMPLEMENTATION |
Definition at line 542 of file MSP430AsmParser.cpp.
#define GET_REGISTER_MATCHER |
Definition at line 541 of file MSP430AsmParser.cpp.
|
static |
Definition at line 545 of file MSP430AsmParser.cpp.
References llvm_unreachable.
LLVM_EXTERNAL_VISIBILITY void LLVMInitializeMSP430AsmParser | ( | ) |
Definition at line 537 of file MSP430AsmParser.cpp.
References llvm::getTheMSP430Target(), and X.
|
static |
|
static |