LLVM 22.0.0git
MSP430AsmParser.cpp File Reference

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_ABI LLVM_EXTERNAL_VISIBILITY void LLVMInitializeMSP430AsmParser ()
static MCRegister convertGR16ToGR8 (MCRegister Reg)

Macro Definition Documentation

◆ DEBUG_TYPE

#define DEBUG_TYPE   "msp430-asm-parser"

Definition at line 31 of file MSP430AsmParser.cpp.

◆ GET_ASSEMBLER_HEADER

#define GET_ASSEMBLER_HEADER

Definition at line 73 of file MSP430AsmParser.cpp.

◆ GET_MATCHER_IMPLEMENTATION

#define GET_MATCHER_IMPLEMENTATION

Definition at line 545 of file MSP430AsmParser.cpp.

◆ GET_REGISTER_MATCHER

#define GET_REGISTER_MATCHER

Definition at line 544 of file MSP430AsmParser.cpp.

Function Documentation

◆ convertGR16ToGR8()

MCRegister convertGR16ToGR8 ( MCRegister Reg)
static

Definition at line 548 of file MSP430AsmParser.cpp.

References llvm_unreachable, and Reg.

◆ LLVMInitializeMSP430AsmParser()

LLVM_ABI LLVM_EXTERNAL_VISIBILITY void LLVMInitializeMSP430AsmParser ( )

Definition at line 540 of file MSP430AsmParser.cpp.

References llvm::getTheMSP430Target(), and X.

◆ MatchRegisterAltName()

MCRegister MatchRegisterAltName ( StringRef Name)
static

References Reg.

◆ MatchRegisterName()

MCRegister MatchRegisterName ( StringRef Name)
static