Home
last modified time | relevance | path

Searched refs:printU16ImmOperand (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/MCTargetDesc/
H A DSystemZInstPrinter.h76 void printU16ImmOperand(const MCInst *MI, int OpNum, raw_ostream &O);
H A DSystemZInstPrinter.cpp150 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 DPPCInstPrinter.h84 void printU16ImmOperand(const MCInst *MI, unsigned OpNo,
H A DPPCInstPrinter.cpp445 void PPCInstPrinter::printU16ImmOperand(const MCInst *MI, unsigned OpNo, in printU16ImmOperand() function in PPCInstPrinter
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/MCTargetDesc/
H A DAMDGPUInstPrinter.h41 void printU16ImmOperand(const MCInst *MI, unsigned OpNo,
H A DAMDGPUInstPrinter.cpp56 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 DAMDGPUInstructions.td143 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 DPPCRegisterInfo.td755 let PrintMethod = "printU16ImmOperand";
H A DPPCInstr64Bit.td25 let PrintMethod = "printU16ImmOperand";