Jia Liu | 31d157a | 2012-02-18 12:03:15 +0000 | [diff] [blame] | 1 | //===-- PPC.td - Describe the PowerPC Target Machine -------*- tablegen -*-===// |
| 2 | // |
Chris Lattner | 4c7b43b | 2005-10-14 23:37:35 +0000 | [diff] [blame] | 3 | // The LLVM Compiler Infrastructure |
| 4 | // |
Chris Lattner | 4ee451d | 2007-12-29 20:36:04 +0000 | [diff] [blame] | 5 | // This file is distributed under the University of Illinois Open Source |
| 6 | // License. See LICENSE.TXT for details. |
Jia Liu | 31d157a | 2012-02-18 12:03:15 +0000 | [diff] [blame] | 7 | // |
Chris Lattner | 4c7b43b | 2005-10-14 23:37:35 +0000 | [diff] [blame] | 8 | //===----------------------------------------------------------------------===// |
| 9 | // |
| 10 | // This is the top level entry point for the PowerPC target. |
| 11 | // |
| 12 | //===----------------------------------------------------------------------===// |
| 13 | |
| 14 | // Get the target-independent interfaces which we are implementing. |
| 15 | // |
Evan Cheng | 027fdbe | 2008-11-24 07:34:46 +0000 | [diff] [blame] | 16 | include "llvm/Target/Target.td" |
Chris Lattner | 4c7b43b | 2005-10-14 23:37:35 +0000 | [diff] [blame] | 17 | |
| 18 | //===----------------------------------------------------------------------===// |
Jim Laskey | 5476b9b | 2005-10-22 08:04:24 +0000 | [diff] [blame] | 19 | // PowerPC Subtarget features. |
Jim Laskey | 5384214 | 2005-10-19 19:51:16 +0000 | [diff] [blame] | 20 | // |
| 21 | |
Jim Laskey | c35010d | 2006-12-12 20:57:08 +0000 | [diff] [blame] | 22 | //===----------------------------------------------------------------------===// |
| 23 | // CPU Directives // |
| 24 | //===----------------------------------------------------------------------===// |
| 25 | |
Hal Finkel | c6d08f1 | 2011-10-17 04:03:49 +0000 | [diff] [blame] | 26 | def Directive440 : SubtargetFeature<"", "DarwinDirective", "PPC::DIR_440", "">; |
Jim Laskey | c35010d | 2006-12-12 20:57:08 +0000 | [diff] [blame] | 27 | def Directive601 : SubtargetFeature<"", "DarwinDirective", "PPC::DIR_601", "">; |
| 28 | def Directive602 : SubtargetFeature<"", "DarwinDirective", "PPC::DIR_602", "">; |
| 29 | def Directive603 : SubtargetFeature<"", "DarwinDirective", "PPC::DIR_603", "">; |
| 30 | def Directive604 : SubtargetFeature<"", "DarwinDirective", "PPC::DIR_603", "">; |
| 31 | def Directive620 : SubtargetFeature<"", "DarwinDirective", "PPC::DIR_603", "">; |
| 32 | def Directive7400: SubtargetFeature<"", "DarwinDirective", "PPC::DIR_7400", "">; |
| 33 | def Directive750 : SubtargetFeature<"", "DarwinDirective", "PPC::DIR_750", "">; |
| 34 | def Directive970 : SubtargetFeature<"", "DarwinDirective", "PPC::DIR_970", "">; |
| 35 | def Directive32 : SubtargetFeature<"", "DarwinDirective", "PPC::DIR_32", "">; |
| 36 | def Directive64 : SubtargetFeature<"", "DarwinDirective", "PPC::DIR_64", "">; |
Hal Finkel | 4d989ac | 2012-04-01 19:22:40 +0000 | [diff] [blame] | 37 | def DirectiveA2 : SubtargetFeature<"", "DarwinDirective", "PPC::DIR_A2", "">; |
Hal Finkel | 621b77a | 2012-08-28 16:12:39 +0000 | [diff] [blame] | 38 | def DirectiveE500mc : SubtargetFeature<"", "DarwinDirective", |
| 39 | "PPC::DIR_E500mc", "">; |
| 40 | def DirectiveE5500 : SubtargetFeature<"", "DarwinDirective", |
| 41 | "PPC::DIR_E5500", "">; |
Bill Schmidt | cdc3b74 | 2013-02-01 22:59:51 +0000 | [diff] [blame] | 42 | def DirectivePwr3: SubtargetFeature<"", "DarwinDirective", "PPC::DIR_PWR3", "">; |
| 43 | def DirectivePwr4: SubtargetFeature<"", "DarwinDirective", "PPC::DIR_PWR4", "">; |
| 44 | def DirectivePwr5: SubtargetFeature<"", "DarwinDirective", "PPC::DIR_PWR5", "">; |
| 45 | def DirectivePwr5x: SubtargetFeature<"", "DarwinDirective", "PPC::DIR_PWR5X", "">; |
Hal Finkel | 622382f | 2012-06-11 15:43:08 +0000 | [diff] [blame] | 46 | def DirectivePwr6: SubtargetFeature<"", "DarwinDirective", "PPC::DIR_PWR6", "">; |
Bill Schmidt | cdc3b74 | 2013-02-01 22:59:51 +0000 | [diff] [blame] | 47 | def DirectivePwr6x: SubtargetFeature<"", "DarwinDirective", "PPC::DIR_PWR6X", "">; |
Hal Finkel | 622382f | 2012-06-11 15:43:08 +0000 | [diff] [blame] | 48 | def DirectivePwr7: SubtargetFeature<"", "DarwinDirective", "PPC::DIR_PWR7", "">; |
Jim Laskey | c35010d | 2006-12-12 20:57:08 +0000 | [diff] [blame] | 49 | |
Chris Lattner | a7a5854 | 2006-06-16 17:34:12 +0000 | [diff] [blame] | 50 | def Feature64Bit : SubtargetFeature<"64bit","Has64BitSupport", "true", |
Chris Lattner | 2e1f823 | 2005-10-23 05:28:51 +0000 | [diff] [blame] | 51 | "Enable 64-bit instructions">; |
Chris Lattner | a7a5854 | 2006-06-16 17:34:12 +0000 | [diff] [blame] | 52 | def Feature64BitRegs : SubtargetFeature<"64bitregs","Use64BitRegs", "true", |
| 53 | "Enable 64-bit registers usage for ppc32 [beta]">; |
Evan Cheng | 19c9550 | 2006-01-27 08:09:42 +0000 | [diff] [blame] | 54 | def FeatureAltivec : SubtargetFeature<"altivec","HasAltivec", "true", |
Chris Lattner | 2e1f823 | 2005-10-23 05:28:51 +0000 | [diff] [blame] | 55 | "Enable Altivec instructions">; |
Hal Finkel | bd5cafd | 2012-06-11 19:57:01 +0000 | [diff] [blame] | 56 | def FeatureMFOCRF : SubtargetFeature<"mfocrf","HasMFOCRF", "true", |
| 57 | "Enable the MFOCRF instruction">; |
Evan Cheng | 19c9550 | 2006-01-27 08:09:42 +0000 | [diff] [blame] | 58 | def FeatureFSqrt : SubtargetFeature<"fsqrt","HasFSQRT", "true", |
Hal Finkel | 8ee53e2 | 2011-10-14 18:54:13 +0000 | [diff] [blame] | 59 | "Enable the fsqrt instruction">; |
Hal Finkel | 827307b | 2013-04-03 04:01:11 +0000 | [diff] [blame] | 60 | def FeatureFRE : SubtargetFeature<"fre", "HasFRE", "true", |
| 61 | "Enable the fre instruction">; |
| 62 | def FeatureFRES : SubtargetFeature<"fres", "HasFRES", "true", |
| 63 | "Enable the fres instruction">; |
| 64 | def FeatureFRSQRTE : SubtargetFeature<"frsqrte", "HasFRSQRTE", "true", |
| 65 | "Enable the frsqrte instruction">; |
| 66 | def FeatureFRSQRTES : SubtargetFeature<"frsqrtes", "HasFRSQRTES", "true", |
| 67 | "Enable the frsqrtes instruction">; |
| 68 | def FeatureRecipPrec : SubtargetFeature<"recipprec", "HasRecipPrec", "true", |
| 69 | "Assume higher precision reciprocal estimates">; |
Chris Lattner | bf751e2 | 2006-02-28 07:08:22 +0000 | [diff] [blame] | 70 | def FeatureSTFIWX : SubtargetFeature<"stfiwx","HasSTFIWX", "true", |
Hal Finkel | 8ee53e2 | 2011-10-14 18:54:13 +0000 | [diff] [blame] | 71 | "Enable the stfiwx instruction">; |
Hal Finkel | 8049ab1 | 2013-03-31 10:12:51 +0000 | [diff] [blame] | 72 | def FeatureLFIWAX : SubtargetFeature<"lfiwax","HasLFIWAX", "true", |
| 73 | "Enable the lfiwax instruction">; |
Hal Finkel | f5d5c43 | 2013-03-29 08:57:48 +0000 | [diff] [blame] | 74 | def FeatureFPRND : SubtargetFeature<"fprnd", "HasFPRND", "true", |
| 75 | "Enable the fri[mnpz] instructions">; |
Hal Finkel | 4647919 | 2013-04-01 17:52:07 +0000 | [diff] [blame] | 76 | def FeatureFPCVT : SubtargetFeature<"fpcvt", "HasFPCVT", "true", |
| 77 | "Enable fc[ft]* (unsigned and single-precision) and lfiwzx instructions">; |
Hal Finkel | 009f7af | 2012-06-22 23:10:08 +0000 | [diff] [blame] | 78 | def FeatureISEL : SubtargetFeature<"isel","HasISEL", "true", |
| 79 | "Enable the isel instruction">; |
Hal Finkel | c53ab4d | 2013-03-28 13:29:47 +0000 | [diff] [blame] | 80 | def FeaturePOPCNTD : SubtargetFeature<"popcntd","HasPOPCNTD", "true", |
| 81 | "Enable the popcnt[dw] instructions">; |
Hal Finkel | efdd467 | 2013-03-28 19:25:55 +0000 | [diff] [blame] | 82 | def FeatureLDBRX : SubtargetFeature<"ldbrx","HasLDBRX", "true", |
| 83 | "Enable the ldbrx instruction">; |
Hal Finkel | c6d08f1 | 2011-10-17 04:03:49 +0000 | [diff] [blame] | 84 | def FeatureBookE : SubtargetFeature<"booke", "IsBookE", "true", |
| 85 | "Enable Book E instructions">; |
Hal Finkel | 5bb16fd | 2013-01-30 21:17:42 +0000 | [diff] [blame] | 86 | def FeatureQPX : SubtargetFeature<"qpx","HasQPX", "true", |
| 87 | "Enable QPX instructions">; |
Jim Laskey | 5384214 | 2005-10-19 19:51:16 +0000 | [diff] [blame] | 88 | |
Bill Schmidt | dbc86b9 | 2013-02-01 23:10:09 +0000 | [diff] [blame] | 89 | // Note: Future features to add when support is extended to more |
| 90 | // recent ISA levels: |
| 91 | // |
| 92 | // CMPB p6, p6x, p7 cmpb |
| 93 | // DFP p6, p6x, p7 decimal floating-point instructions |
Bill Schmidt | dbc86b9 | 2013-02-01 23:10:09 +0000 | [diff] [blame] | 94 | // POPCNTB p5 through p7 popcntb and related instructions |
Bill Schmidt | dbc86b9 | 2013-02-01 23:10:09 +0000 | [diff] [blame] | 95 | // VSX p7 vector-scalar instruction set |
| 96 | |
Jim Laskey | 5384214 | 2005-10-19 19:51:16 +0000 | [diff] [blame] | 97 | //===----------------------------------------------------------------------===// |
Chris Lattner | c8d2889 | 2005-10-23 22:08:13 +0000 | [diff] [blame] | 98 | // Register File Description |
| 99 | //===----------------------------------------------------------------------===// |
| 100 | |
| 101 | include "PPCRegisterInfo.td" |
| 102 | include "PPCSchedule.td" |
| 103 | include "PPCInstrInfo.td" |
| 104 | |
| 105 | //===----------------------------------------------------------------------===// |
| 106 | // PowerPC processors supported. |
Jim Laskey | 5384214 | 2005-10-19 19:51:16 +0000 | [diff] [blame] | 107 | // |
| 108 | |
Jim Laskey | c35010d | 2006-12-12 20:57:08 +0000 | [diff] [blame] | 109 | def : Processor<"generic", G3Itineraries, [Directive32]>; |
Hal Finkel | 009f7af | 2012-06-22 23:10:08 +0000 | [diff] [blame] | 110 | def : Processor<"440", PPC440Itineraries, [Directive440, FeatureISEL, |
Hal Finkel | 827307b | 2013-04-03 04:01:11 +0000 | [diff] [blame] | 111 | FeatureFRES, FeatureFRSQRTE, |
Hal Finkel | 009f7af | 2012-06-22 23:10:08 +0000 | [diff] [blame] | 112 | FeatureBookE]>; |
| 113 | def : Processor<"450", PPC440Itineraries, [Directive440, FeatureISEL, |
Hal Finkel | 827307b | 2013-04-03 04:01:11 +0000 | [diff] [blame] | 114 | FeatureFRES, FeatureFRSQRTE, |
Hal Finkel | 009f7af | 2012-06-22 23:10:08 +0000 | [diff] [blame] | 115 | FeatureBookE]>; |
Jim Laskey | c35010d | 2006-12-12 20:57:08 +0000 | [diff] [blame] | 116 | def : Processor<"601", G3Itineraries, [Directive601]>; |
| 117 | def : Processor<"602", G3Itineraries, [Directive602]>; |
Hal Finkel | 827307b | 2013-04-03 04:01:11 +0000 | [diff] [blame] | 118 | def : Processor<"603", G3Itineraries, [Directive603, |
| 119 | FeatureFRES, FeatureFRSQRTE]>; |
| 120 | def : Processor<"603e", G3Itineraries, [Directive603, |
| 121 | FeatureFRES, FeatureFRSQRTE]>; |
| 122 | def : Processor<"603ev", G3Itineraries, [Directive603, |
| 123 | FeatureFRES, FeatureFRSQRTE]>; |
| 124 | def : Processor<"604", G3Itineraries, [Directive604, |
| 125 | FeatureFRES, FeatureFRSQRTE]>; |
| 126 | def : Processor<"604e", G3Itineraries, [Directive604, |
| 127 | FeatureFRES, FeatureFRSQRTE]>; |
| 128 | def : Processor<"620", G3Itineraries, [Directive620, |
| 129 | FeatureFRES, FeatureFRSQRTE]>; |
| 130 | def : Processor<"750", G4Itineraries, [Directive750, |
| 131 | FeatureFRES, FeatureFRSQRTE]>; |
| 132 | def : Processor<"g3", G3Itineraries, [Directive750, |
| 133 | FeatureFRES, FeatureFRSQRTE]>; |
| 134 | def : Processor<"7400", G4Itineraries, [Directive7400, FeatureAltivec, |
| 135 | FeatureFRES, FeatureFRSQRTE]>; |
| 136 | def : Processor<"g4", G4Itineraries, [Directive7400, FeatureAltivec, |
| 137 | FeatureFRES, FeatureFRSQRTE]>; |
| 138 | def : Processor<"7450", G4PlusItineraries, [Directive7400, FeatureAltivec, |
| 139 | FeatureFRES, FeatureFRSQRTE]>; |
| 140 | def : Processor<"g4+", G4PlusItineraries, [Directive7400, FeatureAltivec, |
| 141 | FeatureFRES, FeatureFRSQRTE]>; |
Jim Laskey | 5384214 | 2005-10-19 19:51:16 +0000 | [diff] [blame] | 142 | def : Processor<"970", G5Itineraries, |
Jim Laskey | c35010d | 2006-12-12 20:57:08 +0000 | [diff] [blame] | 143 | [Directive970, FeatureAltivec, |
Hal Finkel | 827307b | 2013-04-03 04:01:11 +0000 | [diff] [blame] | 144 | FeatureMFOCRF, FeatureFSqrt, |
| 145 | FeatureFRES, FeatureFRSQRTE, FeatureSTFIWX, |
Jim Laskey | 5476b9b | 2005-10-22 08:04:24 +0000 | [diff] [blame] | 146 | Feature64Bit /*, Feature64BitRegs */]>; |
Jim Laskey | 5384214 | 2005-10-19 19:51:16 +0000 | [diff] [blame] | 147 | def : Processor<"g5", G5Itineraries, |
Jim Laskey | c35010d | 2006-12-12 20:57:08 +0000 | [diff] [blame] | 148 | [Directive970, FeatureAltivec, |
Hal Finkel | bd5cafd | 2012-06-11 19:57:01 +0000 | [diff] [blame] | 149 | FeatureMFOCRF, FeatureFSqrt, FeatureSTFIWX, |
Hal Finkel | 827307b | 2013-04-03 04:01:11 +0000 | [diff] [blame] | 150 | FeatureFRES, FeatureFRSQRTE, |
Jim Laskey | c35010d | 2006-12-12 20:57:08 +0000 | [diff] [blame] | 151 | Feature64Bit /*, Feature64BitRegs */]>; |
Hal Finkel | 621b77a | 2012-08-28 16:12:39 +0000 | [diff] [blame] | 152 | def : ProcessorModel<"e500mc", PPCE500mcModel, |
| 153 | [DirectiveE500mc, FeatureMFOCRF, |
| 154 | FeatureSTFIWX, FeatureBookE, FeatureISEL]>; |
| 155 | def : ProcessorModel<"e5500", PPCE5500Model, |
| 156 | [DirectiveE5500, FeatureMFOCRF, Feature64Bit, |
| 157 | FeatureSTFIWX, FeatureBookE, FeatureISEL]>; |
Hal Finkel | efdd467 | 2013-03-28 19:25:55 +0000 | [diff] [blame] | 158 | def : Processor<"a2", PPCA2Itineraries, |
| 159 | [DirectiveA2, FeatureBookE, FeatureMFOCRF, |
Hal Finkel | 827307b | 2013-04-03 04:01:11 +0000 | [diff] [blame] | 160 | FeatureFSqrt, FeatureFRE, FeatureFRES, |
| 161 | FeatureFRSQRTE, FeatureFRSQRTES, FeatureRecipPrec, |
| 162 | FeatureSTFIWX, FeatureLFIWAX, |
Hal Finkel | 4647919 | 2013-04-01 17:52:07 +0000 | [diff] [blame] | 163 | FeatureFPRND, FeatureFPCVT, FeatureISEL, |
| 164 | FeaturePOPCNTD, FeatureLDBRX, Feature64Bit |
| 165 | /*, Feature64BitRegs */]>; |
Hal Finkel | efdd467 | 2013-03-28 19:25:55 +0000 | [diff] [blame] | 166 | def : Processor<"a2q", PPCA2Itineraries, |
| 167 | [DirectiveA2, FeatureBookE, FeatureMFOCRF, |
Hal Finkel | 827307b | 2013-04-03 04:01:11 +0000 | [diff] [blame] | 168 | FeatureFSqrt, FeatureFRE, FeatureFRES, |
| 169 | FeatureFRSQRTE, FeatureFRSQRTES, FeatureRecipPrec, |
| 170 | FeatureSTFIWX, FeatureLFIWAX, |
Hal Finkel | 4647919 | 2013-04-01 17:52:07 +0000 | [diff] [blame] | 171 | FeatureFPRND, FeatureFPCVT, FeatureISEL, |
| 172 | FeaturePOPCNTD, FeatureLDBRX, Feature64Bit |
| 173 | /*, Feature64BitRegs */, FeatureQPX]>; |
Bill Schmidt | cdc3b74 | 2013-02-01 22:59:51 +0000 | [diff] [blame] | 174 | def : Processor<"pwr3", G5Itineraries, |
Hal Finkel | 827307b | 2013-04-03 04:01:11 +0000 | [diff] [blame] | 175 | [DirectivePwr3, FeatureAltivec, |
| 176 | FeatureFRES, FeatureFRSQRTE, FeatureMFOCRF, |
Bill Schmidt | cdc3b74 | 2013-02-01 22:59:51 +0000 | [diff] [blame] | 177 | FeatureSTFIWX, Feature64Bit]>; |
| 178 | def : Processor<"pwr4", G5Itineraries, |
| 179 | [DirectivePwr4, FeatureAltivec, FeatureMFOCRF, |
Hal Finkel | 827307b | 2013-04-03 04:01:11 +0000 | [diff] [blame] | 180 | FeatureFSqrt, FeatureFRES, FeatureFRSQRTE, |
| 181 | FeatureSTFIWX, Feature64Bit]>; |
Bill Schmidt | cdc3b74 | 2013-02-01 22:59:51 +0000 | [diff] [blame] | 182 | def : Processor<"pwr5", G5Itineraries, |
| 183 | [DirectivePwr5, FeatureAltivec, FeatureMFOCRF, |
Hal Finkel | 827307b | 2013-04-03 04:01:11 +0000 | [diff] [blame] | 184 | FeatureFSqrt, FeatureFRE, FeatureFRES, |
| 185 | FeatureFRSQRTE, FeatureFRSQRTES, |
| 186 | FeatureSTFIWX, Feature64Bit]>; |
Bill Schmidt | cdc3b74 | 2013-02-01 22:59:51 +0000 | [diff] [blame] | 187 | def : Processor<"pwr5x", G5Itineraries, |
| 188 | [DirectivePwr5x, FeatureAltivec, FeatureMFOCRF, |
Hal Finkel | 827307b | 2013-04-03 04:01:11 +0000 | [diff] [blame] | 189 | FeatureFSqrt, FeatureFRE, FeatureFRES, |
| 190 | FeatureFRSQRTE, FeatureFRSQRTES, |
| 191 | FeatureSTFIWX, FeatureFPRND, Feature64Bit]>; |
Hal Finkel | 622382f | 2012-06-11 15:43:08 +0000 | [diff] [blame] | 192 | def : Processor<"pwr6", G5Itineraries, |
| 193 | [DirectivePwr6, FeatureAltivec, |
Hal Finkel | 827307b | 2013-04-03 04:01:11 +0000 | [diff] [blame] | 194 | FeatureMFOCRF, FeatureFSqrt, FeatureFRE, |
| 195 | FeatureFRES, FeatureFRSQRTE, FeatureFRSQRTES, |
| 196 | FeatureRecipPrec, FeatureSTFIWX, FeatureLFIWAX, |
| 197 | FeatureFPRND, Feature64Bit /*, Feature64BitRegs */]>; |
Bill Schmidt | cdc3b74 | 2013-02-01 22:59:51 +0000 | [diff] [blame] | 198 | def : Processor<"pwr6x", G5Itineraries, |
| 199 | [DirectivePwr5x, FeatureAltivec, FeatureMFOCRF, |
Hal Finkel | 827307b | 2013-04-03 04:01:11 +0000 | [diff] [blame] | 200 | FeatureFSqrt, FeatureFRE, FeatureFRES, |
| 201 | FeatureFRSQRTE, FeatureFRSQRTES, FeatureRecipPrec, |
| 202 | FeatureSTFIWX, FeatureLFIWAX, |
Hal Finkel | 8049ab1 | 2013-03-31 10:12:51 +0000 | [diff] [blame] | 203 | FeatureFPRND, Feature64Bit]>; |
Hal Finkel | 622382f | 2012-06-11 15:43:08 +0000 | [diff] [blame] | 204 | def : Processor<"pwr7", G5Itineraries, |
| 205 | [DirectivePwr7, FeatureAltivec, |
Hal Finkel | 827307b | 2013-04-03 04:01:11 +0000 | [diff] [blame] | 206 | FeatureMFOCRF, FeatureFSqrt, FeatureFRE, |
| 207 | FeatureFRES, FeatureFRSQRTE, FeatureFRSQRTES, |
| 208 | FeatureRecipPrec, FeatureSTFIWX, FeatureLFIWAX, |
| 209 | FeatureFPRND, FeatureFPCVT, FeatureISEL, |
| 210 | FeaturePOPCNTD, FeatureLDBRX, |
Hal Finkel | 4647919 | 2013-04-01 17:52:07 +0000 | [diff] [blame] | 211 | Feature64Bit /*, Feature64BitRegs */]>; |
Jim Laskey | c35010d | 2006-12-12 20:57:08 +0000 | [diff] [blame] | 212 | def : Processor<"ppc", G3Itineraries, [Directive32]>; |
| 213 | def : Processor<"ppc64", G5Itineraries, |
| 214 | [Directive64, FeatureAltivec, |
Hal Finkel | 110e323 | 2013-04-03 14:40:18 +0000 | [diff] [blame] | 215 | FeatureMFOCRF, FeatureFSqrt, FeatureFRES, |
| 216 | FeatureFRSQRTE, FeatureSTFIWX, |
Jim Laskey | 5476b9b | 2005-10-22 08:04:24 +0000 | [diff] [blame] | 217 | Feature64Bit /*, Feature64BitRegs */]>; |
Jim Laskey | 5384214 | 2005-10-19 19:51:16 +0000 | [diff] [blame] | 218 | |
| 219 | |
Chris Lattner | b9a7bea | 2007-03-06 00:59:59 +0000 | [diff] [blame] | 220 | //===----------------------------------------------------------------------===// |
| 221 | // Calling Conventions |
| 222 | //===----------------------------------------------------------------------===// |
| 223 | |
| 224 | include "PPCCallingConv.td" |
| 225 | |
Chris Lattner | 88d211f | 2006-03-12 09:13:49 +0000 | [diff] [blame] | 226 | def PPCInstrInfo : InstrInfo { |
Chris Lattner | 88d211f | 2006-03-12 09:13:49 +0000 | [diff] [blame] | 227 | let isLittleEndianEncoding = 1; |
| 228 | } |
| 229 | |
Chris Lattner | 84a04ad | 2010-11-15 03:53:53 +0000 | [diff] [blame] | 230 | def PPCAsmWriter : AsmWriter { |
| 231 | string AsmWriterClassName = "InstPrinter"; |
| 232 | bit isMCAsmWriter = 1; |
| 233 | } |
Chris Lattner | 88d211f | 2006-03-12 09:13:49 +0000 | [diff] [blame] | 234 | |
Chris Lattner | 4c7b43b | 2005-10-14 23:37:35 +0000 | [diff] [blame] | 235 | def PPC : Target { |
Chris Lattner | 88d211f | 2006-03-12 09:13:49 +0000 | [diff] [blame] | 236 | // Information about the instructions. |
| 237 | let InstructionSet = PPCInstrInfo; |
Chris Lattner | 84a04ad | 2010-11-15 03:53:53 +0000 | [diff] [blame] | 238 | |
| 239 | let AssemblyWriters = [PPCAsmWriter]; |
Chris Lattner | 4c7b43b | 2005-10-14 23:37:35 +0000 | [diff] [blame] | 240 | } |