LLVM 19.0.0git
Macros | Functions
PPCAsmParser.cpp File Reference
#include "MCTargetDesc/PPCMCExpr.h"
#include "MCTargetDesc/PPCMCTargetDesc.h"
#include "PPCTargetStreamer.h"
#include "TargetInfo/PowerPCTargetInfo.h"
#include "llvm/ADT/STLExtras.h"
#include "llvm/ADT/Twine.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/MCAsmParser.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/MCSymbolELF.h"
#include "llvm/MC/TargetRegistry.h"
#include "llvm/Support/SourceMgr.h"
#include "llvm/Support/raw_ostream.h"
#include "PPCGenAsmMatcher.inc"

Go to the source code of this file.

Macros

#define GET_REGISTER_MATCHER
 
#define GET_MATCHER_IMPLEMENTATION
 
#define GET_MNEMONIC_SPELL_CHECKER
 
Auto-generated Match Functions

{

#define GET_ASSEMBLER_HEADER
 

Functions

static DEFINE_PPC_REGCLASSES int64_t EvaluateCRExpr (const MCExpr *E)
 
static void addNegOperand (MCInst &Inst, MCOperand &Op, MCContext &Ctx)
 
static std::string PPCMnemonicSpellCheck (StringRef S, const FeatureBitset &FBS, unsigned VariantID=0)
 
LLVM_EXTERNAL_VISIBILITY void LLVMInitializePowerPCAsmParser ()
 Force static initialization.
 

Macro Definition Documentation

◆ GET_ASSEMBLER_HEADER

#define GET_ASSEMBLER_HEADER

Definition at line 136 of file PPCAsmParser.cpp.

◆ GET_MATCHER_IMPLEMENTATION

#define GET_MATCHER_IMPLEMENTATION

Definition at line 1886 of file PPCAsmParser.cpp.

◆ GET_MNEMONIC_SPELL_CHECKER

#define GET_MNEMONIC_SPELL_CHECKER

Definition at line 1887 of file PPCAsmParser.cpp.

◆ GET_REGISTER_MATCHER

#define GET_REGISTER_MATCHER

Definition at line 1885 of file PPCAsmParser.cpp.

Function Documentation

◆ addNegOperand()

static void addNegOperand ( MCInst Inst,
MCOperand Op,
MCContext Ctx 
)
static

◆ EvaluateCRExpr()

static DEFINE_PPC_REGCLASSES int64_t EvaluateCRExpr ( const MCExpr E)
static

◆ LLVMInitializePowerPCAsmParser()

LLVM_EXTERNAL_VISIBILITY void LLVMInitializePowerPCAsmParser ( )

◆ PPCMnemonicSpellCheck()

static std::string PPCMnemonicSpellCheck ( StringRef  S,
const FeatureBitset FBS,
unsigned  VariantID = 0 
)
static