Searched refs:printCMPMnemonic (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/MCTargetDesc/ |
H A D | X86InstPrinterCommon.h | 30 void printCMPMnemonic(const MCInst *MI, bool IsVCmp, raw_ostream &OS);
|
H A D | X86IntelInstPrinter.cpp | 80 printCMPMnemonic(MI, /*IsVCMP*/false, OS); in printVecCompareInstr() 137 printCMPMnemonic(MI, /*IsVCMP*/true, OS); in printVecCompareInstr()
|
H A D | X86ATTInstPrinter.cpp | 100 printCMPMnemonic(MI, /*IsVCMP*/false, OS); in printVecCompareInstr() 158 printCMPMnemonic(MI, /*IsVCMP*/true, OS); in printVecCompareInstr()
|
H A D | X86InstPrinterCommon.cpp | 209 void X86InstPrinterCommon::printCMPMnemonic(const MCInst *MI, bool IsVCmp, in printCMPMnemonic() function in X86InstPrinterCommon
|