Searched refs:printVecCompareInstr (Results 1 – 8 of 8) sorted by relevance
/external/llvm-project/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
|
/external/swiftshader/third_party/llvm-10.0/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 !printVecCompareInstr(MI, OS)) in printInst() 79 bool X86ATTInstPrinter::printVecCompareInstr(const MCInst *MI, in printVecCompareInstr() function in X86ATTInstPrinter
|
D | X86IntelInstPrinter.cpp | 49 !printVecCompareInstr(MI, OS)) in printInst() 60 bool X86IntelInstPrinter::printVecCompareInstr(const MCInst *MI, raw_ostream &OS) { in printVecCompareInstr() function in X86IntelInstPrinter
|