LLVM 20.0.0git
|
#include "MCTargetDesc/X86BaseInfo.h"
#include "MCTargetDesc/X86EncodingOptimization.h"
#include "MCTargetDesc/X86IntelInstPrinter.h"
#include "MCTargetDesc/X86MCExpr.h"
#include "MCTargetDesc/X86MCTargetDesc.h"
#include "MCTargetDesc/X86TargetStreamer.h"
#include "TargetInfo/X86TargetInfo.h"
#include "X86Operand.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/MCParser/MCTargetAsmParser.h"
#include "llvm/MC/MCRegisterInfo.h"
#include "llvm/MC/MCSection.h"
#include "llvm/MC/MCStreamer.h"
#include "llvm/MC/MCSubtargetInfo.h"
#include "llvm/MC/MCSymbol.h"
#include "llvm/MC/TargetRegistry.h"
#include "llvm/Support/CommandLine.h"
#include "llvm/Support/Compiler.h"
#include "llvm/Support/SourceMgr.h"
#include "llvm/Support/raw_ostream.h"
#include <algorithm>
#include <memory>
#include "X86GenInstrMapping.inc"
#include "X86GenAsmMatcher.inc"
Go to the source code of this file.
Macros | |
#define | GET_X86_SSE2AVX_TABLE |
#define | GET_OPERAND_DIAGNOSTIC_TYPES |
#define | GET_REGISTER_MATCHER |
#define | GET_SUBTARGET_FEATURE_NAME |
#define | FROM_TO(FROM, TO) |
#define | GET_MATCHER_IMPLEMENTATION |
Auto-generated Matcher Functions | |
{ | |
#define | GET_ASSEMBLER_HEADER |
Functions | |
static bool | checkScale (unsigned Scale, StringRef &ErrMsg) |
static bool | CheckBaseRegAndIndexRegAndScale (MCRegister BaseReg, MCRegister IndexReg, unsigned Scale, bool Is64BitMode, StringRef &ErrMsg) |
static bool | convertSSEToAVX (MCInst &Inst) |
static unsigned | getPrefixes (OperandVector &Operands) |
LLVM_C_ABI void | LLVMInitializeX86AsmParser () |
Variables | |
static cl::opt< bool > | LVIInlineAsmHardening ("x86-experimental-lvi-inline-asm-hardening", cl::desc("Harden inline assembly code that may be vulnerable to Load Value" " Injection (LVI). This feature is experimental."), cl::Hidden) |
#define FROM_TO | ( | FROM, | |
TO | |||
) |
#define GET_ASSEMBLER_HEADER |
Definition at line 1263 of file X86AsmParser.cpp.
#define GET_MATCHER_IMPLEMENTATION |
Definition at line 5038 of file X86AsmParser.cpp.
#define GET_OPERAND_DIAGNOSTIC_TYPES |
Definition at line 1271 of file X86AsmParser.cpp.
#define GET_REGISTER_MATCHER |
Definition at line 1299 of file X86AsmParser.cpp.
#define GET_SUBTARGET_FEATURE_NAME |
Definition at line 1300 of file X86AsmParser.cpp.
#define GET_X86_SSE2AVX_TABLE |
Definition at line 61 of file X86AsmParser.cpp.
|
static |
Definition at line 1303 of file X86AsmParser.cpp.
References checkScale(), and contains().
Definition at line 50 of file X86AsmParser.cpp.
Referenced by CheckBaseRegAndIndexRegAndScale().
Definition at line 3756 of file X86AsmParser.cpp.
References llvm::MCInst::addOperand(), llvm::MCInst::getOpcode(), llvm::MCInst::getOperand(), I, llvm::lower_bound(), and llvm::MCInst::setOpcode().
|
static |
Definition at line 4113 of file X86AsmParser.cpp.
References Operands.
LLVM_C_ABI void LLVMInitializeX86AsmParser | ( | ) |
Definition at line 5033 of file X86AsmParser.cpp.
References llvm::getTheX86_32Target(), llvm::getTheX86_64Target(), X, and Y.
|
static |