Searched refs:printU16ImmOperand (Results 1 – 10 of 10) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/MCTargetDesc/ |
D | SystemZInstPrinter.h | 63 void printU16ImmOperand(const MCInst *MI, int OpNum, raw_ostream &O);
|
D | SystemZInstPrinter.cpp | 128 void SystemZInstPrinter::printU16ImmOperand(const MCInst *MI, int OpNum, in printU16ImmOperand() function in SystemZInstPrinter
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/MCTargetDesc/ |
D | PPCInstPrinter.h | 64 void printU16ImmOperand(const MCInst *MI, unsigned OpNo, raw_ostream &O);
|
D | PPCInstPrinter.cpp | 394 void PPCInstPrinter::printU16ImmOperand(const MCInst *MI, unsigned OpNo, in printU16ImmOperand() function in PPCInstPrinter
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/MCTargetDesc/ |
D | AMDGPUInstPrinter.h | 39 void printU16ImmOperand(const MCInst *MI, unsigned OpNo,
|
D | AMDGPUInstPrinter.cpp | 48 void AMDGPUInstPrinter::printU16ImmOperand(const MCInst *MI, unsigned OpNo, in printU16ImmOperand() function in AMDGPUInstPrinter 213 printU16ImmOperand(MI, OpNo, STI, O); in printDMask()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | AMDGPUInstructions.td | 134 let PrintMethod = "printU16ImmOperand"; 139 let PrintMethod = "printU16ImmOperand";
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
D | PPCInstr64Bit.td | 24 let PrintMethod = "printU16ImmOperand";
|
D | PPCInstrInfo.td | 708 let PrintMethod = "printU16ImmOperand";
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/PowerPC/ |
D | PPCGenAsmWriter.inc | 6276 printU16ImmOperand(MI, 0, O); 6278 printU16ImmOperand(MI, 1, O); 6736 printU16ImmOperand(MI, 2, O); 9905 printU16ImmOperand(MI, OpIdx, OS);
|