OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:X86AsmPrinter
(Results
1 - 4
of
4
) sorted by null
/external/llvm/lib/Target/X86/
X86AsmPrinter.h
1
//===--
X86AsmPrinter
.h - X86 implementation of AsmPrinter ------*- C++ -*-===//
25
class LLVM_LIBRARY_VISIBILITY
X86AsmPrinter
: public AsmPrinter {
28
explicit
X86AsmPrinter
(TargetMachine &TM, MCStreamer &Streamer)
X86AsmPrinter.cpp
1
//===--
X86AsmPrinter
.cpp - Convert X86 LLVM code to AT&T assembly --------===//
15
#include "
X86AsmPrinter
.h"
51
bool
X86AsmPrinter
::runOnMachineFunction(MachineFunction &MF) {
77
void
X86AsmPrinter
::printSymbolOperand(const MachineOperand &MO,
211
void
X86AsmPrinter
::printPCRelImm(const MachineInstr *MI, unsigned OpNo,
234
void
X86AsmPrinter
::printOperand(const MachineInstr *MI, unsigned OpNo,
270
void
X86AsmPrinter
::printLeaMemReference(const MachineInstr *MI, unsigned Op,
317
void
X86AsmPrinter
::printMemReference(const MachineInstr *MI, unsigned Op,
328
void
X86AsmPrinter
::printIntelMemReference(const MachineInstr *MI, unsigned Op,
379
bool
X86AsmPrinter
::printAsmMRegister(const MachineOperand &MO, char Mode
[
all
...]
Android.mk
14
X86AsmPrinter
.cpp \
X86MCInstLower.cpp
15
#include "
X86AsmPrinter
.h"
41
X86AsmPrinter
&AsmPrinter;
44
X86AsmPrinter
&asmprinter);
58
X86AsmPrinter
&asmprinter)
286
static void SimplifyShortMoveForm(
X86AsmPrinter
&Printer, MCInst &Inst,
688
void
X86AsmPrinter
::EmitInstruction(const MachineInstr *MI) {
Completed in 175 milliseconds