Searched refs:printUImm (Results 1 – 3 of 3) sorted by relevance
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/ |
| D | MipsInstPrinter.cpp | 143 void MipsInstPrinter::printUImm(const MCInst *MI, int opNum, raw_ostream &O) { in printUImm() function in MipsInstPrinter 275 printUImm<16>(MI, i, O); in printSaveRestore()
|
| D | MipsInstPrinter.h | 102 void printUImm(const MCInst *MI, int opNum, raw_ostream &O);
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Mips/ |
| D | MipsInstrInfo.td | 870 let PrintMethod = "printUImm<0>"; 876 let PrintMethod = "printUImm<6, 2>"; 885 let PrintMethod = "printUImm<" # I # ">"; 891 let PrintMethod = "printUImm<2, 1>"; 898 let PrintMethod = "printUImm<5, 1>"; 905 let PrintMethod = "printUImm<6, 1>"; 912 let PrintMethod = "printUImm<5, 32>"; 917 let PrintMethod = "printUImm<5, 33>"; 924 let PrintMethod = "printUImm<6>"; 931 let PrintMethod = "printUImm<5>"; [all …]
|