Searched refs:printSImmOperand (Results 1 – 3 of 3) sorted by relevance
/external/llvm/lib/Target/SystemZ/InstPrinter/ |
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()
|
/external/llvm-project/llvm/lib/Target/SystemZ/MCTargetDesc/ |
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()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/MCTargetDesc/ |
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()
|