Searched refs:printU32ImmOperand (Results 1 – 5 of 5) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/MCTargetDesc/ |
D | SystemZInstPrinter.h | 65 void printU32ImmOperand(const MCInst *MI, int OpNum, raw_ostream &O);
|
D | SystemZInstPrinter.cpp | 138 void SystemZInstPrinter::printU32ImmOperand(const MCInst *MI, int OpNum, in printU32ImmOperand() function in SystemZInstPrinter
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/MCTargetDesc/ |
D | AMDGPUInstPrinter.cpp | 57 printU32ImmOperand(MI, OpNo, STI, O); in printU16ImmOperand() 75 void AMDGPUInstPrinter::printU32ImmOperand(const MCInst *MI, unsigned OpNo, in printU32ImmOperand() function in AMDGPUInstPrinter 164 printU32ImmOperand(MI, OpNo, STI, O); in printSMRDOffset8() 170 printU32ImmOperand(MI, OpNo, STI, O); in printSMRDOffset20() 176 printU32ImmOperand(MI, OpNo, STI, O); in printSMRDLiteralOffset()
|
D | AMDGPUInstPrinter.h | 44 void printU32ImmOperand(const MCInst *MI, unsigned OpNo,
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | AMDGPUInstructions.td | 130 let PrintMethod = "printU32ImmOperand";
|