Searched refs:HexagonInstPrinter (Results 1 – 5 of 5) sorted by relevance
/external/llvm/lib/Target/Hexagon/MCTargetDesc/ |
D | HexagonInstPrinter.cpp | 31 const char HexagonInstPrinter::PacketPadding = '\t'; 72 StringRef HexagonInstPrinter::getOpcodeName(unsigned Opcode) const { in getOpcodeName() 76 StringRef HexagonInstPrinter::getRegName(unsigned RegNo) const { in getRegName() 80 void HexagonInstPrinter::printInst(MCInst const *MI, raw_ostream &O, in printInst() 124 void HexagonInstPrinter::printOperand(const MCInst *MI, unsigned OpNo, in printOperand() 139 void HexagonInstPrinter::printImmOperand(const MCInst *MI, unsigned OpNo, in printImmOperand() 152 void HexagonInstPrinter::printExtOperand(const MCInst *MI, unsigned OpNo, in printExtOperand() 171 void HexagonInstPrinter::printUnsignedImmOperand(const MCInst *MI, in printUnsignedImmOperand() 176 void HexagonInstPrinter::printNegImmOperand(const MCInst *MI, unsigned OpNo, in printNegImmOperand() 181 void HexagonInstPrinter::printNOneImmOperand(const MCInst *MI, unsigned OpNo, in printNOneImmOperand() [all …]
|
D | HexagonInstPrinter.h | 21 class HexagonInstPrinter : public MCInstPrinter { 23 explicit HexagonInstPrinter(MCAsmInfo const &MAI, in HexagonInstPrinter() function
|
D | CMakeLists.txt | 4 HexagonInstPrinter.cpp
|
D | HexagonMCTargetDesc.cpp | 85 return(new HexagonInstPrinter(MAI, MII, MRI)); in createHexagonMCInstPrinter()
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonAsmPrinter.cpp | 75 O << HexagonInstPrinter::getRegisterName(MO.getReg()); in printOperand()
|