Searched refs:printU16ImmOperand (Results 1 – 9 of 9) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/MCTargetDesc/ |
H A D | SystemZInstPrinter.h | 76 void printU16ImmOperand(const MCInst *MI, int OpNum, raw_ostream &O);
|
H A D | SystemZInstPrinter.cpp | 150 void SystemZInstPrinter::printU16ImmOperand(const MCInst *MI, int OpNum, in printU16ImmOperand() 149 void SystemZInstPrinter::printU16ImmOperand(const MCInst *MI, int OpNum, printU16ImmOperand() function in SystemZInstPrinter
|
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/MCTargetDesc/ |
H A D | PPCInstPrinter.h | 84 void printU16ImmOperand(const MCInst *MI, unsigned OpNo,
|
H A D | PPCInstPrinter.cpp | 445 void PPCInstPrinter::printU16ImmOperand(const MCInst *MI, unsigned OpNo, in printU16ImmOperand() function in PPCInstPrinter
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/MCTargetDesc/ |
H A D | AMDGPUInstPrinter.h | 41 void printU16ImmOperand(const MCInst *MI, unsigned OpNo,
|
H A D | AMDGPUInstPrinter.cpp | 56 void AMDGPUInstPrinter::printU16ImmOperand(const MCInst *MI, unsigned OpNo, in printU16ImmOperand() function in AMDGPUInstPrinter 296 printU16ImmOperand(MI, OpNo, STI, O); in printDMask()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUInstructions.td | 143 class S16ImmOperand : ImmOperand<i16, "S16Imm", 0, "printU16ImmOperand">; 146 def u16imm : ImmOperand<i16, "U16Imm", 0, "printU16ImmOperand">;
|
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCRegisterInfo.td | 755 let PrintMethod = "printU16ImmOperand";
|
H A D | PPCInstr64Bit.td | 25 let PrintMethod = "printU16ImmOperand";
|