LLVM API Documentation
#include "AArch64InstPrinter.h"#include "MCTargetDesc/AArch64MCTargetDesc.h"#include "Utils/AArch64BaseInfo.h"#include "llvm/MC/MCInst.h"#include "llvm/MC/MCExpr.h"#include "llvm/MC/MCRegisterInfo.h"#include "llvm/Support/ErrorHandling.h"#include "llvm/Support/Format.h"#include "llvm/Support/raw_ostream.h"#include "AArch64GenAsmWriter.inc"
Go to the source code of this file.
Macros | |
| #define | DEBUG_TYPE "asm-printer" |
| #define | GET_INSTRUCTION_NAME |
| #define | PRINT_ALIAS_INSTR |
Functions | |
| static int64_t | unpackSignedImm (int BitWidth, uint64_t Value) |
| #define DEBUG_TYPE "asm-printer" |
Definition at line 14 of file AArch64InstPrinter.cpp.
| #define GET_INSTRUCTION_NAME |
Definition at line 27 of file AArch64InstPrinter.cpp.
| #define PRINT_ALIAS_INSTR |
Definition at line 28 of file AArch64InstPrinter.cpp.
|
static |
Definition at line 31 of file AArch64InstPrinter.cpp.
Referenced by llvm::AArch64InstPrinter::printOffsetSImm9Operand(), and llvm::AArch64InstPrinter::printSImm7ScaledOperand().