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

/freebsd-10.2-release/lib/clang/libllvmx86instprinter/
H A DMakefile11 X86IntelInstPrinter.cpp
/freebsd-10.2-release/contrib/llvm/lib/Target/X86/InstPrinter/
H A DX86IntelInstPrinter.cpp1 //===-- X86IntelInstPrinter.cpp - Intel assembly instruction printing -----===//
16 #include "X86IntelInstPrinter.h"
30 void X86IntelInstPrinter::printRegName(raw_ostream &OS, unsigned RegNo) const {
34 void X86IntelInstPrinter::printInst(const MCInst *MI, raw_ostream &OS,
52 void X86IntelInstPrinter::printSSECC(const MCInst *MI, unsigned Op,
76 void X86IntelInstPrinter::printAVXCC(const MCInst *MI, unsigned Op,
118 void X86IntelInstPrinter::printPCRelImm(const MCInst *MI, unsigned OpNo,
139 void X86IntelInstPrinter::printOperand(const MCInst *MI, unsigned OpNo,
152 void X86IntelInstPrinter::printMemReference(const MCInst *MI, unsigned Op,
204 void X86IntelInstPrinter
[all...]
H A DX86IntelInstPrinter.h1 //= X86IntelInstPrinter.h - Convert X86 MCInst to assembly syntax -*- C++ -*-=//
24 class X86IntelInstPrinter : public MCInstPrinter { class in namespace:llvm
26 X86IntelInstPrinter(const MCAsmInfo &MAI, const MCInstrInfo &MII, function in class:llvm::X86IntelInstPrinter
/freebsd-10.2-release/contrib/llvm/lib/Target/X86/MCTargetDesc/
H A DX86MCTargetDesc.cpp16 #include "InstPrinter/X86IntelInstPrinter.h"
383 return new X86IntelInstPrinter(MAI, MII, MRI);

Completed in 105 milliseconds