Searched refs:printSImmOperand (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/external/llvm/lib/Target/SystemZ/InstPrinter/ |
H A D | SystemZInstPrinter.cpp | 71 static void printSImmOperand(const MCInst *MI, int OpNum, raw_ostream &O) { in printSImmOperand() function 104 printSImmOperand<8>(MI, OpNum, O); in printS8ImmOperand() 119 printSImmOperand<16>(MI, OpNum, O); in printS16ImmOperand() 129 printSImmOperand<32>(MI, OpNum, O); in printS32ImmOperand()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/MCTargetDesc/ |
H A D | SystemZInstPrinter.cpp | 77 static void printSImmOperand(const MCInst *MI, int OpNum, raw_ostream &O) { in printSImmOperand() function 110 printSImmOperand<8>(MI, OpNum, O); in printS8ImmOperand() 125 printSImmOperand<16>(MI, OpNum, O); in printS16ImmOperand() 135 printSImmOperand<32>(MI, OpNum, O); in printS32ImmOperand()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/SystemZ/MCTargetDesc/ |
H A D | SystemZInstPrinter.cpp | 92 void SystemZInstPrinter::printSImmOperand(const MCInst *MI, int OpNum, in printSImmOperand() function in SystemZInstPrinter 126 printSImmOperand<8>(MI, OpNum, O); in printS8ImmOperand() 141 printSImmOperand<16>(MI, OpNum, O); in printS16ImmOperand() 151 printSImmOperand<32>(MI, OpNum, O); in printS32ImmOperand()
|
H A D | SystemZInstPrinter.h | 55 void printSImmOperand(const MCInst *MI, int OpNum, raw_ostream &O);
|