LLVM 20.0.0git
|
#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. | |
#define GET_ASSEMBLER_HEADER |
Definition at line 136 of file PPCAsmParser.cpp.
#define GET_MATCHER_IMPLEMENTATION |
Definition at line 1886 of file PPCAsmParser.cpp.
#define GET_MNEMONIC_SPELL_CHECKER |
Definition at line 1887 of file PPCAsmParser.cpp.
#define GET_REGISTER_MATCHER |
Definition at line 1885 of file PPCAsmParser.cpp.
Definition at line 799 of file PPCAsmParser.cpp.
References llvm::MCInst::addOperand(), llvm::MCOperand::createExpr(), llvm::MCOperand::createImm(), llvm::MCUnaryExpr::createMinus(), llvm::MCBinaryExpr::createSub(), llvm::MCUnaryExpr::Minus, and llvm::MCBinaryExpr::Sub.
|
static |
Definition at line 38 of file PPCAsmParser.cpp.
References llvm::MCBinaryExpr::Add, llvm::MCExpr::Binary, llvm::MCExpr::Constant, EvaluateCRExpr(), llvm::MCExpr::getKind(), llvm::MCBinaryExpr::getLHS(), llvm::MCSymbol::getName(), llvm::MCBinaryExpr::getOpcode(), llvm::MCBinaryExpr::getRHS(), llvm::MCSymbolRefExpr::getSymbol(), llvm_unreachable, llvm::MCBinaryExpr::Mul, Name, llvm::MCExpr::SymbolRef, llvm::MCExpr::Target, and llvm::MCExpr::Unary.
Referenced by EvaluateCRExpr().
LLVM_EXTERNAL_VISIBILITY void LLVMInitializePowerPCAsmParser | ( | ) |
Force static initialization.
Definition at line 1878 of file PPCAsmParser.cpp.
References A, B, llvm::CallingConv::C, D, llvm::getThePPC32LETarget(), llvm::getThePPC32Target(), llvm::getThePPC64LETarget(), and llvm::getThePPC64Target().
|
static |