blob: 12c1e53ed7d0ffa6cb28114265c9ccccbcbc953b [file] [log] [blame]
Nate Begeman21e463b2005-10-16 05:39:50 +00001//===-- PPCAsmPrinter.cpp - Print machine instrs to PowerPC assembly --------=//
Misha Brukmanb5f662f2005-04-21 23:30:14 +00002//
Misha Brukman5dfe3a92004-06-21 16:55:25 +00003// The LLVM Compiler Infrastructure
4//
Chris Lattner4ee451d2007-12-29 20:36:04 +00005// This file is distributed under the University of Illinois Open Source
6// License. See LICENSE.TXT for details.
Misha Brukmanb5f662f2005-04-21 23:30:14 +00007//
Misha Brukman5dfe3a92004-06-21 16:55:25 +00008//===----------------------------------------------------------------------===//
9//
Misha Brukman05fcd0c2004-07-08 17:58:04 +000010// This file contains a printer that converts from our internal representation
11// of machine-dependent LLVM code to PowerPC assembly language. This printer is
Chris Lattner83660c52004-07-28 20:18:53 +000012// the output mechanism used by `llc'.
Misha Brukman5dfe3a92004-06-21 16:55:25 +000013//
Misha Brukman05fcd0c2004-07-08 17:58:04 +000014// Documentation at http://developer.apple.com/documentation/DeveloperTools/
15// Reference/Assembler/ASMIntroduction/chapter_1_section_1.html
Misha Brukman218bec72004-06-29 17:13:26 +000016//
Misha Brukman5dfe3a92004-06-21 16:55:25 +000017//===----------------------------------------------------------------------===//
18
Misha Brukman05794492004-06-24 17:31:42 +000019#define DEBUG_TYPE "asmprinter"
Chris Lattner26689592005-10-14 23:51:18 +000020#include "PPC.h"
Chris Lattnerdf4ed632006-11-17 22:10:59 +000021#include "PPCPredicates.h"
Chris Lattner16e71f22005-10-14 23:59:06 +000022#include "PPCTargetMachine.h"
Chris Lattner26689592005-10-14 23:51:18 +000023#include "PPCSubtarget.h"
Misha Brukman5dfe3a92004-06-21 16:55:25 +000024#include "llvm/Constants.h"
25#include "llvm/DerivedTypes.h"
26#include "llvm/Module.h"
27#include "llvm/Assembly/Writer.h"
Chris Lattnera3840792004-08-16 23:25:21 +000028#include "llvm/CodeGen/AsmPrinter.h"
Jim Laskeya7cea6f2006-01-04 13:52:30 +000029#include "llvm/CodeGen/DwarfWriter.h"
Misha Brukman05794492004-06-24 17:31:42 +000030#include "llvm/CodeGen/MachineFunctionPass.h"
Misha Brukman5dfe3a92004-06-21 16:55:25 +000031#include "llvm/CodeGen/MachineInstr.h"
Bill Wendling381802f2008-01-26 06:51:24 +000032#include "llvm/CodeGen/MachineInstrBuilder.h"
Chris Lattnerd3ec0b52010-01-20 21:16:14 +000033#include "llvm/CodeGen/MachineModuleInfoImpls.h"
Anton Korobeynikov362dd0b2010-02-15 22:37:53 +000034#include "llvm/CodeGen/TargetLoweringObjectFileImpl.h"
Chris Lattner325d3dc2009-09-13 17:14:04 +000035#include "llvm/MC/MCAsmInfo.h"
Chris Lattner0b4bad52010-01-13 19:00:57 +000036#include "llvm/MC/MCContext.h"
Bill Wendling08d726c2010-03-11 23:39:44 +000037#include "llvm/MC/MCExpr.h"
Chris Lattnerf9bdedd2009-08-10 18:15:01 +000038#include "llvm/MC/MCSectionMachO.h"
Chris Lattner6c2f9e12009-08-19 05:49:37 +000039#include "llvm/MC/MCStreamer.h"
Chris Lattner325d3dc2009-09-13 17:14:04 +000040#include "llvm/MC/MCSymbol.h"
Chris Lattner45111d12010-01-16 21:57:06 +000041#include "llvm/Target/Mangler.h"
Chris Lattnera87dea42009-07-31 18:48:30 +000042#include "llvm/Target/TargetRegisterInfo.h"
43#include "llvm/Target/TargetInstrInfo.h"
44#include "llvm/Target/TargetOptions.h"
45#include "llvm/Target/TargetRegistry.h"
Nate Begemana11c2e82004-09-04 14:51:26 +000046#include "llvm/Support/MathExtras.h"
Reid Spencer551ccae2004-09-01 22:55:40 +000047#include "llvm/Support/CommandLine.h"
48#include "llvm/Support/Debug.h"
Torok Edwindac237e2009-07-08 20:53:28 +000049#include "llvm/Support/ErrorHandling.h"
David Greene71847812009-07-14 20:18:05 +000050#include "llvm/Support/FormattedStream.h"
Reid Spencer551ccae2004-09-01 22:55:40 +000051#include "llvm/ADT/StringExtras.h"
Evan Chengae94e592008-12-05 01:06:39 +000052#include "llvm/ADT/StringSet.h"
Chris Lattner48130352010-01-13 06:38:18 +000053#include "llvm/ADT/SmallString.h"
Chris Lattnera3840792004-08-16 23:25:21 +000054using namespace llvm;
Misha Brukman5dfe3a92004-06-21 16:55:25 +000055
Chris Lattner95b2c7d2006-12-19 22:59:26 +000056namespace {
Nick Lewycky6726b6d2009-10-25 06:33:48 +000057 class PPCAsmPrinter : public AsmPrinter {
Bill Wendling57f0db82009-02-24 08:30:20 +000058 protected:
Chris Lattnerd3ec0b52010-01-20 21:16:14 +000059 DenseMap<const MCSymbol*, const MCSymbol*> TOC;
Chris Lattnerdadceed2006-09-20 17:07:15 +000060 const PPCSubtarget &Subtarget;
Tilmann Scheller6b16eff2009-08-15 11:54:46 +000061 uint64_t LabelID;
Bill Wendling57f0db82009-02-24 08:30:20 +000062 public:
David Greene71847812009-07-14 20:18:05 +000063 explicit PPCAsmPrinter(formatted_raw_ostream &O, TargetMachine &TM,
Chris Lattner11d53c12010-03-13 20:55:24 +000064 MCStreamer &Streamer)
65 : AsmPrinter(O, TM, Streamer),
Tilmann Scheller6b16eff2009-08-15 11:54:46 +000066 Subtarget(TM.getSubtarget<PPCSubtarget>()), LabelID(0) {}
Misha Brukmanb5f662f2005-04-21 23:30:14 +000067
Misha Brukman5dfe3a92004-06-21 16:55:25 +000068 virtual const char *getPassName() const {
Nate Begemaned428532004-09-04 05:00:00 +000069 return "PowerPC Assembly Printer";
Misha Brukman5dfe3a92004-06-21 16:55:25 +000070 }
71
Nate Begeman21e463b2005-10-16 05:39:50 +000072 PPCTargetMachine &getTM() {
73 return static_cast<PPCTargetMachine&>(TM);
Chris Lattnera3840792004-08-16 23:25:21 +000074 }
75
Nate Begemanadeb43d2005-07-20 22:42:00 +000076 unsigned enumRegToMachineReg(unsigned enumReg) {
77 switch (enumReg) {
Torok Edwinc23197a2009-07-14 16:55:14 +000078 default: llvm_unreachable("Unhandled register!");
Nate Begemanadeb43d2005-07-20 22:42:00 +000079 case PPC::CR0: return 0;
80 case PPC::CR1: return 1;
81 case PPC::CR2: return 2;
82 case PPC::CR3: return 3;
83 case PPC::CR4: return 4;
84 case PPC::CR5: return 5;
85 case PPC::CR6: return 6;
86 case PPC::CR7: return 7;
87 }
Torok Edwinc23197a2009-07-14 16:55:14 +000088 llvm_unreachable(0);
Nate Begemanadeb43d2005-07-20 22:42:00 +000089 }
90
Nate Begemane59bf592004-08-14 22:09:10 +000091 /// printInstruction - This method is automatically generated by tablegen
92 /// from the instruction set description. This method returns true if the
93 /// machine instruction was sufficiently described to print it, otherwise it
94 /// returns false.
Chris Lattner35c33bd2010-04-04 04:47:45 +000095 void printInstruction(const MachineInstr *MI, raw_ostream &O);
Chris Lattnerd95148f2009-09-13 20:19:22 +000096 static const char *getRegisterName(unsigned RegNo);
Chris Lattner05af2612009-09-13 20:08:00 +000097
Nate Begemane59bf592004-08-14 22:09:10 +000098
Chris Lattnerd49fe1b2010-01-28 01:28:58 +000099 virtual void EmitInstruction(const MachineInstr *MI);
Chris Lattner35c33bd2010-04-04 04:47:45 +0000100 void printOp(const MachineOperand &MO, raw_ostream &O);
Anton Korobeynikov34da1272008-08-08 18:22:59 +0000101
Jim Laskeyb608a4d2006-12-20 20:56:46 +0000102 /// stripRegisterPrefix - This method strips the character prefix from a
103 /// register name so that only the number is left. Used by for linux asm.
Jim Laskey40ee69f2006-12-20 21:33:34 +0000104 const char *stripRegisterPrefix(const char *RegName) {
105 switch (RegName[0]) {
106 case 'r':
107 case 'f':
108 case 'v': return RegName + 1;
Jim Laskey2aa14aa2006-12-20 21:35:00 +0000109 case 'c': if (RegName[1] == 'r') return RegName + 2;
Jim Laskeyb608a4d2006-12-20 20:56:46 +0000110 }
Anton Korobeynikov34da1272008-08-08 18:22:59 +0000111
Jim Laskey40ee69f2006-12-20 21:33:34 +0000112 return RegName;
Jim Laskeyb608a4d2006-12-20 20:56:46 +0000113 }
Anton Korobeynikov34da1272008-08-08 18:22:59 +0000114
Jim Laskeyb608a4d2006-12-20 20:56:46 +0000115 /// printRegister - Print register according to target requirements.
116 ///
Chris Lattner35c33bd2010-04-04 04:47:45 +0000117 void printRegister(const MachineOperand &MO, bool R0AsZero, raw_ostream &O){
Jim Laskeyb608a4d2006-12-20 20:56:46 +0000118 unsigned RegNo = MO.getReg();
Dan Gohman6f0d0242008-02-10 18:45:23 +0000119 assert(TargetRegisterInfo::isPhysicalRegister(RegNo) && "Not physreg??");
Anton Korobeynikov34da1272008-08-08 18:22:59 +0000120
Jim Laskeyb608a4d2006-12-20 20:56:46 +0000121 // If we should use 0 for R0.
122 if (R0AsZero && RegNo == PPC::R0) {
123 O << "0";
124 return;
125 }
Anton Korobeynikov34da1272008-08-08 18:22:59 +0000126
Chris Lattner762ccea2009-09-13 20:31:40 +0000127 const char *RegName = getRegisterName(RegNo);
Jim Laskeyb608a4d2006-12-20 20:56:46 +0000128 // Linux assembler (Others?) does not take register mnemonics.
129 // FIXME - What about special registers used in mfspr/mtspr?
Jim Laskey40ee69f2006-12-20 21:33:34 +0000130 if (!Subtarget.isDarwin()) RegName = stripRegisterPrefix(RegName);
131 O << RegName;
Jim Laskeyb608a4d2006-12-20 20:56:46 +0000132 }
Chris Lattner7bb424f2004-08-14 23:27:29 +0000133
Chris Lattner35c33bd2010-04-04 04:47:45 +0000134 void printOperand(const MachineInstr *MI, unsigned OpNo, raw_ostream &O) {
Chris Lattner7bb424f2004-08-14 23:27:29 +0000135 const MachineOperand &MO = MI->getOperand(OpNo);
Dan Gohmand735b802008-10-03 15:45:36 +0000136 if (MO.isReg()) {
Chris Lattner35c33bd2010-04-04 04:47:45 +0000137 printRegister(MO, false, O);
Dan Gohmand735b802008-10-03 15:45:36 +0000138 } else if (MO.isImm()) {
Chris Lattner9a1ceae2007-12-30 20:49:49 +0000139 O << MO.getImm();
Chris Lattner7bb424f2004-08-14 23:27:29 +0000140 } else {
Chris Lattner35c33bd2010-04-04 04:47:45 +0000141 printOp(MO, O);
Chris Lattner7bb424f2004-08-14 23:27:29 +0000142 }
143 }
Anton Korobeynikov34da1272008-08-08 18:22:59 +0000144
Chris Lattner58873272006-02-01 22:38:46 +0000145 bool PrintAsmOperand(const MachineInstr *MI, unsigned OpNo,
Chris Lattnere3f01572006-02-23 19:31:10 +0000146 unsigned AsmVariant, const char *ExtraCode);
Chris Lattner2c003e22006-02-24 20:27:40 +0000147 bool PrintAsmMemoryOperand(const MachineInstr *MI, unsigned OpNo,
148 unsigned AsmVariant, const char *ExtraCode);
Anton Korobeynikov34da1272008-08-08 18:22:59 +0000149
150
Chris Lattner35c33bd2010-04-04 04:47:45 +0000151 void printS5ImmOperand(const MachineInstr *MI, unsigned OpNo,
152 raw_ostream &O) {
Chris Lattner9a1ceae2007-12-30 20:49:49 +0000153 char value = MI->getOperand(OpNo).getImm();
Chris Lattner9c61dcf2006-03-25 06:12:06 +0000154 value = (value << (32-5)) >> (32-5);
155 O << (int)value;
156 }
Chris Lattner35c33bd2010-04-04 04:47:45 +0000157 void printU5ImmOperand(const MachineInstr *MI, unsigned OpNo,
158 raw_ostream &O) {
Chris Lattner9a1ceae2007-12-30 20:49:49 +0000159 unsigned char value = MI->getOperand(OpNo).getImm();
Chris Lattner12585ba2004-08-21 19:11:03 +0000160 assert(value <= 31 && "Invalid u5imm argument!");
Nate Begemanc3306122004-08-21 05:56:39 +0000161 O << (unsigned int)value;
162 }
Chris Lattner35c33bd2010-04-04 04:47:45 +0000163 void printU6ImmOperand(const MachineInstr *MI, unsigned OpNo,
164 raw_ostream &O) {
Chris Lattner9a1ceae2007-12-30 20:49:49 +0000165 unsigned char value = MI->getOperand(OpNo).getImm();
Nate Begeman07aada82004-08-30 02:28:06 +0000166 assert(value <= 63 && "Invalid u6imm argument!");
167 O << (unsigned int)value;
168 }
Chris Lattner35c33bd2010-04-04 04:47:45 +0000169 void printS16ImmOperand(const MachineInstr *MI, unsigned OpNo,
170 raw_ostream &O) {
Chris Lattner9a1ceae2007-12-30 20:49:49 +0000171 O << (short)MI->getOperand(OpNo).getImm();
Nate Begemaned428532004-09-04 05:00:00 +0000172 }
Chris Lattner35c33bd2010-04-04 04:47:45 +0000173 void printU16ImmOperand(const MachineInstr *MI, unsigned OpNo,
174 raw_ostream &O) {
Chris Lattner9a1ceae2007-12-30 20:49:49 +0000175 O << (unsigned short)MI->getOperand(OpNo).getImm();
Chris Lattner97b2a2e2004-08-15 05:20:16 +0000176 }
Chris Lattner35c33bd2010-04-04 04:47:45 +0000177 void printS16X4ImmOperand(const MachineInstr *MI, unsigned OpNo,
178 raw_ostream &O) {
Dan Gohmand735b802008-10-03 15:45:36 +0000179 if (MI->getOperand(OpNo).isImm()) {
Chris Lattner9a1ceae2007-12-30 20:49:49 +0000180 O << (short)(MI->getOperand(OpNo).getImm()*4);
Chris Lattner1b0a2d82006-11-16 21:45:30 +0000181 } else {
182 O << "lo16(";
Chris Lattner35c33bd2010-04-04 04:47:45 +0000183 printOp(MI->getOperand(OpNo), O);
Chris Lattner1b0a2d82006-11-16 21:45:30 +0000184 if (TM.getRelocationModel() == Reloc::PIC_)
Evan Cheng347d39f2007-10-14 05:57:21 +0000185 O << "-\"L" << getFunctionNumber() << "$pb\")";
Chris Lattner1b0a2d82006-11-16 21:45:30 +0000186 else
187 O << ')';
188 }
Chris Lattner841d12d2005-10-18 16:51:22 +0000189 }
Chris Lattner35c33bd2010-04-04 04:47:45 +0000190 void printBranchOperand(const MachineInstr *MI, unsigned OpNo,
191 raw_ostream &O) {
Nate Begemaned428532004-09-04 05:00:00 +0000192 // Branches can take an immediate operand. This is used by the branch
193 // selection pass to print $+8, an eight byte displacement from the PC.
Dan Gohmand735b802008-10-03 15:45:36 +0000194 if (MI->getOperand(OpNo).isImm()) {
Chris Lattner9a1ceae2007-12-30 20:49:49 +0000195 O << "$+" << MI->getOperand(OpNo).getImm()*4;
Nate Begemaned428532004-09-04 05:00:00 +0000196 } else {
Chris Lattner35c33bd2010-04-04 04:47:45 +0000197 printOp(MI->getOperand(OpNo), O);
Nate Begemaned428532004-09-04 05:00:00 +0000198 }
Nate Begemanb7a8f2c2004-09-02 08:13:00 +0000199 }
Chris Lattner35c33bd2010-04-04 04:47:45 +0000200 void printCallOperand(const MachineInstr *MI, unsigned OpNo,
201 raw_ostream &O) {
Chris Lattner9ba13e42005-11-17 19:25:59 +0000202 const MachineOperand &MO = MI->getOperand(OpNo);
Evan Cheng4c1aa862006-02-22 20:19:42 +0000203 if (TM.getRelocationModel() != Reloc::Static) {
Chris Lattnera637c322005-12-16 00:22:14 +0000204 if (MO.getType() == MachineOperand::MO_GlobalAddress) {
205 GlobalValue *GV = MO.getGlobal();
Chris Lattner20674332009-07-02 16:08:53 +0000206 if (GV->isDeclaration() || GV->isWeakForLinker()) {
Chris Lattnera637c322005-12-16 00:22:14 +0000207 // Dynamically-resolved functions need a stub for the function.
Chris Lattner73a1aa02010-01-20 21:36:48 +0000208 MCSymbol *Sym = GetSymbolWithGlobalValueBase(GV, "$stub");
Bill Wendlingcebae362010-03-10 22:34:10 +0000209 MachineModuleInfoImpl::StubValueTy &StubSym =
Chris Lattner73a1aa02010-01-20 21:36:48 +0000210 MMI->getObjFileInfo<MachineModuleInfoMachO>().getFnStubEntry(Sym);
Bill Wendlingcebae362010-03-10 22:34:10 +0000211 if (StubSym.getPointer() == 0)
212 StubSym = MachineModuleInfoImpl::
Chris Lattnerd62f1b42010-03-12 21:19:23 +0000213 StubValueTy(Mang->getSymbol(GV), !GV->hasInternalLinkage());
Chris Lattner73a1aa02010-01-20 21:36:48 +0000214 O << *Sym;
Chris Lattnera637c322005-12-16 00:22:14 +0000215 return;
216 }
217 }
Chris Lattner9542f9712005-11-17 19:40:30 +0000218 if (MO.getType() == MachineOperand::MO_ExternalSymbol) {
Chris Lattner73a1aa02010-01-20 21:36:48 +0000219 SmallString<128> TempNameStr;
220 TempNameStr += StringRef(MO.getSymbolName());
221 TempNameStr += StringRef("$stub");
222
Chris Lattnerd269a6e2010-02-03 06:18:30 +0000223 MCSymbol *Sym = GetExternalSymbolSymbol(TempNameStr.str());
Bill Wendlingcebae362010-03-10 22:34:10 +0000224 MachineModuleInfoImpl::StubValueTy &StubSym =
Chris Lattner73a1aa02010-01-20 21:36:48 +0000225 MMI->getObjFileInfo<MachineModuleInfoMachO>().getFnStubEntry(Sym);
Bill Wendlingcebae362010-03-10 22:34:10 +0000226 if (StubSym.getPointer() == 0)
227 StubSym = MachineModuleInfoImpl::
228 StubValueTy(GetExternalSymbolSymbol(MO.getSymbolName()), true);
Chris Lattner73a1aa02010-01-20 21:36:48 +0000229 O << *Sym;
Chris Lattner9542f9712005-11-17 19:40:30 +0000230 return;
Chris Lattner9542f9712005-11-17 19:40:30 +0000231 }
Chris Lattner9ba13e42005-11-17 19:25:59 +0000232 }
Anton Korobeynikov34da1272008-08-08 18:22:59 +0000233
Chris Lattner35c33bd2010-04-04 04:47:45 +0000234 printOp(MI->getOperand(OpNo), O);
Chris Lattner3e7f86a2005-11-17 19:16:08 +0000235 }
Chris Lattner35c33bd2010-04-04 04:47:45 +0000236 void printAbsAddrOperand(const MachineInstr *MI, unsigned OpNo,
237 raw_ostream &O) {
Chris Lattner9a1ceae2007-12-30 20:49:49 +0000238 O << (int)MI->getOperand(OpNo).getImm()*4;
Nate Begeman422b0ce2005-11-16 00:48:01 +0000239 }
Chris Lattner35c33bd2010-04-04 04:47:45 +0000240 void printPICLabel(const MachineInstr *MI, unsigned OpNo, raw_ostream &O) {
Evan Cheng347d39f2007-10-14 05:57:21 +0000241 O << "\"L" << getFunctionNumber() << "$pb\"\n";
242 O << "\"L" << getFunctionNumber() << "$pb\":";
Nate Begemanb7a8f2c2004-09-02 08:13:00 +0000243 }
Chris Lattner35c33bd2010-04-04 04:47:45 +0000244 void printSymbolHi(const MachineInstr *MI, unsigned OpNo, raw_ostream &O) {
Dan Gohmand735b802008-10-03 15:45:36 +0000245 if (MI->getOperand(OpNo).isImm()) {
Chris Lattner35c33bd2010-04-04 04:47:45 +0000246 printS16ImmOperand(MI, OpNo, O);
Nate Begeman2497e632005-07-21 20:44:43 +0000247 } else {
Nick Lewyckyf54949d2007-03-03 05:29:51 +0000248 if (Subtarget.isDarwin()) O << "ha16(";
Chris Lattner35c33bd2010-04-04 04:47:45 +0000249 printOp(MI->getOperand(OpNo), O);
Chris Lattner35d86fe2006-07-26 21:12:04 +0000250 if (TM.getRelocationModel() == Reloc::PIC_)
Evan Cheng347d39f2007-10-14 05:57:21 +0000251 O << "-\"L" << getFunctionNumber() << "$pb\"";
Nick Lewyckyf54949d2007-03-03 05:29:51 +0000252 if (Subtarget.isDarwin())
Nate Begeman2497e632005-07-21 20:44:43 +0000253 O << ')';
Nick Lewyckyf54949d2007-03-03 05:29:51 +0000254 else
255 O << "@ha";
Nate Begeman2497e632005-07-21 20:44:43 +0000256 }
Nate Begemaned428532004-09-04 05:00:00 +0000257 }
Chris Lattner35c33bd2010-04-04 04:47:45 +0000258 void printSymbolLo(const MachineInstr *MI, unsigned OpNo, raw_ostream &O) {
Dan Gohmand735b802008-10-03 15:45:36 +0000259 if (MI->getOperand(OpNo).isImm()) {
Chris Lattner35c33bd2010-04-04 04:47:45 +0000260 printS16ImmOperand(MI, OpNo, O);
Nate Begemaned428532004-09-04 05:00:00 +0000261 } else {
Nick Lewyckyf54949d2007-03-03 05:29:51 +0000262 if (Subtarget.isDarwin()) O << "lo16(";
Chris Lattner35c33bd2010-04-04 04:47:45 +0000263 printOp(MI->getOperand(OpNo), O);
Chris Lattner35d86fe2006-07-26 21:12:04 +0000264 if (TM.getRelocationModel() == Reloc::PIC_)
Evan Cheng347d39f2007-10-14 05:57:21 +0000265 O << "-\"L" << getFunctionNumber() << "$pb\"";
Nick Lewyckyf54949d2007-03-03 05:29:51 +0000266 if (Subtarget.isDarwin())
Nate Begeman2497e632005-07-21 20:44:43 +0000267 O << ')';
Nick Lewyckyf54949d2007-03-03 05:29:51 +0000268 else
269 O << "@l";
Nate Begemaned428532004-09-04 05:00:00 +0000270 }
271 }
Chris Lattner35c33bd2010-04-04 04:47:45 +0000272 void printcrbitm(const MachineInstr *MI, unsigned OpNo, raw_ostream &O) {
Nate Begemanadeb43d2005-07-20 22:42:00 +0000273 unsigned CCReg = MI->getOperand(OpNo).getReg();
274 unsigned RegNo = enumRegToMachineReg(CCReg);
275 O << (0x80 >> RegNo);
276 }
Chris Lattner2c003e22006-02-24 20:27:40 +0000277 // The new addressing mode printers.
Chris Lattner35c33bd2010-04-04 04:47:45 +0000278 void printMemRegImm(const MachineInstr *MI, unsigned OpNo, raw_ostream &O) {
279 printSymbolLo(MI, OpNo, O);
Nate Begeman7fd1edd2005-12-19 23:25:09 +0000280 O << '(';
Dan Gohmand735b802008-10-03 15:45:36 +0000281 if (MI->getOperand(OpNo+1).isReg() &&
Chris Lattner13feb582006-03-21 17:21:13 +0000282 MI->getOperand(OpNo+1).getReg() == PPC::R0)
283 O << "0";
284 else
Chris Lattner35c33bd2010-04-04 04:47:45 +0000285 printOperand(MI, OpNo+1, O);
Nate Begeman7fd1edd2005-12-19 23:25:09 +0000286 O << ')';
287 }
Chris Lattner35c33bd2010-04-04 04:47:45 +0000288 void printMemRegImmShifted(const MachineInstr *MI, unsigned OpNo,
289 raw_ostream &O) {
Dan Gohmand735b802008-10-03 15:45:36 +0000290 if (MI->getOperand(OpNo).isImm())
Chris Lattner35c33bd2010-04-04 04:47:45 +0000291 printS16X4ImmOperand(MI, OpNo, O);
Anton Korobeynikov34da1272008-08-08 18:22:59 +0000292 else
Chris Lattner35c33bd2010-04-04 04:47:45 +0000293 printSymbolLo(MI, OpNo, O);
Chris Lattnere5ba5802006-03-22 05:26:03 +0000294 O << '(';
Dan Gohmand735b802008-10-03 15:45:36 +0000295 if (MI->getOperand(OpNo+1).isReg() &&
Chris Lattnere5ba5802006-03-22 05:26:03 +0000296 MI->getOperand(OpNo+1).getReg() == PPC::R0)
297 O << "0";
298 else
Chris Lattner35c33bd2010-04-04 04:47:45 +0000299 printOperand(MI, OpNo+1, O);
Chris Lattnere5ba5802006-03-22 05:26:03 +0000300 O << ')';
301 }
Anton Korobeynikov34da1272008-08-08 18:22:59 +0000302
Chris Lattner35c33bd2010-04-04 04:47:45 +0000303 void printMemRegReg(const MachineInstr *MI, unsigned OpNo, raw_ostream &O) {
Nate Begeman88276b82005-12-19 23:40:42 +0000304 // When used as the base register, r0 reads constant zero rather than
305 // the value contained in the register. For this reason, the darwin
306 // assembler requires that we print r0 as 0 (no r) when used as the base.
307 const MachineOperand &MO = MI->getOperand(OpNo);
Chris Lattner35c33bd2010-04-04 04:47:45 +0000308 printRegister(MO, true, O);
Nate Begeman7fd1edd2005-12-19 23:25:09 +0000309 O << ", ";
Chris Lattner35c33bd2010-04-04 04:47:45 +0000310 printOperand(MI, OpNo+1, O);
Nate Begeman7fd1edd2005-12-19 23:25:09 +0000311 }
Anton Korobeynikov34da1272008-08-08 18:22:59 +0000312
Chris Lattner35c33bd2010-04-04 04:47:45 +0000313 void printTOCEntryLabel(const MachineInstr *MI, unsigned OpNo,
314 raw_ostream &O) {
Tilmann Scheller6b16eff2009-08-15 11:54:46 +0000315 const MachineOperand &MO = MI->getOperand(OpNo);
Tilmann Scheller6b16eff2009-08-15 11:54:46 +0000316 assert(MO.getType() == MachineOperand::MO_GlobalAddress);
Chris Lattnerd62f1b42010-03-12 21:19:23 +0000317 const MCSymbol *Sym = Mang->getSymbol(MO.getGlobal());
Tilmann Scheller6b16eff2009-08-15 11:54:46 +0000318
319 // Map symbol -> label of TOC entry.
Chris Lattner75abc682010-01-16 02:09:06 +0000320 const MCSymbol *&TOCEntry = TOC[Sym];
321 if (TOCEntry == 0)
322 TOCEntry = OutContext.
Chris Lattner9b97a732010-03-30 18:10:53 +0000323 GetOrCreateSymbol(StringRef(MAI->getPrivateGlobalPrefix()) +
324 "C" + Twine(LabelID++));
Tilmann Scheller6b16eff2009-08-15 11:54:46 +0000325
Chris Lattner10b318b2010-01-17 21:43:43 +0000326 O << *TOCEntry << "@toc";
Tilmann Scheller6b16eff2009-08-15 11:54:46 +0000327 }
328
Anton Korobeynikov34da1272008-08-08 18:22:59 +0000329 void printPredicateOperand(const MachineInstr *MI, unsigned OpNo,
Chris Lattner35c33bd2010-04-04 04:47:45 +0000330 raw_ostream &O, const char *Modifier);
Nate Begemaned428532004-09-04 05:00:00 +0000331 };
Misha Brukmanb5f662f2005-04-21 23:30:14 +0000332
Anton Korobeynikov34da1272008-08-08 18:22:59 +0000333 /// PPCLinuxAsmPrinter - PowerPC assembly printer, customized for Linux
Nick Lewycky6726b6d2009-10-25 06:33:48 +0000334 class PPCLinuxAsmPrinter : public PPCAsmPrinter {
Bill Wendling57f0db82009-02-24 08:30:20 +0000335 public:
Daniel Dunbar51b198a2009-07-15 20:24:03 +0000336 explicit PPCLinuxAsmPrinter(formatted_raw_ostream &O, TargetMachine &TM,
Chris Lattner11d53c12010-03-13 20:55:24 +0000337 MCStreamer &Streamer)
338 : PPCAsmPrinter(O, TM, Streamer) {}
Jim Laskeybf111822006-12-21 20:26:09 +0000339
340 virtual const char *getPassName() const {
341 return "Linux PPC Assembly Printer";
342 }
343
Tilmann Scheller6b16eff2009-08-15 11:54:46 +0000344 bool doFinalization(Module &M);
Anton Korobeynikov34da1272008-08-08 18:22:59 +0000345
Chris Lattner2cf72512010-01-27 07:21:55 +0000346 virtual void EmitFunctionEntryLabel();
347
Jim Laskeybf111822006-12-21 20:26:09 +0000348 void getAnalysisUsage(AnalysisUsage &AU) const {
349 AU.setPreservesAll();
Jim Laskey44c3b9f2007-01-26 21:22:28 +0000350 AU.addRequired<MachineModuleInfo>();
Devang Pateleb3fc282009-01-08 23:40:34 +0000351 AU.addRequired<DwarfWriter>();
Jim Laskeybf111822006-12-21 20:26:09 +0000352 PPCAsmPrinter::getAnalysisUsage(AU);
353 }
Jim Laskeybf111822006-12-21 20:26:09 +0000354 };
355
Anton Korobeynikov34da1272008-08-08 18:22:59 +0000356 /// PPCDarwinAsmPrinter - PowerPC assembly printer, customized for Darwin/Mac
357 /// OS X
Nick Lewycky6726b6d2009-10-25 06:33:48 +0000358 class PPCDarwinAsmPrinter : public PPCAsmPrinter {
David Greene71847812009-07-14 20:18:05 +0000359 formatted_raw_ostream &OS;
Bill Wendling57f0db82009-02-24 08:30:20 +0000360 public:
Daniel Dunbar51b198a2009-07-15 20:24:03 +0000361 explicit PPCDarwinAsmPrinter(formatted_raw_ostream &O, TargetMachine &TM,
Chris Lattner11d53c12010-03-13 20:55:24 +0000362 MCStreamer &Streamer)
363 : PPCAsmPrinter(O, TM, Streamer), OS(O) {}
Nate Begemaned428532004-09-04 05:00:00 +0000364
365 virtual const char *getPassName() const {
366 return "Darwin PPC Assembly Printer";
367 }
Anton Korobeynikov34da1272008-08-08 18:22:59 +0000368
Misha Brukman5dfe3a92004-06-21 16:55:25 +0000369 bool doFinalization(Module &M);
Bob Wilson812209a2009-09-30 22:06:26 +0000370 void EmitStartOfAsmFile(Module &M);
Anton Korobeynikov34da1272008-08-08 18:22:59 +0000371
Chris Lattner73a1aa02010-01-20 21:36:48 +0000372 void EmitFunctionStubs(const MachineModuleInfoMachO::SymbolListTy &Stubs);
Chris Lattner917d6282010-01-20 21:19:44 +0000373
Jim Laskeyb2efb852006-01-04 22:28:25 +0000374 void getAnalysisUsage(AnalysisUsage &AU) const {
Jim Laskeyabf6d172006-01-05 01:25:28 +0000375 AU.setPreservesAll();
Jim Laskey44c3b9f2007-01-26 21:22:28 +0000376 AU.addRequired<MachineModuleInfo>();
Devang Pateleb3fc282009-01-08 23:40:34 +0000377 AU.addRequired<DwarfWriter>();
Jim Laskeyabf6d172006-01-05 01:25:28 +0000378 PPCAsmPrinter::getAnalysisUsage(AU);
Jim Laskeyb2efb852006-01-04 22:28:25 +0000379 }
Misha Brukman5dfe3a92004-06-21 16:55:25 +0000380 };
381} // end of anonymous namespace
382
Nate Begemane59bf592004-08-14 22:09:10 +0000383// Include the auto-generated portion of the assembly writer
Chris Lattner4c7b43b2005-10-14 23:37:35 +0000384#include "PPCGenAsmWriter.inc"
Nate Begemane59bf592004-08-14 22:09:10 +0000385
Chris Lattner35c33bd2010-04-04 04:47:45 +0000386void PPCAsmPrinter::printOp(const MachineOperand &MO, raw_ostream &O) {
Misha Brukman5dfe3a92004-06-21 16:55:25 +0000387 switch (MO.getType()) {
Chris Lattner63b3d712006-05-04 17:21:20 +0000388 case MachineOperand::MO_Immediate:
Torok Edwinc23197a2009-07-14 16:55:14 +0000389 llvm_unreachable("printOp() does not handle immediate values");
Misha Brukman97a296f2004-07-21 20:11:11 +0000390
Nate Begeman37efe672006-04-22 18:53:45 +0000391 case MachineOperand::MO_MachineBasicBlock:
Chris Lattner1b2eb0e2010-03-13 21:04:28 +0000392 O << *MO.getMBB()->getSymbol();
Misha Brukman5dfe3a92004-06-21 16:55:25 +0000393 return;
Nate Begeman37efe672006-04-22 18:53:45 +0000394 case MachineOperand::MO_JumpTableIndex:
Chris Lattner33adcfb2009-08-22 21:43:10 +0000395 O << MAI->getPrivateGlobalPrefix() << "JTI" << getFunctionNumber()
Chris Lattner8aa797a2007-12-30 23:10:15 +0000396 << '_' << MO.getIndex();
Nate Begeman37efe672006-04-22 18:53:45 +0000397 // FIXME: PIC relocation model
398 return;
Misha Brukman05fcd0c2004-07-08 17:58:04 +0000399 case MachineOperand::MO_ConstantPoolIndex:
Chris Lattner33adcfb2009-08-22 21:43:10 +0000400 O << MAI->getPrivateGlobalPrefix() << "CPI" << getFunctionNumber()
Chris Lattner8aa797a2007-12-30 23:10:15 +0000401 << '_' << MO.getIndex();
Misha Brukman5dfe3a92004-06-21 16:55:25 +0000402 return;
Bob Wilson3d90dbe2009-11-04 21:31:18 +0000403 case MachineOperand::MO_BlockAddress:
Chris Lattner10b318b2010-01-17 21:43:43 +0000404 O << *GetBlockAddressSymbol(MO.getBlockAddress());
Bob Wilson3d90dbe2009-11-04 21:31:18 +0000405 return;
Chris Lattner8f831cb2009-07-15 01:14:44 +0000406 case MachineOperand::MO_ExternalSymbol: {
Chris Lattnera637c322005-12-16 00:22:14 +0000407 // Computing the address of an external symbol, not calling it.
Chris Lattner75abc682010-01-16 02:09:06 +0000408 if (TM.getRelocationModel() == Reloc::Static) {
Chris Lattnerd3ec0b52010-01-20 21:16:14 +0000409 O << *GetExternalSymbolSymbol(MO.getSymbolName());
Chris Lattner75abc682010-01-16 02:09:06 +0000410 return;
Chris Lattnera637c322005-12-16 00:22:14 +0000411 }
Chris Lattnerd3ec0b52010-01-20 21:16:14 +0000412
Chris Lattnerd269a6e2010-02-03 06:18:30 +0000413 MCSymbol *NLPSym =
Chris Lattner75abc682010-01-16 02:09:06 +0000414 OutContext.GetOrCreateSymbol(StringRef(MAI->getGlobalPrefix())+
415 MO.getSymbolName()+"$non_lazy_ptr");
Bill Wendlingcebae362010-03-10 22:34:10 +0000416 MachineModuleInfoImpl::StubValueTy &StubSym =
Chris Lattnerd3ec0b52010-01-20 21:16:14 +0000417 MMI->getObjFileInfo<MachineModuleInfoMachO>().getGVStubEntry(NLPSym);
Bill Wendlingcebae362010-03-10 22:34:10 +0000418 if (StubSym.getPointer() == 0)
419 StubSym = MachineModuleInfoImpl::
420 StubValueTy(GetExternalSymbolSymbol(MO.getSymbolName()), true);
Chris Lattnerd3ec0b52010-01-20 21:16:14 +0000421
Chris Lattner10b318b2010-01-17 21:43:43 +0000422 O << *NLPSym;
Misha Brukman05fcd0c2004-07-08 17:58:04 +0000423 return;
Chris Lattner8f831cb2009-07-15 01:14:44 +0000424 }
Nate Begemanb73a7112004-08-13 09:32:01 +0000425 case MachineOperand::MO_GlobalAddress: {
Chris Lattnera637c322005-12-16 00:22:14 +0000426 // Computing the address of a global symbol, not calling it.
Nate Begemanb73a7112004-08-13 09:32:01 +0000427 GlobalValue *GV = MO.getGlobal();
Chris Lattnera40128c2010-01-16 02:00:23 +0000428 MCSymbol *SymToPrint;
Misha Brukmane2eceb52004-07-23 16:08:20 +0000429
Nate Begemanfcf4a422004-10-17 23:01:34 +0000430 // External or weakly linked global variables need non-lazily-resolved stubs
Chris Lattner8f831cb2009-07-15 01:14:44 +0000431 if (TM.getRelocationModel() != Reloc::Static &&
432 (GV->isDeclaration() || GV->isWeakForLinker())) {
433 if (!GV->hasHiddenVisibility()) {
Chris Lattner7a2ba942010-01-16 18:37:32 +0000434 SymToPrint = GetSymbolWithGlobalValueBase(GV, "$non_lazy_ptr");
Bill Wendlingcebae362010-03-10 22:34:10 +0000435 MachineModuleInfoImpl::StubValueTy &StubSym =
436 MMI->getObjFileInfo<MachineModuleInfoMachO>()
437 .getGVStubEntry(SymToPrint);
438 if (StubSym.getPointer() == 0)
439 StubSym = MachineModuleInfoImpl::
Chris Lattnerd62f1b42010-03-12 21:19:23 +0000440 StubValueTy(Mang->getSymbol(GV), !GV->hasInternalLinkage());
Chris Lattner8f831cb2009-07-15 01:14:44 +0000441 } else if (GV->isDeclaration() || GV->hasCommonLinkage() ||
442 GV->hasAvailableExternallyLinkage()) {
Chris Lattner7a2ba942010-01-16 18:37:32 +0000443 SymToPrint = GetSymbolWithGlobalValueBase(GV, "$non_lazy_ptr");
Chris Lattnerd3ec0b52010-01-20 21:16:14 +0000444
Bill Wendlingcebae362010-03-10 22:34:10 +0000445 MachineModuleInfoImpl::StubValueTy &StubSym =
Chris Lattnerd3ec0b52010-01-20 21:16:14 +0000446 MMI->getObjFileInfo<MachineModuleInfoMachO>().
447 getHiddenGVStubEntry(SymToPrint);
Bill Wendlingcebae362010-03-10 22:34:10 +0000448 if (StubSym.getPointer() == 0)
449 StubSym = MachineModuleInfoImpl::
Chris Lattnerd62f1b42010-03-12 21:19:23 +0000450 StubValueTy(Mang->getSymbol(GV), !GV->hasInternalLinkage());
Chris Lattner8f831cb2009-07-15 01:14:44 +0000451 } else {
Chris Lattnerd62f1b42010-03-12 21:19:23 +0000452 SymToPrint = Mang->getSymbol(GV);
Chris Lattnera637c322005-12-16 00:22:14 +0000453 }
Chris Lattner8f831cb2009-07-15 01:14:44 +0000454 } else {
Chris Lattnerd62f1b42010-03-12 21:19:23 +0000455 SymToPrint = Mang->getSymbol(GV);
Nate Begemanb73a7112004-08-13 09:32:01 +0000456 }
Chris Lattnera40128c2010-01-16 02:00:23 +0000457
Chris Lattner10b318b2010-01-17 21:43:43 +0000458 O << *SymToPrint;
Anton Korobeynikov34da1272008-08-08 18:22:59 +0000459
Chris Lattner0c08d092010-04-03 22:28:33 +0000460 printOffset(MO.getOffset(), O);
Misha Brukman5dfe3a92004-06-21 16:55:25 +0000461 return;
Nate Begemanb73a7112004-08-13 09:32:01 +0000462 }
Misha Brukmanb5f662f2005-04-21 23:30:14 +0000463
Misha Brukman5dfe3a92004-06-21 16:55:25 +0000464 default:
Misha Brukman05fcd0c2004-07-08 17:58:04 +0000465 O << "<unknown operand type: " << MO.getType() << ">";
Misha Brukman22e12072004-06-25 15:11:34 +0000466 return;
Misha Brukman5dfe3a92004-06-21 16:55:25 +0000467 }
468}
469
Chris Lattnere3f01572006-02-23 19:31:10 +0000470/// PrintAsmOperand - Print out an operand for an inline asm expression.
471///
472bool PPCAsmPrinter::PrintAsmOperand(const MachineInstr *MI, unsigned OpNo,
Anton Korobeynikov34da1272008-08-08 18:22:59 +0000473 unsigned AsmVariant,
Chris Lattnere3f01572006-02-23 19:31:10 +0000474 const char *ExtraCode) {
475 // Does this asm operand have a single letter operand modifier?
476 if (ExtraCode && ExtraCode[0]) {
477 if (ExtraCode[1] != 0) return true; // Unknown modifier.
Anton Korobeynikov34da1272008-08-08 18:22:59 +0000478
Chris Lattnere3f01572006-02-23 19:31:10 +0000479 switch (ExtraCode[0]) {
480 default: return true; // Unknown modifier.
Chris Lattner78192b62007-01-25 02:52:50 +0000481 case 'c': // Don't print "$" before a global var name or constant.
482 // PPC never has a prefix.
Chris Lattner35c33bd2010-04-04 04:47:45 +0000483 printOperand(MI, OpNo, O);
Chris Lattner78192b62007-01-25 02:52:50 +0000484 return false;
Anton Korobeynikov34da1272008-08-08 18:22:59 +0000485 case 'L': // Write second word of DImode reference.
Chris Lattnere3f01572006-02-23 19:31:10 +0000486 // Verify that this operand has two consecutive registers.
Dan Gohmand735b802008-10-03 15:45:36 +0000487 if (!MI->getOperand(OpNo).isReg() ||
Chris Lattnere3f01572006-02-23 19:31:10 +0000488 OpNo+1 == MI->getNumOperands() ||
Dan Gohmand735b802008-10-03 15:45:36 +0000489 !MI->getOperand(OpNo+1).isReg())
Chris Lattnere3f01572006-02-23 19:31:10 +0000490 return true;
491 ++OpNo; // Return the high-part.
492 break;
Chris Lattner6c2d2602007-04-24 22:51:03 +0000493 case 'I':
494 // Write 'i' if an integer constant, otherwise nothing. Used to print
495 // addi vs add, etc.
Dan Gohmand735b802008-10-03 15:45:36 +0000496 if (MI->getOperand(OpNo).isImm())
Chris Lattner6c2d2602007-04-24 22:51:03 +0000497 O << "i";
498 return false;
Chris Lattnere3f01572006-02-23 19:31:10 +0000499 }
500 }
Anton Korobeynikov34da1272008-08-08 18:22:59 +0000501
Chris Lattner35c33bd2010-04-04 04:47:45 +0000502 printOperand(MI, OpNo, O);
Chris Lattnere3f01572006-02-23 19:31:10 +0000503 return false;
504}
505
Dale Johannesen5cfd4dd2009-08-18 00:18:39 +0000506// At the moment, all inline asm memory operands are a single register.
507// In any case, the output of this routine should always be just one
508// assembler operand.
509
Chris Lattner2c003e22006-02-24 20:27:40 +0000510bool PPCAsmPrinter::PrintAsmMemoryOperand(const MachineInstr *MI, unsigned OpNo,
Anton Korobeynikov34da1272008-08-08 18:22:59 +0000511 unsigned AsmVariant,
Chris Lattner2c003e22006-02-24 20:27:40 +0000512 const char *ExtraCode) {
513 if (ExtraCode && ExtraCode[0])
514 return true; // Unknown modifier.
Dale Johannesen5cfd4dd2009-08-18 00:18:39 +0000515 assert (MI->getOperand(OpNo).isReg());
Dale Johannesen4e68f882009-08-26 18:10:32 +0000516 O << "0(";
Chris Lattner35c33bd2010-04-04 04:47:45 +0000517 printOperand(MI, OpNo, O);
Dale Johannesen4e68f882009-08-26 18:10:32 +0000518 O << ")";
Chris Lattner2c003e22006-02-24 20:27:40 +0000519 return false;
520}
Chris Lattnere3f01572006-02-23 19:31:10 +0000521
Anton Korobeynikov34da1272008-08-08 18:22:59 +0000522void PPCAsmPrinter::printPredicateOperand(const MachineInstr *MI, unsigned OpNo,
Chris Lattner35c33bd2010-04-04 04:47:45 +0000523 raw_ostream &O, const char *Modifier){
Chris Lattneraf53a872006-11-04 05:27:39 +0000524 assert(Modifier && "Must specify 'cc' or 'reg' as predicate op modifier!");
525 unsigned Code = MI->getOperand(OpNo).getImm();
526 if (!strcmp(Modifier, "cc")) {
527 switch ((PPC::Predicate)Code) {
528 case PPC::PRED_ALWAYS: return; // Don't print anything for always.
529 case PPC::PRED_LT: O << "lt"; return;
530 case PPC::PRED_LE: O << "le"; return;
531 case PPC::PRED_EQ: O << "eq"; return;
532 case PPC::PRED_GE: O << "ge"; return;
533 case PPC::PRED_GT: O << "gt"; return;
534 case PPC::PRED_NE: O << "ne"; return;
535 case PPC::PRED_UN: O << "un"; return;
536 case PPC::PRED_NU: O << "nu"; return;
537 }
Anton Korobeynikov34da1272008-08-08 18:22:59 +0000538
Chris Lattneraf53a872006-11-04 05:27:39 +0000539 } else {
540 assert(!strcmp(Modifier, "reg") &&
541 "Need to specify 'cc' or 'reg' as predicate op modifier!");
542 // Don't print the register for 'always'.
543 if (Code == PPC::PRED_ALWAYS) return;
Chris Lattner35c33bd2010-04-04 04:47:45 +0000544 printOperand(MI, OpNo+1, O);
Chris Lattneraf53a872006-11-04 05:27:39 +0000545 }
546}
547
548
Chris Lattnerd49fe1b2010-01-28 01:28:58 +0000549/// EmitInstruction -- Print out a single PowerPC MI in Darwin syntax to
Nate Begemane59bf592004-08-14 22:09:10 +0000550/// the current output stream.
Misha Brukman5dfe3a92004-06-21 16:55:25 +0000551///
Chris Lattnerd49fe1b2010-01-28 01:28:58 +0000552void PPCAsmPrinter::EmitInstruction(const MachineInstr *MI) {
Nate Begemanad5f65c2005-04-05 18:19:50 +0000553 // Check for slwi/srwi mnemonics.
554 if (MI->getOpcode() == PPC::RLWINM) {
Chris Lattner9a1ceae2007-12-30 20:49:49 +0000555 unsigned char SH = MI->getOperand(2).getImm();
556 unsigned char MB = MI->getOperand(3).getImm();
557 unsigned char ME = MI->getOperand(4).getImm();
Chris Lattnerd49fe1b2010-01-28 01:28:58 +0000558 bool useSubstituteMnemonic = false;
Nate Begemanad5f65c2005-04-05 18:19:50 +0000559 if (SH <= 31 && MB == 0 && ME == (31-SH)) {
Dale Johannesene89c5102010-01-06 02:20:18 +0000560 O << "\tslwi "; useSubstituteMnemonic = true;
Nate Begemanad5f65c2005-04-05 18:19:50 +0000561 }
562 if (SH <= 31 && MB == (32-SH) && ME == 31) {
Dale Johannesene89c5102010-01-06 02:20:18 +0000563 O << "\tsrwi "; useSubstituteMnemonic = true;
Nate Begemanad5f65c2005-04-05 18:19:50 +0000564 SH = 32-SH;
565 }
Dale Johannesene89c5102010-01-06 02:20:18 +0000566 if (useSubstituteMnemonic) {
Chris Lattner35c33bd2010-04-04 04:47:45 +0000567 printOperand(MI, 0, O);
Misha Brukmanb5f662f2005-04-21 23:30:14 +0000568 O << ", ";
Chris Lattner35c33bd2010-04-04 04:47:45 +0000569 printOperand(MI, 1, O);
Dale Johannesene89c5102010-01-06 02:20:18 +0000570 O << ", " << (unsigned int)SH;
Chris Lattner8e089a92010-02-10 00:36:00 +0000571 OutStreamer.AddBlankLine();
Chris Lattnerd49fe1b2010-01-28 01:28:58 +0000572 return;
Nate Begemanad5f65c2005-04-05 18:19:50 +0000573 }
Chris Lattnerd49fe1b2010-01-28 01:28:58 +0000574 }
575
576 if ((MI->getOpcode() == PPC::OR || MI->getOpcode() == PPC::OR8) &&
577 MI->getOperand(1).getReg() == MI->getOperand(2).getReg()) {
578 O << "\tmr ";
Chris Lattner35c33bd2010-04-04 04:47:45 +0000579 printOperand(MI, 0, O);
Chris Lattnerd49fe1b2010-01-28 01:28:58 +0000580 O << ", ";
Chris Lattner35c33bd2010-04-04 04:47:45 +0000581 printOperand(MI, 1, O);
Chris Lattner8e089a92010-02-10 00:36:00 +0000582 OutStreamer.AddBlankLine();
Chris Lattnerd49fe1b2010-01-28 01:28:58 +0000583 return;
584 }
585
586 if (MI->getOpcode() == PPC::RLDICR) {
Chris Lattner9a1ceae2007-12-30 20:49:49 +0000587 unsigned char SH = MI->getOperand(2).getImm();
588 unsigned char ME = MI->getOperand(3).getImm();
Chris Lattner566c1b12006-11-18 01:23:56 +0000589 // rldicr RA, RS, SH, 63-SH == sldi RA, RS, SH
590 if (63-SH == ME) {
Nate Begeman5a804e32008-02-05 08:49:09 +0000591 O << "\tsldi ";
Chris Lattner35c33bd2010-04-04 04:47:45 +0000592 printOperand(MI, 0, O);
Chris Lattner566c1b12006-11-18 01:23:56 +0000593 O << ", ";
Chris Lattner35c33bd2010-04-04 04:47:45 +0000594 printOperand(MI, 1, O);
Dale Johannesene89c5102010-01-06 02:20:18 +0000595 O << ", " << (unsigned int)SH;
Chris Lattner8e089a92010-02-10 00:36:00 +0000596 OutStreamer.AddBlankLine();
Chris Lattnerd49fe1b2010-01-28 01:28:58 +0000597 return;
Chris Lattner566c1b12006-11-18 01:23:56 +0000598 }
Nate Begemanad5f65c2005-04-05 18:19:50 +0000599 }
Misha Brukmanb5f662f2005-04-21 23:30:14 +0000600
Chris Lattner35c33bd2010-04-04 04:47:45 +0000601 printInstruction(MI, O);
Chris Lattner8e089a92010-02-10 00:36:00 +0000602 OutStreamer.AddBlankLine();
Misha Brukman5dfe3a92004-06-21 16:55:25 +0000603}
604
Chris Lattner2cf72512010-01-27 07:21:55 +0000605void PPCLinuxAsmPrinter::EmitFunctionEntryLabel() {
606 if (!Subtarget.isPPC64()) // linux/ppc32 - Normal entry label.
607 return AsmPrinter::EmitFunctionEntryLabel();
608
609 // Emit an official procedure descriptor.
610 // FIXME 64-bit SVR4: Use MCSection here!
611 O << "\t.section\t\".opd\",\"aw\"\n";
612 O << "\t.align 3\n";
613 OutStreamer.EmitLabel(CurrentFnSym);
614 O << "\t.quad .L." << *CurrentFnSym << ",.TOC.@tocbase\n";
615 O << "\t.previous\n";
616 O << ".L." << *CurrentFnSym << ":\n";
617}
618
619
Tilmann Scheller6b16eff2009-08-15 11:54:46 +0000620bool PPCLinuxAsmPrinter::doFinalization(Module &M) {
621 const TargetData *TD = TM.getTargetData();
622
623 bool isPPC64 = TD->getPointerSizeInBits() == 64;
624
625 if (isPPC64 && !TOC.empty()) {
626 // FIXME 64-bit SVR4: Use MCSection here?
627 O << "\t.section\t\".toc\",\"aw\"\n";
628
Chris Lattnera40128c2010-01-16 02:00:23 +0000629 // FIXME: This is nondeterminstic!
Chris Lattner75abc682010-01-16 02:09:06 +0000630 for (DenseMap<const MCSymbol*, const MCSymbol*>::iterator I = TOC.begin(),
631 E = TOC.end(); I != E; ++I) {
Chris Lattner10b318b2010-01-17 21:43:43 +0000632 O << *I->second << ":\n";
633 O << "\t.tc " << *I->first << "[TC]," << *I->first << '\n';
Tilmann Scheller6b16eff2009-08-15 11:54:46 +0000634 }
635 }
636
637 return AsmPrinter::doFinalization(M);
638}
Jim Laskeybf111822006-12-21 20:26:09 +0000639
Bob Wilson812209a2009-09-30 22:06:26 +0000640void PPCDarwinAsmPrinter::EmitStartOfAsmFile(Module &M) {
Dan Gohmancfbb2f02008-03-25 21:45:14 +0000641 static const char *const CPUDirectives[] = {
Dale Johannesendb01c8b2008-02-14 23:35:16 +0000642 "",
Jim Laskeyc35010d2006-12-12 20:57:08 +0000643 "ppc",
644 "ppc601",
645 "ppc602",
646 "ppc603",
647 "ppc7400",
648 "ppc750",
649 "ppc970",
650 "ppc64"
651 };
652
653 unsigned Directive = Subtarget.getDarwinDirective();
654 if (Subtarget.isGigaProcessor() && Directive < PPC::DIR_970)
655 Directive = PPC::DIR_970;
656 if (Subtarget.hasAltivec() && Directive < PPC::DIR_7400)
657 Directive = PPC::DIR_7400;
658 if (Subtarget.isPPC64() && Directive < PPC::DIR_970)
659 Directive = PPC::DIR_64;
660 assert(Directive <= PPC::DIR_64 && "Directive out of range.");
Anton Korobeynikov382f0022008-08-08 18:24:10 +0000661 O << "\t.machine " << CPUDirectives[Directive] << '\n';
Anton Korobeynikov34da1272008-08-08 18:22:59 +0000662
Jim Laskey2ada0852006-11-28 18:21:52 +0000663 // Prime text sections so they are adjacent. This reduces the likelihood a
664 // large data or debug section causes a branch to exceed 16M limit.
Chris Lattner2dfddee2009-08-03 22:52:21 +0000665 TargetLoweringObjectFileMachO &TLOFMacho =
666 static_cast<TargetLoweringObjectFileMachO &>(getObjFileLowering());
Chris Lattner6c2f9e12009-08-19 05:49:37 +0000667 OutStreamer.SwitchSection(TLOFMacho.getTextCoalSection());
Jim Laskey2ada0852006-11-28 18:21:52 +0000668 if (TM.getRelocationModel() == Reloc::PIC_) {
Chris Lattner6c2f9e12009-08-19 05:49:37 +0000669 OutStreamer.SwitchSection(
670 TLOFMacho.getMachOSection("__TEXT", "__picsymbolstub1",
671 MCSectionMachO::S_SYMBOL_STUBS |
672 MCSectionMachO::S_ATTR_PURE_INSTRUCTIONS,
673 32, SectionKind::getText()));
Jim Laskey2ada0852006-11-28 18:21:52 +0000674 } else if (TM.getRelocationModel() == Reloc::DynamicNoPIC) {
Chris Lattner6c2f9e12009-08-19 05:49:37 +0000675 OutStreamer.SwitchSection(
676 TLOFMacho.getMachOSection("__TEXT","__symbol_stub1",
677 MCSectionMachO::S_SYMBOL_STUBS |
678 MCSectionMachO::S_ATTR_PURE_INSTRUCTIONS,
679 16, SectionKind::getText()));
Jim Laskey2ada0852006-11-28 18:21:52 +0000680 }
Chris Lattner6c2f9e12009-08-19 05:49:37 +0000681 OutStreamer.SwitchSection(getObjFileLowering().getTextSection());
Nate Begeman18ed0292005-07-21 01:25:49 +0000682}
683
Chris Lattner73a1aa02010-01-20 21:36:48 +0000684static const MCSymbol *GetLazyPtr(const MCSymbol *Sym, MCContext &Ctx) {
685 // Remove $stub suffix, add $lazy_ptr.
686 SmallString<128> TmpStr(Sym->getName().begin(), Sym->getName().end()-5);
687 TmpStr += "$lazy_ptr";
Chris Lattner9b97a732010-03-30 18:10:53 +0000688 return Ctx.GetOrCreateSymbol(TmpStr.str());
Chris Lattner73a1aa02010-01-20 21:36:48 +0000689}
690
691static const MCSymbol *GetAnonSym(const MCSymbol *Sym, MCContext &Ctx) {
692 // Add $tmp suffix to $stub, yielding $stub$tmp.
693 SmallString<128> TmpStr(Sym->getName().begin(), Sym->getName().end());
694 TmpStr += "$tmp";
Chris Lattner9b97a732010-03-30 18:10:53 +0000695 return Ctx.GetOrCreateSymbol(TmpStr.str());
Chris Lattner73a1aa02010-01-20 21:36:48 +0000696}
697
698void PPCDarwinAsmPrinter::
699EmitFunctionStubs(const MachineModuleInfoMachO::SymbolListTy &Stubs) {
Chris Lattner917d6282010-01-20 21:19:44 +0000700 bool isPPC64 = TM.getTargetData()->getPointerSizeInBits() == 64;
701
Chris Lattner2dfddee2009-08-03 22:52:21 +0000702 TargetLoweringObjectFileMachO &TLOFMacho =
703 static_cast<TargetLoweringObjectFileMachO &>(getObjFileLowering());
Chris Lattner917d6282010-01-20 21:19:44 +0000704
705 // .lazy_symbol_pointer
706 const MCSection *LSPSection = TLOFMacho.getLazySymbolPointerSection();
Chris Lattnerff4bc462009-08-10 01:39:42 +0000707
Misha Brukmanda2b13f2004-07-16 20:29:04 +0000708 // Output stubs for dynamically-linked functions
Chris Lattner917d6282010-01-20 21:19:44 +0000709 if (TM.getRelocationModel() == Reloc::PIC_) {
Chris Lattner2dfddee2009-08-03 22:52:21 +0000710 const MCSection *StubSection =
Chris Lattner917d6282010-01-20 21:19:44 +0000711 TLOFMacho.getMachOSection("__TEXT", "__picsymbolstub1",
712 MCSectionMachO::S_SYMBOL_STUBS |
713 MCSectionMachO::S_ATTR_PURE_INSTRUCTIONS,
714 32, SectionKind::getText());
Chris Lattner73a1aa02010-01-20 21:36:48 +0000715 for (unsigned i = 0, e = Stubs.size(); i != e; ++i) {
Chris Lattner6c2f9e12009-08-19 05:49:37 +0000716 OutStreamer.SwitchSection(StubSection);
Chris Lattner7e097e42006-06-27 01:02:25 +0000717 EmitAlignment(4);
Chris Lattner73a1aa02010-01-20 21:36:48 +0000718
719 const MCSymbol *Stub = Stubs[i].first;
Bill Wendlingcebae362010-03-10 22:34:10 +0000720 const MCSymbol *RawSym = Stubs[i].second.getPointer();
Chris Lattner73a1aa02010-01-20 21:36:48 +0000721 const MCSymbol *LazyPtr = GetLazyPtr(Stub, OutContext);
722 const MCSymbol *AnonSymbol = GetAnonSym(Stub, OutContext);
723
724 O << *Stub << ":\n";
725 O << "\t.indirect_symbol " << *RawSym << '\n';
Chris Lattnerdeea4162005-12-13 04:33:58 +0000726 O << "\tmflr r0\n";
Chris Lattner73a1aa02010-01-20 21:36:48 +0000727 O << "\tbcl 20,31," << *AnonSymbol << '\n';
728 O << *AnonSymbol << ":\n";
Chris Lattnerdeea4162005-12-13 04:33:58 +0000729 O << "\tmflr r11\n";
Chris Lattner73a1aa02010-01-20 21:36:48 +0000730 O << "\taddis r11,r11,ha16(" << *LazyPtr << '-' << *AnonSymbol
Chris Lattner917d6282010-01-20 21:19:44 +0000731 << ")\n";
Chris Lattnerdeea4162005-12-13 04:33:58 +0000732 O << "\tmtlr r0\n";
Chris Lattner73a1aa02010-01-20 21:36:48 +0000733 O << (isPPC64 ? "\tldu" : "\tlwzu") << " r12,lo16(" << *LazyPtr
734 << '-' << *AnonSymbol << ")(r11)\n";
Chris Lattnerdeea4162005-12-13 04:33:58 +0000735 O << "\tmtctr r12\n";
736 O << "\tbctr\n";
Chris Lattnerfe2fe702009-07-16 01:23:26 +0000737
Chris Lattner6c2f9e12009-08-19 05:49:37 +0000738 OutStreamer.SwitchSection(LSPSection);
Chris Lattner73a1aa02010-01-20 21:36:48 +0000739 O << *LazyPtr << ":\n";
740 O << "\t.indirect_symbol " << *RawSym << '\n';
Chris Lattner1a87c052009-07-15 02:36:21 +0000741 O << (isPPC64 ? "\t.quad" : "\t.long") << " dyld_stub_binding_helper\n";
Chris Lattnerdeea4162005-12-13 04:33:58 +0000742 }
Chris Lattner917d6282010-01-20 21:19:44 +0000743 O << '\n';
744 return;
Misha Brukman46fd00a2004-06-24 23:04:11 +0000745 }
Chris Lattner917d6282010-01-20 21:19:44 +0000746
747 const MCSection *StubSection =
748 TLOFMacho.getMachOSection("__TEXT","__symbol_stub1",
749 MCSectionMachO::S_SYMBOL_STUBS |
750 MCSectionMachO::S_ATTR_PURE_INSTRUCTIONS,
751 16, SectionKind::getText());
Chris Lattner73a1aa02010-01-20 21:36:48 +0000752 for (unsigned i = 0, e = Stubs.size(); i != e; ++i) {
753 const MCSymbol *Stub = Stubs[i].first;
Bill Wendlingcebae362010-03-10 22:34:10 +0000754 const MCSymbol *RawSym = Stubs[i].second.getPointer();
Chris Lattner73a1aa02010-01-20 21:36:48 +0000755 const MCSymbol *LazyPtr = GetLazyPtr(Stub, OutContext);
756
Chris Lattner917d6282010-01-20 21:19:44 +0000757 OutStreamer.SwitchSection(StubSection);
758 EmitAlignment(4);
Chris Lattner73a1aa02010-01-20 21:36:48 +0000759 O << *Stub << ":\n";
760 O << "\t.indirect_symbol " << *RawSym << '\n';
761 O << "\tlis r11,ha16(" << *LazyPtr << ")\n";
762 O << (isPPC64 ? "\tldu" : "\tlwzu") << " r12,lo16(" << *LazyPtr
Chris Lattner917d6282010-01-20 21:19:44 +0000763 << ")(r11)\n";
764 O << "\tmtctr r12\n";
765 O << "\tbctr\n";
766 OutStreamer.SwitchSection(LSPSection);
Chris Lattner73a1aa02010-01-20 21:36:48 +0000767 O << *LazyPtr << ":\n";
768 O << "\t.indirect_symbol " << *RawSym << '\n';
Chris Lattner917d6282010-01-20 21:19:44 +0000769 O << (isPPC64 ? "\t.quad" : "\t.long") << " dyld_stub_binding_helper\n";
770 }
771
Anton Korobeynikov382f0022008-08-08 18:24:10 +0000772 O << '\n';
Chris Lattner917d6282010-01-20 21:19:44 +0000773}
774
775
776bool PPCDarwinAsmPrinter::doFinalization(Module &M) {
777 bool isPPC64 = TM.getTargetData()->getPointerSizeInBits() == 64;
778
779 // Darwin/PPC always uses mach-o.
780 TargetLoweringObjectFileMachO &TLOFMacho =
781 static_cast<TargetLoweringObjectFileMachO &>(getObjFileLowering());
782 MachineModuleInfoMachO &MMIMacho =
783 MMI->getObjFileInfo<MachineModuleInfoMachO>();
784
Chris Lattner73a1aa02010-01-20 21:36:48 +0000785 MachineModuleInfoMachO::SymbolListTy Stubs = MMIMacho.GetFnStubList();
786 if (!Stubs.empty())
787 EmitFunctionStubs(Stubs);
Misha Brukmanda2b13f2004-07-16 20:29:04 +0000788
Chris Lattner33adcfb2009-08-22 21:43:10 +0000789 if (MAI->doesSupportExceptionHandling() && MMI) {
Dale Johannesen1d4ce2a2007-11-20 23:24:42 +0000790 // Add the (possibly multiple) personalities to the set of global values.
Dale Johannesen1532f3d2008-04-02 00:25:04 +0000791 // Only referenced functions get into the Personalities list.
Chris Lattner0de1fc42009-06-24 19:09:55 +0000792 const std::vector<Function *> &Personalities = MMI->getPersonalities();
Dale Johannesen1d4ce2a2007-11-20 23:24:42 +0000793 for (std::vector<Function *>::const_iterator I = Personalities.begin(),
Chris Lattner8f831cb2009-07-15 01:14:44 +0000794 E = Personalities.end(); I != E; ++I) {
Chris Lattnerd3ec0b52010-01-20 21:16:14 +0000795 if (*I) {
Chris Lattnerd269a6e2010-02-03 06:18:30 +0000796 MCSymbol *NLPSym = GetSymbolWithGlobalValueBase(*I, "$non_lazy_ptr");
Bill Wendlingcebae362010-03-10 22:34:10 +0000797 MachineModuleInfoImpl::StubValueTy &StubSym =
798 MMIMacho.getGVStubEntry(NLPSym);
Chris Lattnerd62f1b42010-03-12 21:19:23 +0000799 StubSym = MachineModuleInfoImpl::StubValueTy(Mang->getSymbol(*I), true);
Chris Lattnerd3ec0b52010-01-20 21:16:14 +0000800 }
Chris Lattner8f831cb2009-07-15 01:14:44 +0000801 }
Dale Johannesen1d4ce2a2007-11-20 23:24:42 +0000802 }
803
Chris Lattnerd3ec0b52010-01-20 21:16:14 +0000804 // Output stubs for dynamically-linked functions.
Chris Lattner73a1aa02010-01-20 21:36:48 +0000805 Stubs = MMIMacho.GetGVStubList();
Chris Lattnerd3ec0b52010-01-20 21:16:14 +0000806
Chris Lattner2dfddee2009-08-03 22:52:21 +0000807 // Output macho stubs for external and common global variables.
Chris Lattnerd3ec0b52010-01-20 21:16:14 +0000808 if (!Stubs.empty()) {
Chris Lattnerff4bc462009-08-10 01:39:42 +0000809 // Switch with ".non_lazy_symbol_pointer" directive.
Chris Lattner6c2f9e12009-08-19 05:49:37 +0000810 OutStreamer.SwitchSection(TLOFMacho.getNonLazySymbolPointerSection());
Chris Lattnere1e8a822009-08-10 17:58:51 +0000811 EmitAlignment(isPPC64 ? 3 : 2);
812
Chris Lattnerd3ec0b52010-01-20 21:16:14 +0000813 for (unsigned i = 0, e = Stubs.size(); i != e; ++i) {
Bill Wendling08d726c2010-03-11 23:39:44 +0000814 // L_foo$stub:
815 OutStreamer.EmitLabel(Stubs[i].first);
816 // .indirect_symbol _foo
817 MachineModuleInfoImpl::StubValueTy &MCSym = Stubs[i].second;
818 OutStreamer.EmitSymbolAttribute(MCSym.getPointer(), MCSA_IndirectSymbol);
Bill Wendling53351a12010-03-12 02:00:43 +0000819
820 if (MCSym.getInt())
821 // External to current translation unit.
822 OutStreamer.EmitIntValue(0, isPPC64 ? 8 : 4/*size*/, 0/*addrspace*/);
823 else
824 // Internal to current translation unit.
Bill Wendling5e1b55d2010-03-31 18:47:10 +0000825 //
826 // When we place the LSDA into the TEXT section, the type info pointers
827 // need to be indirect and pc-rel. We accomplish this by using NLPs.
828 // However, sometimes the types are local to the file. So we need to
829 // fill in the value for the NLP in those cases.
Bill Wendling53351a12010-03-12 02:00:43 +0000830 OutStreamer.EmitValue(MCSymbolRefExpr::Create(MCSym.getPointer(),
831 OutContext),
832 isPPC64 ? 8 : 4/*size*/, 0/*addrspace*/);
Chris Lattnerdeea4162005-12-13 04:33:58 +0000833 }
Bill Wendling08d726c2010-03-11 23:39:44 +0000834
835 Stubs.clear();
836 OutStreamer.AddBlankLine();
Nate Begemane59bf592004-08-14 22:09:10 +0000837 }
Misha Brukmanb5f662f2005-04-21 23:30:14 +0000838
Chris Lattnerd3ec0b52010-01-20 21:16:14 +0000839 Stubs = MMIMacho.GetHiddenGVStubList();
840 if (!Stubs.empty()) {
Chris Lattner6c2f9e12009-08-19 05:49:37 +0000841 OutStreamer.SwitchSection(getObjFileLowering().getDataSection());
Chris Lattner8f831cb2009-07-15 01:14:44 +0000842 EmitAlignment(isPPC64 ? 3 : 2);
Chris Lattnerd3ec0b52010-01-20 21:16:14 +0000843
844 for (unsigned i = 0, e = Stubs.size(); i != e; ++i) {
Bill Wendling08d726c2010-03-11 23:39:44 +0000845 // L_foo$stub:
846 OutStreamer.EmitLabel(Stubs[i].first);
847 // .long _foo
848 OutStreamer.EmitValue(MCSymbolRefExpr::
849 Create(Stubs[i].second.getPointer(),
850 OutContext),
851 isPPC64 ? 8 : 4/*size*/, 0/*addrspace*/);
Evan Chengae94e592008-12-05 01:06:39 +0000852 }
Bill Wendling08d726c2010-03-11 23:39:44 +0000853
854 Stubs.clear();
855 OutStreamer.AddBlankLine();
Evan Chengae94e592008-12-05 01:06:39 +0000856 }
857
Chris Lattner5b0ac992005-11-01 00:12:36 +0000858 // Funny Darwin hack: This flag tells the linker that no global symbols
859 // contain code that falls through to other global symbols (e.g. the obvious
860 // implementation of multiple entry points). If this doesn't occur, the
861 // linker can safely perform dead code stripping. Since LLVM never generates
862 // code that does this, it is always safe to set.
Chris Lattnera5ad93a2010-01-23 06:39:22 +0000863 OutStreamer.EmitAssemblerFlag(MCAF_SubsectionsViaSymbols);
Chris Lattner5b0ac992005-11-01 00:12:36 +0000864
Dan Gohmanb8275a32007-07-25 19:33:14 +0000865 return AsmPrinter::doFinalization(M);
Misha Brukman5dfe3a92004-06-21 16:55:25 +0000866}
Nate Begemaned428532004-09-04 05:00:00 +0000867
Jim Laskeyb608a4d2006-12-20 20:56:46 +0000868/// createPPCAsmPrinterPass - Returns a pass that prints the PPC assembly code
869/// for a MachineFunction to the given output stream, in a format that the
Chris Lattner4da1c822006-09-20 17:12:19 +0000870/// Darwin assembler can deal with.
871///
Daniel Dunbar78945782009-08-13 23:48:47 +0000872static AsmPrinter *createPPCAsmPrinterPass(formatted_raw_ostream &o,
873 TargetMachine &tm,
Chris Lattner11d53c12010-03-13 20:55:24 +0000874 MCStreamer &Streamer) {
Jim Laskeybf111822006-12-21 20:26:09 +0000875 const PPCSubtarget *Subtarget = &tm.getSubtarget<PPCSubtarget>();
876
Chris Lattner40bbebd2009-07-21 18:38:57 +0000877 if (Subtarget->isDarwin())
Chris Lattner11d53c12010-03-13 20:55:24 +0000878 return new PPCDarwinAsmPrinter(o, tm, Streamer);
879 return new PPCLinuxAsmPrinter(o, tm, Streamer);
Chris Lattner4da1c822006-09-20 17:12:19 +0000880}
Anton Korobeynikov06be9972008-08-17 13:54:28 +0000881
Bob Wilsona96751f2009-06-23 23:59:40 +0000882// Force static initialization.
Daniel Dunbar51b198a2009-07-15 20:24:03 +0000883extern "C" void LLVMInitializePowerPCAsmPrinter() {
Daniel Dunbar51b198a2009-07-15 20:24:03 +0000884 TargetRegistry::RegisterAsmPrinter(ThePPC32Target, createPPCAsmPrinterPass);
Daniel Dunbar51b198a2009-07-15 20:24:03 +0000885 TargetRegistry::RegisterAsmPrinter(ThePPC64Target, createPPCAsmPrinterPass);
886}