Home
last modified time | relevance | path

Searched refs:printU4ImmOperand (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/MCTargetDesc/
H A DSystemZInstPrinter.h71 void printU4ImmOperand(const MCInst *MI, int OpNum, raw_ostream &O);
H A DSystemZInstPrinter.cpp125 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 DPPCInstPrinter.h64 void printU4ImmOperand(const MCInst *MI, unsigned OpNo,
H A DPPCInstPrinter.cpp350 void PPCInstPrinter::printU4ImmOperand(const MCInst *MI, unsigned OpNo, in printU4ImmOperand() function in PPCInstPrinter
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/MCTargetDesc/
H A DAMDGPUInstPrinter.h39 void printU4ImmOperand(const MCInst *MI, unsigned OpNo,
H A DAMDGPUInstPrinter.cpp50 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 DPPCRegisterInfo.td664 let PrintMethod = "printU4ImmOperand";