Searched refs:printU4ImmOperand (Results 1 – 7 of 7) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/MCTargetDesc/ |
H A D | SystemZInstPrinter.h | 71 void printU4ImmOperand(const MCInst *MI, int OpNum, raw_ostream &O);
|
H A D | SystemZInstPrinter.cpp | 125 void SystemZInstPrinter::printU4ImmOperand(const MCInst *MI, int OpNum, in printU4ImmOperand() 124 void SystemZInstPrinter::printU4ImmOperand(const MCInst *MI, int OpNum, printU4ImmOperand() function in SystemZInstPrinter
|
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/MCTargetDesc/ |
H A D | PPCInstPrinter.h | 64 void printU4ImmOperand(const MCInst *MI, unsigned OpNo,
|
H A D | PPCInstPrinter.cpp | 350 void PPCInstPrinter::printU4ImmOperand(const MCInst *MI, unsigned OpNo, in printU4ImmOperand() function in PPCInstPrinter
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/MCTargetDesc/ |
H A D | AMDGPUInstPrinter.h | 39 void printU4ImmOperand(const MCInst *MI, unsigned OpNo,
|
H A D | AMDGPUInstPrinter.cpp | 50 void AMDGPUInstPrinter::printU4ImmOperand(const MCInst *MI, unsigned OpNo, in printU4ImmOperand() function in AMDGPUInstPrinter 1162 printU4ImmOperand(MI, OpNo, STI, O); in printDppRowMask() 1169 printU4ImmOperand(MI, OpNo, STI, O); in printDppBankMask()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCRegisterInfo.td | 664 let PrintMethod = "printU4ImmOperand";
|