2005-07-01 22:44:09 +00:00
|
|
|
//===-- X86IntelAsmPrinter.h - Convert X86 LLVM code to Intel assembly ----===//
|
|
|
|
//
|
|
|
|
// The LLVM Compiler Infrastructure
|
|
|
|
//
|
|
|
|
// This file was developed by the LLVM research group and is distributed under
|
|
|
|
// the University of Illinois Open Source License. See LICENSE.TXT for details.
|
|
|
|
//
|
|
|
|
//===----------------------------------------------------------------------===//
|
|
|
|
//
|
|
|
|
// Intel assembly code printer class.
|
|
|
|
//
|
|
|
|
//===----------------------------------------------------------------------===//
|
|
|
|
|
|
|
|
#ifndef X86INTELASMPRINTER_H
|
|
|
|
#define X86INTELASMPRINTER_H
|
|
|
|
|
|
|
|
#include "X86AsmPrinter.h"
|
|
|
|
#include "llvm/CodeGen/ValueTypes.h"
|
|
|
|
#include "llvm/Target/MRegisterInfo.h"
|
|
|
|
|
|
|
|
namespace llvm {
|
|
|
|
|
|
|
|
struct X86IntelAsmPrinter : public X86SharedAsmPrinter {
|
2006-09-07 22:06:40 +00:00
|
|
|
X86IntelAsmPrinter(std::ostream &O, X86TargetMachine &TM,
|
|
|
|
const TargetAsmInfo *T)
|
2006-09-06 18:34:40 +00:00
|
|
|
: X86SharedAsmPrinter(O, TM, T) {
|
|
|
|
}
|
2005-07-01 22:44:09 +00:00
|
|
|
|
|
|
|
virtual const char *getPassName() const {
|
|
|
|
return "X86 Intel-Style Assembly Printer";
|
|
|
|
}
|
|
|
|
|
|
|
|
/// printInstruction - This method is automatically generated by tablegen
|
|
|
|
/// from the instruction set description. This method returns true if the
|
|
|
|
/// machine instruction was sufficiently described to print it, otherwise it
|
|
|
|
/// returns false.
|
|
|
|
bool printInstruction(const MachineInstr *MI);
|
|
|
|
|
|
|
|
// This method is used by the tablegen'erated instruction printer.
|
2006-02-06 23:41:19 +00:00
|
|
|
void printOperand(const MachineInstr *MI, unsigned OpNo,
|
|
|
|
const char *Modifier = 0) {
|
2005-07-01 22:44:09 +00:00
|
|
|
const MachineOperand &MO = MI->getOperand(OpNo);
|
2006-05-04 18:05:43 +00:00
|
|
|
if (MO.isRegister()) {
|
2006-05-04 01:15:02 +00:00
|
|
|
assert(MRegisterInfo::isPhysicalRegister(MO.getReg()) && "Not physreg??");
|
2006-05-01 05:53:50 +00:00
|
|
|
O << TM.getRegisterInfo()->get(MO.getReg()).Name;
|
2005-07-01 22:44:09 +00:00
|
|
|
} else {
|
2006-02-06 23:41:19 +00:00
|
|
|
printOp(MO, Modifier);
|
2005-07-01 22:44:09 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2005-11-30 18:54:35 +00:00
|
|
|
void printi8mem(const MachineInstr *MI, unsigned OpNo) {
|
|
|
|
O << "BYTE PTR ";
|
|
|
|
printMemReference(MI, OpNo);
|
|
|
|
}
|
|
|
|
void printi16mem(const MachineInstr *MI, unsigned OpNo) {
|
|
|
|
O << "WORD PTR ";
|
|
|
|
printMemReference(MI, OpNo);
|
|
|
|
}
|
|
|
|
void printi32mem(const MachineInstr *MI, unsigned OpNo) {
|
2005-11-30 18:57:39 +00:00
|
|
|
O << "DWORD PTR ";
|
2005-11-30 18:54:35 +00:00
|
|
|
printMemReference(MI, OpNo);
|
|
|
|
}
|
|
|
|
void printi64mem(const MachineInstr *MI, unsigned OpNo) {
|
2005-11-30 18:57:39 +00:00
|
|
|
O << "QWORD PTR ";
|
2005-11-30 18:54:35 +00:00
|
|
|
printMemReference(MI, OpNo);
|
|
|
|
}
|
2006-02-22 02:26:30 +00:00
|
|
|
void printi128mem(const MachineInstr *MI, unsigned OpNo) {
|
|
|
|
O << "XMMWORD PTR ";
|
|
|
|
printMemReference(MI, OpNo);
|
|
|
|
}
|
2005-11-30 18:54:35 +00:00
|
|
|
void printf32mem(const MachineInstr *MI, unsigned OpNo) {
|
|
|
|
O << "DWORD PTR ";
|
|
|
|
printMemReference(MI, OpNo);
|
|
|
|
}
|
|
|
|
void printf64mem(const MachineInstr *MI, unsigned OpNo) {
|
|
|
|
O << "QWORD PTR ";
|
|
|
|
printMemReference(MI, OpNo);
|
|
|
|
}
|
2007-08-05 18:49:15 +00:00
|
|
|
void printf80mem(const MachineInstr *MI, unsigned OpNo) {
|
|
|
|
O << "XWORD PTR ";
|
|
|
|
printMemReference(MI, OpNo);
|
|
|
|
}
|
2006-01-31 22:28:30 +00:00
|
|
|
void printf128mem(const MachineInstr *MI, unsigned OpNo) {
|
|
|
|
O << "XMMWORD PTR ";
|
2005-07-01 22:44:09 +00:00
|
|
|
printMemReference(MI, OpNo);
|
|
|
|
}
|
2006-09-08 06:48:29 +00:00
|
|
|
void printlea64_32mem(const MachineInstr *MI, unsigned OpNo) {
|
|
|
|
O << "QWORD PTR ";
|
|
|
|
printMemReference(MI, OpNo, "subreg64");
|
|
|
|
}
|
2005-07-01 22:44:09 +00:00
|
|
|
|
2006-04-28 23:19:39 +00:00
|
|
|
bool printAsmMRegister(const MachineOperand &MO, const char Mode);
|
2006-04-28 21:19:05 +00:00
|
|
|
bool PrintAsmOperand(const MachineInstr *MI, unsigned OpNo,
|
|
|
|
unsigned AsmVariant, const char *ExtraCode);
|
|
|
|
bool PrintAsmMemoryOperand(const MachineInstr *MI, unsigned OpNo,
|
|
|
|
unsigned AsmVariant, const char *ExtraCode);
|
2006-05-02 01:16:28 +00:00
|
|
|
void printMachineInstruction(const MachineInstr *MI);
|
2006-02-06 23:41:19 +00:00
|
|
|
void printOp(const MachineOperand &MO, const char *Modifier = 0);
|
2005-11-30 18:54:35 +00:00
|
|
|
void printSSECC(const MachineInstr *MI, unsigned Op);
|
2006-09-08 06:48:29 +00:00
|
|
|
void printMemReference(const MachineInstr *MI, unsigned Op,
|
|
|
|
const char *Modifier=NULL);
|
2006-02-18 00:15:05 +00:00
|
|
|
void printPICLabel(const MachineInstr *MI, unsigned Op);
|
2005-07-01 22:44:09 +00:00
|
|
|
bool runOnMachineFunction(MachineFunction &F);
|
|
|
|
bool doInitialization(Module &M);
|
2006-05-02 03:11:50 +00:00
|
|
|
bool doFinalization(Module &M);
|
2006-10-05 02:43:52 +00:00
|
|
|
|
|
|
|
/// getSectionForFunction - Return the section that we should emit the
|
|
|
|
/// specified function body into.
|
|
|
|
virtual std::string getSectionForFunction(const Function &F) const;
|
2006-05-02 01:16:28 +00:00
|
|
|
|
|
|
|
virtual void EmitString(const ConstantArray *CVA) const;
|
2005-07-01 22:44:09 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
} // end namespace llvm
|
|
|
|
|
|
|
|
#endif
|