OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:X86IntelInstPrinter
(Results
1 - 4
of
4
) sorted by null
/external/llvm/lib/Target/X86/InstPrinter/
X86IntelInstPrinter.cpp
1
//===--
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,
145
void
X86IntelInstPrinter
::printOperand(const MCInst *MI, unsigned OpNo,
158
void
X86IntelInstPrinter
::printMemReference(const MCInst *MI, unsigned Op,
Android.mk
12
X86IntelInstPrinter
.cpp \
X86IntelInstPrinter.h
1
//=
X86IntelInstPrinter
.h - Convert X86 MCInst to assembly syntax -*- C++ -*-=//
24
class
X86IntelInstPrinter
: public MCInstPrinter {
26
X86IntelInstPrinter
(const MCAsmInfo &MAI, const MCInstrInfo &MII,
/external/llvm/lib/Target/X86/MCTargetDesc/
X86MCTargetDesc.cpp
16
#include "InstPrinter/
X86IntelInstPrinter
.h"
381
return new
X86IntelInstPrinter
(MAI, MII, MRI);
Completed in 268 milliseconds