Searched refs:printU32ImmOperand (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/MCTargetDesc/ |
H A D | SystemZInstPrinter.h | 78 void printU32ImmOperand(const MCInst *MI, int OpNum, raw_ostream &O);
|
H A D | SystemZInstPrinter.cpp | 160 void SystemZInstPrinter::printU32ImmOperand(const MCInst *MI, int OpNum, in printU32ImmOperand() 159 void SystemZInstPrinter::printU32ImmOperand(const MCInst *MI, int OpNum, printU32ImmOperand() function in SystemZInstPrinter
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/MCTargetDesc/ |
H A D | AMDGPUInstPrinter.cpp | 71 printU32ImmOperand(MI, OpNo, STI, O); in printU16ImmOperand() 89 void AMDGPUInstPrinter::printU32ImmOperand(const MCInst *MI, unsigned OpNo, in printU32ImmOperand() function in AMDGPUInstPrinter 159 printU32ImmOperand(MI, OpNo, STI, O); in printSMRDOffset8() 178 printU32ImmOperand(MI, OpNo, STI, O); in printSMRDLiteralOffset()
|
H A D | AMDGPUInstPrinter.h | 46 void printU32ImmOperand(const MCInst *MI, unsigned OpNo,
|