LLVM 20.0.0git
|
#include "MCTargetDesc/SystemZInstPrinter.h"
#include "MCTargetDesc/SystemZMCAsmInfo.h"
#include "MCTargetDesc/SystemZMCTargetDesc.h"
#include "SystemZTargetStreamer.h"
#include "TargetInfo/SystemZTargetInfo.h"
#include "llvm/ADT/STLExtras.h"
#include "llvm/ADT/SmallVector.h"
#include "llvm/ADT/StringExtras.h"
#include "llvm/ADT/StringRef.h"
#include "llvm/MC/MCAsmInfo.h"
#include "llvm/MC/MCContext.h"
#include "llvm/MC/MCExpr.h"
#include "llvm/MC/MCInst.h"
#include "llvm/MC/MCInstBuilder.h"
#include "llvm/MC/MCInstrInfo.h"
#include "llvm/MC/MCParser/MCAsmLexer.h"
#include "llvm/MC/MCParser/MCAsmParser.h"
#include "llvm/MC/MCParser/MCAsmParserExtension.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/TargetRegistry.h"
#include "llvm/Support/Casting.h"
#include "llvm/Support/ErrorHandling.h"
#include "llvm/Support/SMLoc.h"
#include <algorithm>
#include <cassert>
#include <cstddef>
#include <cstdint>
#include <iterator>
#include <memory>
#include <string>
#include "SystemZGenAsmMatcher.inc"
Go to the source code of this file.
Classes | |
struct | InsnMatchEntry |
struct | CompareInsn |
Macros | |
#define | GET_ASSEMBLER_HEADER |
#define | GET_REGISTER_MATCHER |
#define | GET_SUBTARGET_FEATURE_NAME |
#define | GET_MATCHER_IMPLEMENTATION |
#define | GET_MNEMONIC_SPELL_CHECKER |
Functions | |
static bool | inRange (const MCExpr *Expr, int64_t MinValue, int64_t MaxValue, bool AllowSymbol=false) |
static void | printMCExpr (const MCExpr *E, raw_ostream &OS) |
LLVM_EXTERNAL_VISIBILITY void | LLVMInitializeSystemZAsmParser () |
Variables | |
static struct InsnMatchEntry | InsnMatchTable [] |
#define GET_ASSEMBLER_HEADER |
Definition at line 394 of file SystemZAsmParser.cpp.
#define GET_MATCHER_IMPLEMENTATION |
Definition at line 608 of file SystemZAsmParser.cpp.
#define GET_MNEMONIC_SPELL_CHECKER |
Definition at line 609 of file SystemZAsmParser.cpp.
#define GET_REGISTER_MATCHER |
Definition at line 606 of file SystemZAsmParser.cpp.
#define GET_SUBTARGET_FEATURE_NAME |
Definition at line 607 of file SystemZAsmParser.cpp.
|
static |
Definition at line 47 of file SystemZAsmParser.cpp.
LLVM_EXTERNAL_VISIBILITY void LLVMInitializeSystemZAsmParser | ( | ) |
Definition at line 1707 of file SystemZAsmParser.cpp.
References llvm::getTheSystemZTarget(), and X.
|
static |
Definition at line 702 of file SystemZAsmParser.cpp.
References OS.
|
static |
Definition at line 635 of file SystemZAsmParser.cpp.