blob: 5ea251a795f4b8de760621c9a1155678eafa32f9 [file] [log] [blame]
Jia Liu31d157a2012-02-18 12:03:15 +00001//===-- ARM.td - Describe the ARM Target Machine -----------*- tablegen -*-===//
Rafael Espindola7bc59bc2006-05-14 22:18:28 +00002//
3// The LLVM Compiler Infrastructure
4//
Chris Lattner4ee451d2007-12-29 20:36:04 +00005// This file is distributed under the University of Illinois Open Source
Rafael Espindola7bc59bc2006-05-14 22:18:28 +00006// License. See LICENSE.TXT for details.
7//
8//===----------------------------------------------------------------------===//
9//
10//
11//===----------------------------------------------------------------------===//
12
13//===----------------------------------------------------------------------===//
14// Target-independent interfaces which we are implementing
15//===----------------------------------------------------------------------===//
16
Evan Cheng027fdbe2008-11-24 07:34:46 +000017include "llvm/Target/Target.td"
Rafael Espindola7bc59bc2006-05-14 22:18:28 +000018
Evan Chengdb068732011-07-07 08:26:46 +000019//===----------------------------------------------------------------------===//
20// ARM Subtarget state.
21//
22
Evan Cheng963b03c2011-07-07 19:05:12 +000023def ModeThumb : SubtargetFeature<"thumb-mode", "InThumbMode", "true",
Evan Chengdb068732011-07-07 08:26:46 +000024 "Thumb mode">;
Jim Grosbach2317e402010-09-30 01:57:53 +000025
Rafael Espindola7bc59bc2006-05-14 22:18:28 +000026//===----------------------------------------------------------------------===//
Evan Chenga8e29892007-01-19 07:51:42 +000027// ARM Subtarget features.
28//
29
Evan Cheng39dfb0f2011-07-07 03:55:05 +000030def FeatureVFP2 : SubtargetFeature<"vfp2", "HasVFPv2", "true",
Anton Korobeynikovd4022c32009-05-29 23:41:08 +000031 "Enable VFP2 instructions">;
Evan Cheng39dfb0f2011-07-07 03:55:05 +000032def FeatureVFP3 : SubtargetFeature<"vfp3", "HasVFPv3", "true",
33 "Enable VFP3 instructions",
34 [FeatureVFP2]>;
35def FeatureNEON : SubtargetFeature<"neon", "HasNEON", "true",
36 "Enable NEON instructions",
37 [FeatureVFP3]>;
Evan Cheng94ca42f2011-07-07 00:08:19 +000038def FeatureThumb2 : SubtargetFeature<"thumb2", "HasThumb2", "true",
Anton Korobeynikovd4022c32009-05-29 23:41:08 +000039 "Enable Thumb2 instructions">;
Evan Cheng7b4d3112010-08-11 07:17:46 +000040def FeatureNoARM : SubtargetFeature<"noarm", "NoARM", "true",
41 "Does not support ARM mode execution">;
Anton Korobeynikov631379e2010-03-14 18:42:38 +000042def FeatureFP16 : SubtargetFeature<"fp16", "HasFP16", "true",
43 "Enable half-precision floating point">;
Bob Wilsoneb1641d2012-09-29 21:43:49 +000044def FeatureVFP4 : SubtargetFeature<"vfp4", "HasVFPv4", "true",
45 "Enable VFP4 instructions",
46 [FeatureVFP3, FeatureFP16]>;
Bob Wilson77f42b52010-10-12 16:22:47 +000047def FeatureD16 : SubtargetFeature<"d16", "HasD16", "true",
48 "Restrict VFP3 to 16 double registers">;
Jim Grosbach29402132010-05-05 23:44:43 +000049def FeatureHWDiv : SubtargetFeature<"hwdiv", "HasHardwareDivide", "true",
50 "Enable divide instructions">;
Bob Wilsoneb1641d2012-09-29 21:43:49 +000051def FeatureHWDivARM : SubtargetFeature<"hwdiv-arm",
52 "HasHardwareDivideInARM", "true",
53 "Enable divide instructions in ARM mode">;
Evan Chengd6b46322010-08-11 06:51:54 +000054def FeatureT2XtPk : SubtargetFeature<"t2xtpk", "HasT2ExtractPack", "true",
Jim Grosbach29402132010-05-05 23:44:43 +000055 "Enable Thumb2 extract and pack instructions">;
Evan Chengd6b46322010-08-11 06:51:54 +000056def FeatureDB : SubtargetFeature<"db", "HasDataBarrier", "true",
57 "Has data barrier (dmb / dsb) instructions">;
Evan Cheng7a415992010-07-13 19:21:50 +000058def FeatureSlowFPBrcc : SubtargetFeature<"slow-fp-brcc", "SlowFPBrcc", "true",
59 "FP compare + branch is slow">;
Jim Grosbachfcba5e62010-08-11 15:44:15 +000060def FeatureVFPOnlySP : SubtargetFeature<"fp-only-sp", "FPOnlySP", "true",
61 "Floating point unit supports single precision only">;
Evan Chenga8e29892007-01-19 07:51:42 +000062
Evan Cheng48575f62010-12-05 22:04:16 +000063// Some processors have FP multiply-accumulate instructions that don't
64// play nicely with other VFP / NEON instructions, and it's generally better
Jim Grosbach6b2e8dc2010-03-25 23:11:16 +000065// to just not use them.
Evan Cheng48575f62010-12-05 22:04:16 +000066def FeatureHasSlowFPVMLx : SubtargetFeature<"slowfpvmlx", "SlowFPVMLx", "true",
67 "Disable VFP / NEON MAC instructions">;
Evan Cheng463d3582011-03-31 19:38:48 +000068
69// Cortex-A8 / A9 Advanced SIMD has multiplier accumulator forwarding.
70def FeatureVMLxForwarding : SubtargetFeature<"vmlx-forwarding",
71 "HasVMLxForwarding", "true",
72 "Has multiplier accumulator forwarding">;
73
Jim Grosbach7ec7a0e2010-03-25 23:47:34 +000074// Some processors benefit from using NEON instructions for scalar
75// single-precision FP operations.
Jim Grosbachc5ed0132010-08-17 18:39:16 +000076def FeatureNEONForFP : SubtargetFeature<"neonfp", "UseNEONForSinglePrecisionFP",
77 "true",
78 "Use NEON for single precision FP">;
Jim Grosbach7ec7a0e2010-03-25 23:47:34 +000079
Evan Chenge44be632010-08-09 18:35:19 +000080// Disable 32-bit to 16-bit narrowing for experimentation.
81def FeaturePref32BitThumb : SubtargetFeature<"32bit", "Pref32BitThumb", "true",
82 "Prefer 32-bit Thumb instrs">;
Jim Grosbach6b2e8dc2010-03-25 23:11:16 +000083
Bob Wilson5dde8932011-04-19 18:11:49 +000084/// Some instructions update CPSR partially, which can add false dependency for
85/// out-of-order implementation, e.g. Cortex-A9, unless each individual bit is
86/// mapped to a separate physical register. Avoid partial CPSR update for these
87/// processors.
88def FeatureAvoidPartialCPSR : SubtargetFeature<"avoid-partial-cpsr",
89 "AvoidCPSRPartialUpdate", "true",
90 "Avoid CPSR partial update for OOO execution">;
91
Evan Cheng4bfcd4a2012-02-28 18:51:51 +000092// Some processors perform return stack prediction. CodeGen should avoid issue
93// "normal" call instructions to callees which do not return.
94def FeatureHasRAS : SubtargetFeature<"ras", "HasRAS", "true",
95 "Has return address stack">;
96
Jim Grosbacha7603982011-07-01 21:12:19 +000097/// Some M architectures don't have the DSP extension (v7E-M vs. v7M)
98def FeatureDSPThumb2 : SubtargetFeature<"t2dsp", "Thumb2DSP", "true",
Nick Lewyckyb210cbf2011-08-25 21:46:20 +000099 "Supports v7 DSP instructions in Thumb2">;
Jim Grosbacha7603982011-07-01 21:12:19 +0000100
Evan Chengdfed19f2010-11-03 06:34:55 +0000101// Multiprocessing extension.
102def FeatureMP : SubtargetFeature<"mp", "HasMPExtension", "true",
103 "Supports Multiprocessing extension">;
Evan Chengd6b46322010-08-11 06:51:54 +0000104
James Molloyacad68d2011-09-28 14:21:38 +0000105// M-series ISA?
106def FeatureMClass : SubtargetFeature<"mclass", "IsMClass", "true",
107 "Is microcontroller profile ('M' series)">;
108
Evan Chengdb068732011-07-07 08:26:46 +0000109// ARM ISAs.
Evan Cheng39dfb0f2011-07-07 03:55:05 +0000110def HasV4TOps : SubtargetFeature<"v4t", "HasV4TOps", "true",
Evan Chengdb068732011-07-07 08:26:46 +0000111 "Support ARM v4T instructions">;
Evan Cheng39dfb0f2011-07-07 03:55:05 +0000112def HasV5TOps : SubtargetFeature<"v5t", "HasV5TOps", "true",
Evan Chengdb068732011-07-07 08:26:46 +0000113 "Support ARM v5T instructions",
Evan Cheng39dfb0f2011-07-07 03:55:05 +0000114 [HasV4TOps]>;
115def HasV5TEOps : SubtargetFeature<"v5te", "HasV5TEOps", "true",
Evan Chengdb068732011-07-07 08:26:46 +0000116 "Support ARM v5TE, v5TEj, and v5TExp instructions",
Evan Cheng39dfb0f2011-07-07 03:55:05 +0000117 [HasV5TOps]>;
118def HasV6Ops : SubtargetFeature<"v6", "HasV6Ops", "true",
Evan Chengdb068732011-07-07 08:26:46 +0000119 "Support ARM v6 instructions",
Evan Cheng39dfb0f2011-07-07 03:55:05 +0000120 [HasV5TEOps]>;
121def HasV6T2Ops : SubtargetFeature<"v6t2", "HasV6T2Ops", "true",
Evan Chengdb068732011-07-07 08:26:46 +0000122 "Support ARM v6t2 instructions",
Evan Cheng0d181742011-09-20 21:38:18 +0000123 [HasV6Ops, FeatureThumb2]>;
Evan Cheng39dfb0f2011-07-07 03:55:05 +0000124def HasV7Ops : SubtargetFeature<"v7", "HasV7Ops", "true",
Evan Chengdb068732011-07-07 08:26:46 +0000125 "Support ARM v7 instructions",
Evan Cheng39dfb0f2011-07-07 03:55:05 +0000126 [HasV6T2Ops]>;
Evan Chengd6b46322010-08-11 06:51:54 +0000127
Evan Chenga8e29892007-01-19 07:51:42 +0000128//===----------------------------------------------------------------------===//
129// ARM Processors supported.
130//
131
Evan Cheng8557c2b2009-06-19 01:51:50 +0000132include "ARMSchedule.td"
133
Evan Cheng3ef1c872010-09-10 01:29:16 +0000134// ARM processor families.
Quentin Colombet8facb9e2012-11-29 19:48:01 +0000135def ProcA5 : SubtargetFeature<"a5", "ARMProcFamily", "CortexA5",
136 "Cortex-A5 ARM processors",
137 [FeatureSlowFPBrcc, FeatureNEONForFP,
138 FeatureHasSlowFPVMLx, FeatureVMLxForwarding,
139 FeatureT2XtPk]>;
Evan Cheng3ef1c872010-09-10 01:29:16 +0000140def ProcA8 : SubtargetFeature<"a8", "ARMProcFamily", "CortexA8",
141 "Cortex-A8 ARM processors",
Evan Cheng167be802010-12-05 23:03:45 +0000142 [FeatureSlowFPBrcc, FeatureNEONForFP,
Evan Cheng463d3582011-03-31 19:38:48 +0000143 FeatureHasSlowFPVMLx, FeatureVMLxForwarding,
144 FeatureT2XtPk]>;
Evan Cheng3ef1c872010-09-10 01:29:16 +0000145def ProcA9 : SubtargetFeature<"a9", "ARMProcFamily", "CortexA9",
Evan Cheng167be802010-12-05 23:03:45 +0000146 "Cortex-A9 ARM processors",
Bob Wilson84c5eed2011-04-19 18:11:57 +0000147 [FeatureVMLxForwarding,
Bob Wilson5dde8932011-04-19 18:11:49 +0000148 FeatureT2XtPk, FeatureFP16,
149 FeatureAvoidPartialCPSR]>;
Bob Wilsoneb1641d2012-09-29 21:43:49 +0000150def ProcSwift : SubtargetFeature<"swift", "ARMProcFamily", "Swift",
151 "Swift ARM processors",
152 [FeatureNEONForFP, FeatureT2XtPk,
153 FeatureVFP4, FeatureMP, FeatureHWDiv,
154 FeatureHWDivARM, FeatureAvoidPartialCPSR,
155 FeatureHasSlowFPVMLx]>;
156
Silviu Baranga616471d2012-09-13 15:05:10 +0000157// FIXME: It has not been determined if A15 has these features.
158def ProcA15 : SubtargetFeature<"a15", "ARMProcFamily", "CortexA15",
159 "Cortex-A15 ARM processors",
Silviu Barangac8bf0f82012-09-17 14:10:54 +0000160 [FeatureT2XtPk, FeatureFP16,
Silviu Baranga616471d2012-09-13 15:05:10 +0000161 FeatureAvoidPartialCPSR]>;
Evan Cheng3ef1c872010-09-10 01:29:16 +0000162
Evan Cheng8557c2b2009-06-19 01:51:50 +0000163class ProcNoItin<string Name, list<SubtargetFeature> Features>
Andrew Trickd85934b2012-06-22 03:58:51 +0000164 : Processor<Name, NoItineraries, Features>;
Evan Chenga8e29892007-01-19 07:51:42 +0000165
166// V4 Processors.
Evan Cheng8557c2b2009-06-19 01:51:50 +0000167def : ProcNoItin<"generic", []>;
168def : ProcNoItin<"arm8", []>;
169def : ProcNoItin<"arm810", []>;
170def : ProcNoItin<"strongarm", []>;
171def : ProcNoItin<"strongarm110", []>;
172def : ProcNoItin<"strongarm1100", []>;
173def : ProcNoItin<"strongarm1110", []>;
Evan Chenga8e29892007-01-19 07:51:42 +0000174
175// V4T Processors.
Evan Cheng39dfb0f2011-07-07 03:55:05 +0000176def : ProcNoItin<"arm7tdmi", [HasV4TOps]>;
177def : ProcNoItin<"arm7tdmi-s", [HasV4TOps]>;
178def : ProcNoItin<"arm710t", [HasV4TOps]>;
179def : ProcNoItin<"arm720t", [HasV4TOps]>;
180def : ProcNoItin<"arm9", [HasV4TOps]>;
181def : ProcNoItin<"arm9tdmi", [HasV4TOps]>;
182def : ProcNoItin<"arm920", [HasV4TOps]>;
183def : ProcNoItin<"arm920t", [HasV4TOps]>;
184def : ProcNoItin<"arm922t", [HasV4TOps]>;
185def : ProcNoItin<"arm940t", [HasV4TOps]>;
186def : ProcNoItin<"ep9312", [HasV4TOps]>;
Evan Chenga8e29892007-01-19 07:51:42 +0000187
188// V5T Processors.
Evan Cheng39dfb0f2011-07-07 03:55:05 +0000189def : ProcNoItin<"arm10tdmi", [HasV5TOps]>;
190def : ProcNoItin<"arm1020t", [HasV5TOps]>;
Evan Chenga8e29892007-01-19 07:51:42 +0000191
192// V5TE Processors.
Evan Cheng39dfb0f2011-07-07 03:55:05 +0000193def : ProcNoItin<"arm9e", [HasV5TEOps]>;
194def : ProcNoItin<"arm926ej-s", [HasV5TEOps]>;
195def : ProcNoItin<"arm946e-s", [HasV5TEOps]>;
196def : ProcNoItin<"arm966e-s", [HasV5TEOps]>;
197def : ProcNoItin<"arm968e-s", [HasV5TEOps]>;
198def : ProcNoItin<"arm10e", [HasV5TEOps]>;
199def : ProcNoItin<"arm1020e", [HasV5TEOps]>;
200def : ProcNoItin<"arm1022e", [HasV5TEOps]>;
201def : ProcNoItin<"xscale", [HasV5TEOps]>;
202def : ProcNoItin<"iwmmxt", [HasV5TEOps]>;
Evan Chenga8e29892007-01-19 07:51:42 +0000203
204// V6 Processors.
Evan Cheng39dfb0f2011-07-07 03:55:05 +0000205def : Processor<"arm1136j-s", ARMV6Itineraries, [HasV6Ops]>;
206def : Processor<"arm1136jf-s", ARMV6Itineraries, [HasV6Ops, FeatureVFP2,
Evan Cheng48575f62010-12-05 22:04:16 +0000207 FeatureHasSlowFPVMLx]>;
Evan Cheng39dfb0f2011-07-07 03:55:05 +0000208def : Processor<"arm1176jz-s", ARMV6Itineraries, [HasV6Ops]>;
209def : Processor<"arm1176jzf-s", ARMV6Itineraries, [HasV6Ops, FeatureVFP2,
Evan Cheng48575f62010-12-05 22:04:16 +0000210 FeatureHasSlowFPVMLx]>;
Evan Cheng39dfb0f2011-07-07 03:55:05 +0000211def : Processor<"mpcorenovfp", ARMV6Itineraries, [HasV6Ops]>;
212def : Processor<"mpcore", ARMV6Itineraries, [HasV6Ops, FeatureVFP2,
Evan Cheng48575f62010-12-05 22:04:16 +0000213 FeatureHasSlowFPVMLx]>;
Evan Chenga8e29892007-01-19 07:51:42 +0000214
Evan Chengc7569ed2010-08-11 06:30:38 +0000215// V6M Processors.
Evan Cheng39dfb0f2011-07-07 03:55:05 +0000216def : Processor<"cortex-m0", ARMV6Itineraries, [HasV6Ops, FeatureNoARM,
James Molloyacad68d2011-09-28 14:21:38 +0000217 FeatureDB, FeatureMClass]>;
Evan Chengc7569ed2010-08-11 06:30:38 +0000218
Anton Korobeynikovfbbf1ee2009-06-08 21:20:36 +0000219// V6T2 Processors.
Evan Cheng0d181742011-09-20 21:38:18 +0000220def : Processor<"arm1156t2-s", ARMV6Itineraries, [HasV6T2Ops,
221 FeatureDSPThumb2]>;
Evan Cheng39dfb0f2011-07-07 03:55:05 +0000222def : Processor<"arm1156t2f-s", ARMV6Itineraries, [HasV6T2Ops, FeatureVFP2,
Evan Cheng0d181742011-09-20 21:38:18 +0000223 FeatureHasSlowFPVMLx,
224 FeatureDSPThumb2]>;
Anton Korobeynikovd4022c32009-05-29 23:41:08 +0000225
Evan Cheng39dfb0f2011-07-07 03:55:05 +0000226// V7a Processors.
Quentin Colombet8facb9e2012-11-29 19:48:01 +0000227// FIXME: A5 has currently the same Schedule model as A8
228def : ProcessorModel<"cortex-a5", CortexA8Model,
229 [ProcA5, HasV7Ops, FeatureNEON, FeatureDB,
230 FeatureVFP4, FeatureDSPThumb2,
231 FeatureHasRAS]>;
Andrew Trick2661b412012-07-07 04:00:00 +0000232def : ProcessorModel<"cortex-a8", CortexA8Model,
Evan Cheng39dfb0f2011-07-07 03:55:05 +0000233 [ProcA8, HasV7Ops, FeatureNEON, FeatureDB,
Evan Cheng4bfcd4a2012-02-28 18:51:51 +0000234 FeatureDSPThumb2, FeatureHasRAS]>;
Andrew Trick2661b412012-07-07 04:00:00 +0000235def : ProcessorModel<"cortex-a9", CortexA9Model,
Evan Cheng39dfb0f2011-07-07 03:55:05 +0000236 [ProcA9, HasV7Ops, FeatureNEON, FeatureDB,
Evan Cheng4bfcd4a2012-02-28 18:51:51 +0000237 FeatureDSPThumb2, FeatureHasRAS]>;
Andrew Trick2661b412012-07-07 04:00:00 +0000238def : ProcessorModel<"cortex-a9-mp", CortexA9Model,
Evan Cheng39dfb0f2011-07-07 03:55:05 +0000239 [ProcA9, HasV7Ops, FeatureNEON, FeatureDB,
Evan Cheng4bfcd4a2012-02-28 18:51:51 +0000240 FeatureDSPThumb2, FeatureMP,
241 FeatureHasRAS]>;
Silviu Baranga616471d2012-09-13 15:05:10 +0000242// FIXME: A15 has currently the same ProcessorModel as A9.
243def : ProcessorModel<"cortex-a15", CortexA9Model,
244 [ProcA15, HasV7Ops, FeatureNEON, FeatureDB,
245 FeatureDSPThumb2, FeatureHasRAS]>;
Evan Chengc7569ed2010-08-11 06:30:38 +0000246
247// V7M Processors.
Evan Cheng39dfb0f2011-07-07 03:55:05 +0000248def : ProcNoItin<"cortex-m3", [HasV7Ops,
249 FeatureThumb2, FeatureNoARM, FeatureDB,
James Molloyacad68d2011-09-28 14:21:38 +0000250 FeatureHWDiv, FeatureMClass]>;
Evan Cheng39dfb0f2011-07-07 03:55:05 +0000251
252// V7EM Processors.
253def : ProcNoItin<"cortex-m4", [HasV7Ops,
254 FeatureThumb2, FeatureNoARM, FeatureDB,
255 FeatureHWDiv, FeatureDSPThumb2,
Jiangning Liu1c378142012-08-02 08:35:55 +0000256 FeatureT2XtPk, FeatureVFP4,
James Molloyacad68d2011-09-28 14:21:38 +0000257 FeatureVFPOnlySP, FeatureMClass]>;
Anton Korobeynikov6d7d2aa2009-05-23 19:51:43 +0000258
Bob Wilsoneb1641d2012-09-29 21:43:49 +0000259// Swift uArch Processors.
260def : ProcessorModel<"swift", SwiftModel,
261 [ProcSwift, HasV7Ops, FeatureNEON,
262 FeatureDB, FeatureDSPThumb2,
263 FeatureHasRAS]>;
264
Evan Chenga8e29892007-01-19 07:51:42 +0000265//===----------------------------------------------------------------------===//
Rafael Espindola7bc59bc2006-05-14 22:18:28 +0000266// Register File Description
267//===----------------------------------------------------------------------===//
268
269include "ARMRegisterInfo.td"
270
Bob Wilson1f595bb2009-04-17 19:07:39 +0000271include "ARMCallingConv.td"
272
Rafael Espindola7bc59bc2006-05-14 22:18:28 +0000273//===----------------------------------------------------------------------===//
274// Instruction Descriptions
275//===----------------------------------------------------------------------===//
276
277include "ARMInstrInfo.td"
278
Jakob Stoklund Olesenfddb7662010-04-05 03:10:20 +0000279def ARMInstrInfo : InstrInfo;
Rafael Espindola7bc59bc2006-05-14 22:18:28 +0000280
Jim Grosbach2317e402010-09-30 01:57:53 +0000281
282//===----------------------------------------------------------------------===//
283// Assembly printer
284//===----------------------------------------------------------------------===//
285// ARM Uses the MC printer for asm output, so make sure the TableGen
286// AsmWriter bits get associated with the correct class.
287def ARMAsmWriter : AsmWriter {
288 string AsmWriterClassName = "InstPrinter";
289 bit isMCAsmWriter = 1;
290}
291
Rafael Espindola7bc59bc2006-05-14 22:18:28 +0000292//===----------------------------------------------------------------------===//
293// Declare the target which we are implementing
294//===----------------------------------------------------------------------===//
295
296def ARM : Target {
Rafael Espindola7bc59bc2006-05-14 22:18:28 +0000297 // Pull in Instruction Info:
298 let InstructionSet = ARMInstrInfo;
Jim Grosbach2317e402010-09-30 01:57:53 +0000299
300 let AssemblyWriters = [ARMAsmWriter];
Rafael Espindola7bc59bc2006-05-14 22:18:28 +0000301}