LLVM API Documentation
#include "MCTargetDesc/PPCMCTargetDesc.h"#include "MCTargetDesc/PPCMCExpr.h"#include "PPCTargetStreamer.h"#include "llvm/ADT/STLExtras.h"#include "llvm/ADT/SmallString.h"#include "llvm/ADT/SmallVector.h"#include "llvm/ADT/StringSwitch.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/MCRegisterInfo.h"#include "llvm/MC/MCStreamer.h"#include "llvm/MC/MCSubtargetInfo.h"#include "llvm/MC/MCTargetAsmParser.h"#include "llvm/Support/SourceMgr.h"#include "llvm/Support/TargetRegistry.h"#include "llvm/Support/raw_ostream.h"#include "PPCGenAsmMatcher.inc"
Go to the source code of this file.
Defines | |
| #define | GET_REGISTER_MATCHER |
| #define | GET_MATCHER_IMPLEMENTATION |
Auto-generated Match Functions | |
{ | |
| #define | GET_ASSEMBLER_HEADER |
Functions | |
| static void | addNegOperand (MCInst &Inst, MCOperand &Op, MCContext &Ctx) |
| void | LLVMInitializePowerPCAsmParser () |
| Force static initialization. | |
| #define GET_ASSEMBLER_HEADER |
Definition at line 261 of file PPCAsmParser.cpp.
| #define GET_MATCHER_IMPLEMENTATION |
Definition at line 1739 of file PPCAsmParser.cpp.
| #define GET_REGISTER_MATCHER |
Definition at line 1738 of file PPCAsmParser.cpp.
| static void addNegOperand | ( | MCInst & | Inst, |
| MCOperand & | Op, | ||
| MCContext & | Ctx | ||
| ) | [static] |
Definition at line 755 of file PPCAsmParser.cpp.
References llvm::MCInst::addOperand(), llvm::MCOperand::CreateExpr(), llvm::MCOperand::CreateImm(), llvm::MCUnaryExpr::CreateMinus(), llvm::MCBinaryExpr::CreateSub(), llvm::MCOperand::getExpr(), llvm::MCOperand::getImm(), llvm::MCOperand::isImm(), llvm::MCUnaryExpr::Minus, llvm::AArch64CC::NE, and llvm::MCBinaryExpr::Sub.
| void LLVMInitializePowerPCAsmParser | ( | ) |
Force static initialization.
Definition at line 1732 of file PPCAsmParser.cpp.
References llvm::ARM_PROC::A, llvm::CallingConv::C, llvm::ThePPC32Target, llvm::ThePPC64LETarget, and llvm::ThePPC64Target.