Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
DX86ATTInstPrinter.h29 bool printVecCompareInstr(const MCInst *MI, raw_ostream &OS);
DX86IntelInstPrinter.h30 bool printVecCompareInstr(const MCInst *MI, raw_ostream &OS);
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
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
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/MCTargetDesc/
DX86ATTInstPrinter.h29 bool printVecCompareInstr(const MCInst *MI, raw_ostream &OS);
DX86IntelInstPrinter.h30 bool printVecCompareInstr(const MCInst *MI, raw_ostream &OS);
DX86ATTInstPrinter.cpp72 !printVecCompareInstr(MI, OS)) in printInst()
79 bool X86ATTInstPrinter::printVecCompareInstr(const MCInst *MI, in printVecCompareInstr() function in X86ATTInstPrinter
DX86IntelInstPrinter.cpp49 !printVecCompareInstr(MI, OS)) in printInst()
60 bool X86IntelInstPrinter::printVecCompareInstr(const MCInst *MI, raw_ostream &OS) { in printVecCompareInstr() function in X86IntelInstPrinter