Searched refs:printVecCompareInstr (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86ATTInstPrinter.h29 bool printVecCompareInstr(const MCInst *MI, raw_ostream &OS);
H A DX86IntelInstPrinter.h30 bool printVecCompareInstr(const MCInst *MI, raw_ostream &OS);
H A DX86ATTInstPrinter.cpp71 else if (!printAliasInstr(MI, Address, OS) && !printVecCompareInstr(MI, OS))
78 bool X86ATTInstPrinter::printVecCompareInstr(const MCInst *MI, function in class:X86ATTInstPrinter
H A DX86IntelInstPrinter.cpp48 } else if (!printAliasInstr(MI, Address, OS) && !printVecCompareInstr(MI, OS))
59 bool X86IntelInstPrinter::printVecCompareInstr(const MCInst *MI, raw_ostream &OS) { function in class:X86IntelInstPrinter

Completed in 99 milliseconds