Home
last modified time | relevance | path

Searched refs:printCMPMnemonic (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86InstPrinterCommon.h31 void printCMPMnemonic(const MCInst *MI, bool IsVCmp, raw_ostream &OS);
H A DX86ATTInstPrinter.cpp100 printCMPMnemonic(MI, /*IsVCMP*/false, OS); in printVecCompareInstr()
172 printCMPMnemonic(MI, /*IsVCMP*/true, OS); in printVecCompareInstr()
H A DX86IntelInstPrinter.cpp80 printCMPMnemonic(MI, /*IsVCMP*/false, OS); in printVecCompareInstr()
151 printCMPMnemonic(MI, /*IsVCMP*/true, OS); in printVecCompareInstr()
H A DX86InstPrinterCommon.cpp237 void X86InstPrinterCommon::printCMPMnemonic(const MCInst *MI, bool IsVCmp, in printCMPMnemonic() function in X86InstPrinterCommon