Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/MCTargetDesc/
H A DX86InstPrinterCommon.h30 void printCMPMnemonic(const MCInst *MI, bool IsVCmp, raw_ostream &OS);
H A DX86IntelInstPrinter.cpp80 printCMPMnemonic(MI, /*IsVCMP*/false, OS); in printVecCompareInstr()
137 printCMPMnemonic(MI, /*IsVCMP*/true, OS); in printVecCompareInstr()
H A DX86ATTInstPrinter.cpp100 printCMPMnemonic(MI, /*IsVCMP*/false, OS); in printVecCompareInstr()
158 printCMPMnemonic(MI, /*IsVCMP*/true, OS); in printVecCompareInstr()
H A DX86InstPrinterCommon.cpp209 void X86InstPrinterCommon::printCMPMnemonic(const MCInst *MI, bool IsVCmp, in printCMPMnemonic() function in X86InstPrinterCommon