Searched refs:printCMPMnemonic (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/ |
H A D | X86InstPrinterCommon.h | 31 void printCMPMnemonic(const MCInst *MI, bool IsVCmp, raw_ostream &OS);
|
H A D | X86ATTInstPrinter.cpp | 100 printCMPMnemonic(MI, /*IsVCMP*/false, OS); in printVecCompareInstr() 172 printCMPMnemonic(MI, /*IsVCMP*/true, OS); in printVecCompareInstr()
|
H A D | X86IntelInstPrinter.cpp | 80 printCMPMnemonic(MI, /*IsVCMP*/false, OS); in printVecCompareInstr() 151 printCMPMnemonic(MI, /*IsVCMP*/true, OS); in printVecCompareInstr()
|
H A D | X86InstPrinterCommon.cpp | 237 void X86InstPrinterCommon::printCMPMnemonic(const MCInst *MI, bool IsVCmp, in printCMPMnemonic() function in X86InstPrinterCommon
|