Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/MCTargetDesc/
H A DX86IntelInstPrinter.h30 bool printVecCompareInstr(const MCInst *MI, raw_ostream &OS);
H A DX86ATTInstPrinter.h29 bool printVecCompareInstr(const MCInst *MI, raw_ostream &OS);
H A DX86IntelInstPrinter.cpp49 } else if (!printAliasInstr(MI, Address, OS) && !printVecCompareInstr(MI, OS)) in printInst()
60 bool X86IntelInstPrinter::printVecCompareInstr(const MCInst *MI, raw_ostream &OS) { in printVecCompareInstr() function in X86IntelInstPrinter
H A DX86ATTInstPrinter.cpp72 else if (!printAliasInstr(MI, Address, OS) && !printVecCompareInstr(MI, OS)) in printInst()
79 bool X86ATTInstPrinter::printVecCompareInstr(const MCInst *MI, in printVecCompareInstr() function in X86ATTInstPrinter