|
LLVM 22.0.0git
|
#include "AArch64InstPrinter.h"#include "MCTargetDesc/AArch64AddressingModes.h"#include "Utils/AArch64BaseInfo.h"#include "llvm/ADT/StringExtras.h"#include "llvm/ADT/StringRef.h"#include "llvm/MC/MCAsmInfo.h"#include "llvm/MC/MCExpr.h"#include "llvm/MC/MCInst.h"#include "llvm/MC/MCRegisterInfo.h"#include "llvm/MC/MCSubtargetInfo.h"#include "llvm/Support/Casting.h"#include "llvm/Support/ErrorHandling.h"#include "llvm/Support/Format.h"#include "llvm/Support/MathExtras.h"#include "llvm/Support/raw_ostream.h"#include <cassert>#include <cstdint>#include <string>#include "AArch64GenAsmWriter.inc"#include "AArch64GenAsmWriter1.inc"Go to the source code of this file.
Classes | |
| struct | LdStNInstrDesc |
Macros | |
| #define | DEBUG_TYPE "asm-printer" |
| #define | GET_INSTRUCTION_NAME |
| #define | PRINT_ALIAS_INSTR |
| #define | GET_INSTRUCTION_NAME |
| #define | PRINT_ALIAS_INSTR |
Functions | |
| static bool | isTblTbxInstruction (unsigned Opcode, StringRef &Layout, bool &IsTbx) |
| static const LdStNInstrDesc * | getLdStNInstrDesc (unsigned Opcode) |
| static MCRegister | getNextVectorRegister (MCRegister Reg, unsigned Stride=1) |
| static bool | isValidSysReg (const AArch64SysReg::SysReg &Reg, bool Read, const MCSubtargetInfo &STI) |
| static const AArch64SysReg::SysReg * | lookupSysReg (unsigned Val, bool Read, const MCSubtargetInfo &STI) |
Variables | |
| static const LdStNInstrDesc | LdStNInstInfo [] |
| #define DEBUG_TYPE "asm-printer" |
Definition at line 34 of file AArch64InstPrinter.cpp.
| #define GET_INSTRUCTION_NAME |
Definition at line 36 of file AArch64InstPrinter.cpp.
| #define GET_INSTRUCTION_NAME |
Definition at line 36 of file AArch64InstPrinter.cpp.
| #define PRINT_ALIAS_INSTR |
Definition at line 37 of file AArch64InstPrinter.cpp.
| #define PRINT_ALIAS_INSTR |
Definition at line 37 of file AArch64InstPrinter.cpp.
|
static |
Definition at line 774 of file AArch64InstPrinter.cpp.
References Info, and LdStNInstInfo.
Referenced by llvm::AArch64AppleInstPrinter::printInst().
|
static |
Definition at line 1624 of file AArch64InstPrinter.cpp.
References llvm_unreachable, and Reg.
Referenced by llvm::AArch64InstPrinter::printVectorList().
Definition at line 386 of file AArch64InstPrinter.cpp.
Referenced by llvm::AArch64AppleInstPrinter::printInst().
|
static |
Definition at line 1991 of file AArch64InstPrinter.cpp.
References llvm::MCSubtargetInfo::getFeatureBits(), llvm::Read, and Reg.
Referenced by lookupSysReg().
|
static |
Definition at line 2001 of file AArch64InstPrinter.cpp.
References isValidSysReg(), Range, llvm::Read, and Reg.
Referenced by llvm::AArch64InstPrinter::printMRSSystemRegister(), and llvm::AArch64InstPrinter::printMSRSystemRegister().
|
static |
Definition at line 431 of file AArch64InstPrinter.cpp.
Referenced by getLdStNInstrDesc().