|
LLVM
3.7.0
|
#include "HexagonAsmPrinter.h"#include "Hexagon.h"#include "HexagonInstPrinter.h"#include "MCTargetDesc/HexagonMCInstrInfo.h"#include "llvm/ADT/StringExtras.h"#include "llvm/MC/MCAsmInfo.h"#include "llvm/MC/MCExpr.h"#include "llvm/MC/MCInst.h"#include "llvm/Support/raw_ostream.h"#include "HexagonGenAsmWriter.inc"Go to the source code of this file.
Macros | |
| #define | DEBUG_TYPE "asm-printer" |
| #define | GET_INSTRUCTION_NAME |
Functions | |
| static int | getMinValue (uint64_t TSFlags) |
| static int | getMaxValue (uint64_t TSFlags) |
| static bool | isExtended (uint64_t TSFlags) |
| static bool | isExtendable (uint64_t TSFlags) LLVM_ATTRIBUTE_UNUSED |
| #define DEBUG_TYPE "asm-printer" |
Definition at line 26 of file HexagonInstPrinter.cpp.
| #define GET_INSTRUCTION_NAME |
Definition at line 28 of file HexagonInstPrinter.cpp.
|
static |
Definition at line 88 of file HexagonInstPrinter.cpp.
References llvm::HexagonII::ExtentBitsMask, llvm::HexagonII::ExtentBitsPos, llvm::HexagonII::ExtentSignedMask, and llvm::HexagonII::ExtentSignedPos.
Referenced by llvm::HexagonInstPrinter::printExtOperand().
|
static |
Definition at line 74 of file HexagonInstPrinter.cpp.
References llvm::HexagonII::ExtentBitsMask, llvm::HexagonII::ExtentBitsPos, llvm::HexagonII::ExtentSignedMask, and llvm::HexagonII::ExtentSignedPos.
Referenced by llvm::HexagonInstPrinter::printExtOperand().
|
static |
Definition at line 108 of file HexagonInstPrinter.cpp.
References llvm::HexagonII::ExtendableMask, and llvm::HexagonII::ExtendablePos.
Referenced by llvm::HexagonInstPrinter::printExtBrtarget(), and llvm::HexagonInstPrinter::printExtOperand().
|
static |
Definition at line 101 of file HexagonInstPrinter.cpp.
References llvm::HexagonII::ExtendedMask, and llvm::HexagonII::ExtendedPos.
Referenced by llvm::HexagonInstPrinter::printExtBrtarget(), and llvm::HexagonInstPrinter::printExtOperand().
1.8.6