Home
last modified time | relevance | path

Searched refs:printUImm (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsInstPrinter.cpp179 void MipsInstPrinter::printUImm(const MCInst *MI, int opNum, in printUImm() function in MipsInstPrinter
349 printUImm<16>(MI, i, STI, O); in printSaveRestore()
H A DMipsInstPrinter.h106 void printUImm(const MCInst *MI, int opNum, const MCSubtargetInfo &STI,
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsInstrInfo.td885 let PrintMethod = "printUImm<0>";
891 let PrintMethod = "printUImm<6, 2>";
900 let PrintMethod = "printUImm<" # I # ">";
906 let PrintMethod = "printUImm<2, 1>";
913 let PrintMethod = "printUImm<5, 1>";
920 let PrintMethod = "printUImm<6, 1>";
927 let PrintMethod = "printUImm<5, 32>";
932 let PrintMethod = "printUImm<5, 33>";
939 let PrintMethod = "printUImm<6>";
946 let PrintMethod = "printUImm<5>";
[all …]