Searched refs:printComplexRotationOp (Results 1 – 6 of 6) sorted by relevance
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/ |
H A D | AArch64InstPrinter.h | 197 void printComplexRotationOp(const MCInst *MI, unsigned OpNo,
|
H A D | AArch64InstPrinter.cpp | 1964 void AArch64InstPrinter::printComplexRotationOp(const MCInst *MI, unsigned OpNo, in printComplexRotationOp() function in AArch64InstPrinter
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/ |
H A D | ARMInstPrinter.h | 264 void printComplexRotationOp(const MCInst *MI, unsigned OpNum,
|
H A D | ARMInstPrinter.cpp | 1698 void ARMInstPrinter::printComplexRotationOp(const MCInst *MI, unsigned OpNo, in printMveSaturateOp() 1666 void ARMInstPrinter::printComplexRotationOp(const MCInst *MI, unsigned OpNo, printComplexRotationOp() function in ARMInstPrinter
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMInstrFormats.td | 2791 let PrintMethod = "printComplexRotationOp<90, 0>"; 2795 let PrintMethod = "printComplexRotationOp<180, 90>";
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64InstrFormats.td | 11315 let PrintMethod = "printComplexRotationOp<90, 0>"; 11322 let PrintMethod = "printComplexRotationOp<180, 90>";
|