• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/MCTargetDesc/

Lines Matching refs:MCInst

1 //===- SystemZInstPrinter.cpp - Convert SystemZ MCInst to assembly syntax -===//
11 #include "llvm/MC/MCInst.h"
58 void SystemZInstPrinter::printInst(const MCInst *MI, uint64_t Address,
70 static void printUImmOperand(const MCInst *MI, int OpNum, raw_ostream &O) {
77 static void printSImmOperand(const MCInst *MI, int OpNum, raw_ostream &O) {
83 void SystemZInstPrinter::printU1ImmOperand(const MCInst *MI, int OpNum,
88 void SystemZInstPrinter::printU2ImmOperand(const MCInst *MI, int OpNum,
93 void SystemZInstPrinter::printU3ImmOperand(const MCInst *MI, int OpNum,
98 void SystemZInstPrinter::printU4ImmOperand(const MCInst *MI, int OpNum,
103 void SystemZInstPrinter::printU6ImmOperand(const MCInst *MI, int OpNum,
108 void SystemZInstPrinter::printS8ImmOperand(const MCInst *MI, int OpNum,
113 void SystemZInstPrinter::printU8ImmOperand(const MCInst *MI, int OpNum,
118 void SystemZInstPrinter::printU12ImmOperand(const MCInst *MI, int OpNum,
123 void SystemZInstPrinter::printS16ImmOperand(const MCInst *MI, int OpNum,
128 void SystemZInstPrinter::printU16ImmOperand(const MCInst *MI, int OpNum,
133 void SystemZInstPrinter::printS32ImmOperand(const MCInst *MI, int OpNum,
138 void SystemZInstPrinter::printU32ImmOperand(const MCInst *MI, int OpNum,
143 void SystemZInstPrinter::printU48ImmOperand(const MCInst *MI, int OpNum,
148 void SystemZInstPrinter::printPCRelOperand(const MCInst *MI, int OpNum,
158 void SystemZInstPrinter::printPCRelTLSOperand(const MCInst *MI,
182 void SystemZInstPrinter::printOperand(const MCInst *MI, int OpNum,
187 void SystemZInstPrinter::printBDAddrOperand(const MCInst *MI, int OpNum,
193 void SystemZInstPrinter::printBDXAddrOperand(const MCInst *MI, int OpNum,
200 void SystemZInstPrinter::printBDLAddrOperand(const MCInst *MI, int OpNum,
211 void SystemZInstPrinter::printBDRAddrOperand(const MCInst *MI, int OpNum,
222 void SystemZInstPrinter::printBDVAddrOperand(const MCInst *MI, int OpNum,
229 void SystemZInstPrinter::printCond4Operand(const MCInst *MI, int OpNum,