Searched refs:printVecCompareInstr (Results 1 – 4 of 4) sorted by relevance
| /openbsd/src/gnu/llvm/llvm/lib/Target/X86/MCTargetDesc/ |
| D | X86ATTInstPrinter.h | 29 bool printVecCompareInstr(const MCInst *MI, raw_ostream &OS);
|
| D | X86IntelInstPrinter.h | 30 bool printVecCompareInstr(const MCInst *MI, raw_ostream &OS);
|
| D | X86ATTInstPrinter.cpp | 72 else if (!printAliasInstr(MI, Address, OS) && !printVecCompareInstr(MI, OS)) in printInst() 79 bool X86ATTInstPrinter::printVecCompareInstr(const MCInst *MI, in printVecCompareInstr() function in X86ATTInstPrinter
|
| D | X86IntelInstPrinter.cpp | 49 } 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
|