Searched refs:X86IntelInstPrinter (Results 1 - 6 of 6) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86IntelInstPrinter.cpp1 //===-- X86IntelInstPrinter.cpp - Intel assembly instruction printing -----===//
14 #include "X86IntelInstPrinter.h"
35 void X86IntelInstPrinter::printRegName(raw_ostream &OS, unsigned RegNo) const {
39 void X86IntelInstPrinter::printInst(const MCInst *MI, uint64_t Address,
59 bool X86IntelInstPrinter::printVecCompareInstr(const MCInst *MI, raw_ostream &OS) {
329 void X86IntelInstPrinter::printOperand(const MCInst *MI, unsigned OpNo,
343 void X86IntelInstPrinter::printMemReference(const MCInst *MI, unsigned Op,
391 void X86IntelInstPrinter::printSrcIdx(const MCInst *MI, unsigned Op,
400 void X86IntelInstPrinter::printDstIdx(const MCInst *MI, unsigned Op,
408 void X86IntelInstPrinter
[all...]
H A DX86IntelInstPrinter.h1 //= X86IntelInstPrinter.h - Convert X86 MCInst to assembly syntax -*- C++ -*-=//
21 class X86IntelInstPrinter final : public X86InstPrinterCommon {
23 X86IntelInstPrinter(const MCAsmInfo &MAI, const MCInstrInfo &MII, function in class:llvm::final
H A DX86MCTargetDesc.cpp17 #include "X86IntelInstPrinter.h"
373 return new X86IntelInstPrinter(MAI, MII, MRI);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/AsmParser/
H A DX86Operand.h12 #include "MCTargetDesc/X86IntelInstPrinter.h"
119 OS << "Reg:" << X86IntelInstPrinter::getRegisterName(Reg.RegNo);
135 OS << ",BaseReg=" << X86IntelInstPrinter::getRegisterName(Mem.BaseReg);
138 << X86IntelInstPrinter::getRegisterName(Mem.IndexReg);
144 OS << ",SegReg=" << X86IntelInstPrinter::getRegisterName(Mem.SegReg);
H A DX86AsmParser.cpp10 #include "MCTargetDesc/X86IntelInstPrinter.h"
1843 BaseRegStr = X86IntelInstPrinter::getRegisterName(SM.getBaseReg());
1845 IndexRegStr = X86IntelInstPrinter::getRegisterName(SM.getIndexReg());
3265 StringRef RegName = X86IntelInstPrinter::getRegisterName(Src2);
/freebsd-13-stable/lib/clang/libllvm/
H A DMakefile1307 SRCS_MIN+= Target/X86/MCTargetDesc/X86IntelInstPrinter.cpp

Completed in 188 milliseconds