blob: 994271d678682812e12dd7b41068daace9156665 [file] [log] [blame]
Chris Lattner23e70eb2010-08-17 16:20:04 +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
Nick Lewycky1fac6b52011-09-05 21:51:43 +000026def ModeNaCl : SubtargetFeature<"nacl-mode", "InNaClMode", "true",
27 "Native client mode">;
28
Rafael Espindola7bc59bc2006-05-14 22:18:28 +000029//===----------------------------------------------------------------------===//
Evan Chenga8e29892007-01-19 07:51:42 +000030// ARM Subtarget features.
31//
32
Evan Cheng39dfb0f2011-07-07 03:55:05 +000033def FeatureVFP2 : SubtargetFeature<"vfp2", "HasVFPv2", "true",
Anton Korobeynikovd4022c32009-05-29 23:41:08 +000034 "Enable VFP2 instructions">;
Evan Cheng39dfb0f2011-07-07 03:55:05 +000035def FeatureVFP3 : SubtargetFeature<"vfp3", "HasVFPv3", "true",
36 "Enable VFP3 instructions",
37 [FeatureVFP2]>;
38def FeatureNEON : SubtargetFeature<"neon", "HasNEON", "true",
39 "Enable NEON instructions",
40 [FeatureVFP3]>;
Evan Cheng94ca42f2011-07-07 00:08:19 +000041def FeatureThumb2 : SubtargetFeature<"thumb2", "HasThumb2", "true",
Anton Korobeynikovd4022c32009-05-29 23:41:08 +000042 "Enable Thumb2 instructions">;
Evan Cheng7b4d3112010-08-11 07:17:46 +000043def FeatureNoARM : SubtargetFeature<"noarm", "NoARM", "true",
44 "Does not support ARM mode execution">;
Anton Korobeynikov631379e2010-03-14 18:42:38 +000045def FeatureFP16 : SubtargetFeature<"fp16", "HasFP16", "true",
46 "Enable half-precision floating point">;
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">;
Evan Chengd6b46322010-08-11 06:51:54 +000051def FeatureT2XtPk : SubtargetFeature<"t2xtpk", "HasT2ExtractPack", "true",
Jim Grosbach29402132010-05-05 23:44:43 +000052 "Enable Thumb2 extract and pack instructions">;
Evan Chengd6b46322010-08-11 06:51:54 +000053def FeatureDB : SubtargetFeature<"db", "HasDataBarrier", "true",
54 "Has data barrier (dmb / dsb) instructions">;
Evan Cheng7a415992010-07-13 19:21:50 +000055def FeatureSlowFPBrcc : SubtargetFeature<"slow-fp-brcc", "SlowFPBrcc", "true",
56 "FP compare + branch is slow">;
Jim Grosbachfcba5e62010-08-11 15:44:15 +000057def FeatureVFPOnlySP : SubtargetFeature<"fp-only-sp", "FPOnlySP", "true",
58 "Floating point unit supports single precision only">;
Evan Chenga8e29892007-01-19 07:51:42 +000059
Evan Cheng48575f62010-12-05 22:04:16 +000060// Some processors have FP multiply-accumulate instructions that don't
61// play nicely with other VFP / NEON instructions, and it's generally better
Jim Grosbach6b2e8dc2010-03-25 23:11:16 +000062// to just not use them.
Evan Cheng48575f62010-12-05 22:04:16 +000063def FeatureHasSlowFPVMLx : SubtargetFeature<"slowfpvmlx", "SlowFPVMLx", "true",
64 "Disable VFP / NEON MAC instructions">;
Evan Cheng463d3582011-03-31 19:38:48 +000065
66// Cortex-A8 / A9 Advanced SIMD has multiplier accumulator forwarding.
67def FeatureVMLxForwarding : SubtargetFeature<"vmlx-forwarding",
68 "HasVMLxForwarding", "true",
69 "Has multiplier accumulator forwarding">;
70
Jim Grosbach7ec7a0e2010-03-25 23:47:34 +000071// Some processors benefit from using NEON instructions for scalar
72// single-precision FP operations.
Jim Grosbachc5ed0132010-08-17 18:39:16 +000073def FeatureNEONForFP : SubtargetFeature<"neonfp", "UseNEONForSinglePrecisionFP",
74 "true",
75 "Use NEON for single precision FP">;
Jim Grosbach7ec7a0e2010-03-25 23:47:34 +000076
Evan Chenge44be632010-08-09 18:35:19 +000077// Disable 32-bit to 16-bit narrowing for experimentation.
78def FeaturePref32BitThumb : SubtargetFeature<"32bit", "Pref32BitThumb", "true",
79 "Prefer 32-bit Thumb instrs">;
Jim Grosbach6b2e8dc2010-03-25 23:11:16 +000080
Bob Wilson5dde8932011-04-19 18:11:49 +000081/// Some instructions update CPSR partially, which can add false dependency for
82/// out-of-order implementation, e.g. Cortex-A9, unless each individual bit is
83/// mapped to a separate physical register. Avoid partial CPSR update for these
84/// processors.
85def FeatureAvoidPartialCPSR : SubtargetFeature<"avoid-partial-cpsr",
86 "AvoidCPSRPartialUpdate", "true",
87 "Avoid CPSR partial update for OOO execution">;
88
Jim Grosbacha7603982011-07-01 21:12:19 +000089/// Some M architectures don't have the DSP extension (v7E-M vs. v7M)
90def FeatureDSPThumb2 : SubtargetFeature<"t2dsp", "Thumb2DSP", "true",
Nick Lewyckyb210cbf2011-08-25 21:46:20 +000091 "Supports v7 DSP instructions in Thumb2">;
Jim Grosbacha7603982011-07-01 21:12:19 +000092
Evan Chengdfed19f2010-11-03 06:34:55 +000093// Multiprocessing extension.
94def FeatureMP : SubtargetFeature<"mp", "HasMPExtension", "true",
95 "Supports Multiprocessing extension">;
Evan Chengd6b46322010-08-11 06:51:54 +000096
Evan Chengdb068732011-07-07 08:26:46 +000097// ARM ISAs.
Evan Cheng39dfb0f2011-07-07 03:55:05 +000098def HasV4TOps : SubtargetFeature<"v4t", "HasV4TOps", "true",
Evan Chengdb068732011-07-07 08:26:46 +000099 "Support ARM v4T instructions">;
Evan Cheng39dfb0f2011-07-07 03:55:05 +0000100def HasV5TOps : SubtargetFeature<"v5t", "HasV5TOps", "true",
Evan Chengdb068732011-07-07 08:26:46 +0000101 "Support ARM v5T instructions",
Evan Cheng39dfb0f2011-07-07 03:55:05 +0000102 [HasV4TOps]>;
103def HasV5TEOps : SubtargetFeature<"v5te", "HasV5TEOps", "true",
Evan Chengdb068732011-07-07 08:26:46 +0000104 "Support ARM v5TE, v5TEj, and v5TExp instructions",
Evan Cheng39dfb0f2011-07-07 03:55:05 +0000105 [HasV5TOps]>;
106def HasV6Ops : SubtargetFeature<"v6", "HasV6Ops", "true",
Evan Chengdb068732011-07-07 08:26:46 +0000107 "Support ARM v6 instructions",
Evan Cheng39dfb0f2011-07-07 03:55:05 +0000108 [HasV5TEOps]>;
109def HasV6T2Ops : SubtargetFeature<"v6t2", "HasV6T2Ops", "true",
Evan Chengdb068732011-07-07 08:26:46 +0000110 "Support ARM v6t2 instructions",
Evan Cheng0d181742011-09-20 21:38:18 +0000111 [HasV6Ops, FeatureThumb2]>;
Evan Cheng39dfb0f2011-07-07 03:55:05 +0000112def HasV7Ops : SubtargetFeature<"v7", "HasV7Ops", "true",
Evan Chengdb068732011-07-07 08:26:46 +0000113 "Support ARM v7 instructions",
Evan Cheng39dfb0f2011-07-07 03:55:05 +0000114 [HasV6T2Ops]>;
Evan Chengd6b46322010-08-11 06:51:54 +0000115
Evan Chenga8e29892007-01-19 07:51:42 +0000116//===----------------------------------------------------------------------===//
117// ARM Processors supported.
118//
119
Evan Cheng8557c2b2009-06-19 01:51:50 +0000120include "ARMSchedule.td"
121
Evan Cheng3ef1c872010-09-10 01:29:16 +0000122// ARM processor families.
Evan Cheng3ef1c872010-09-10 01:29:16 +0000123def ProcA8 : SubtargetFeature<"a8", "ARMProcFamily", "CortexA8",
124 "Cortex-A8 ARM processors",
Evan Cheng167be802010-12-05 23:03:45 +0000125 [FeatureSlowFPBrcc, FeatureNEONForFP,
Evan Cheng463d3582011-03-31 19:38:48 +0000126 FeatureHasSlowFPVMLx, FeatureVMLxForwarding,
127 FeatureT2XtPk]>;
Evan Cheng3ef1c872010-09-10 01:29:16 +0000128def ProcA9 : SubtargetFeature<"a9", "ARMProcFamily", "CortexA9",
Evan Cheng167be802010-12-05 23:03:45 +0000129 "Cortex-A9 ARM processors",
Bob Wilson84c5eed2011-04-19 18:11:57 +0000130 [FeatureVMLxForwarding,
Bob Wilson5dde8932011-04-19 18:11:49 +0000131 FeatureT2XtPk, FeatureFP16,
132 FeatureAvoidPartialCPSR]>;
Evan Cheng3ef1c872010-09-10 01:29:16 +0000133
Evan Cheng8557c2b2009-06-19 01:51:50 +0000134class ProcNoItin<string Name, list<SubtargetFeature> Features>
135 : Processor<Name, GenericItineraries, Features>;
Evan Chenga8e29892007-01-19 07:51:42 +0000136
137// V4 Processors.
Evan Cheng8557c2b2009-06-19 01:51:50 +0000138def : ProcNoItin<"generic", []>;
139def : ProcNoItin<"arm8", []>;
140def : ProcNoItin<"arm810", []>;
141def : ProcNoItin<"strongarm", []>;
142def : ProcNoItin<"strongarm110", []>;
143def : ProcNoItin<"strongarm1100", []>;
144def : ProcNoItin<"strongarm1110", []>;
Evan Chenga8e29892007-01-19 07:51:42 +0000145
146// V4T Processors.
Evan Cheng39dfb0f2011-07-07 03:55:05 +0000147def : ProcNoItin<"arm7tdmi", [HasV4TOps]>;
148def : ProcNoItin<"arm7tdmi-s", [HasV4TOps]>;
149def : ProcNoItin<"arm710t", [HasV4TOps]>;
150def : ProcNoItin<"arm720t", [HasV4TOps]>;
151def : ProcNoItin<"arm9", [HasV4TOps]>;
152def : ProcNoItin<"arm9tdmi", [HasV4TOps]>;
153def : ProcNoItin<"arm920", [HasV4TOps]>;
154def : ProcNoItin<"arm920t", [HasV4TOps]>;
155def : ProcNoItin<"arm922t", [HasV4TOps]>;
156def : ProcNoItin<"arm940t", [HasV4TOps]>;
157def : ProcNoItin<"ep9312", [HasV4TOps]>;
Evan Chenga8e29892007-01-19 07:51:42 +0000158
159// V5T Processors.
Evan Cheng39dfb0f2011-07-07 03:55:05 +0000160def : ProcNoItin<"arm10tdmi", [HasV5TOps]>;
161def : ProcNoItin<"arm1020t", [HasV5TOps]>;
Evan Chenga8e29892007-01-19 07:51:42 +0000162
163// V5TE Processors.
Evan Cheng39dfb0f2011-07-07 03:55:05 +0000164def : ProcNoItin<"arm9e", [HasV5TEOps]>;
165def : ProcNoItin<"arm926ej-s", [HasV5TEOps]>;
166def : ProcNoItin<"arm946e-s", [HasV5TEOps]>;
167def : ProcNoItin<"arm966e-s", [HasV5TEOps]>;
168def : ProcNoItin<"arm968e-s", [HasV5TEOps]>;
169def : ProcNoItin<"arm10e", [HasV5TEOps]>;
170def : ProcNoItin<"arm1020e", [HasV5TEOps]>;
171def : ProcNoItin<"arm1022e", [HasV5TEOps]>;
172def : ProcNoItin<"xscale", [HasV5TEOps]>;
173def : ProcNoItin<"iwmmxt", [HasV5TEOps]>;
Evan Chenga8e29892007-01-19 07:51:42 +0000174
175// V6 Processors.
Evan Cheng39dfb0f2011-07-07 03:55:05 +0000176def : Processor<"arm1136j-s", ARMV6Itineraries, [HasV6Ops]>;
177def : Processor<"arm1136jf-s", ARMV6Itineraries, [HasV6Ops, FeatureVFP2,
Evan Cheng48575f62010-12-05 22:04:16 +0000178 FeatureHasSlowFPVMLx]>;
Evan Cheng39dfb0f2011-07-07 03:55:05 +0000179def : Processor<"arm1176jz-s", ARMV6Itineraries, [HasV6Ops]>;
180def : Processor<"arm1176jzf-s", ARMV6Itineraries, [HasV6Ops, FeatureVFP2,
Evan Cheng48575f62010-12-05 22:04:16 +0000181 FeatureHasSlowFPVMLx]>;
Evan Cheng39dfb0f2011-07-07 03:55:05 +0000182def : Processor<"mpcorenovfp", ARMV6Itineraries, [HasV6Ops]>;
183def : Processor<"mpcore", ARMV6Itineraries, [HasV6Ops, FeatureVFP2,
Evan Cheng48575f62010-12-05 22:04:16 +0000184 FeatureHasSlowFPVMLx]>;
Evan Chenga8e29892007-01-19 07:51:42 +0000185
Evan Chengc7569ed2010-08-11 06:30:38 +0000186// V6M Processors.
Evan Cheng39dfb0f2011-07-07 03:55:05 +0000187def : Processor<"cortex-m0", ARMV6Itineraries, [HasV6Ops, FeatureNoARM,
188 FeatureDB]>;
Evan Chengc7569ed2010-08-11 06:30:38 +0000189
Anton Korobeynikovfbbf1ee2009-06-08 21:20:36 +0000190// V6T2 Processors.
Evan Cheng0d181742011-09-20 21:38:18 +0000191def : Processor<"arm1156t2-s", ARMV6Itineraries, [HasV6T2Ops,
192 FeatureDSPThumb2]>;
Evan Cheng39dfb0f2011-07-07 03:55:05 +0000193def : Processor<"arm1156t2f-s", ARMV6Itineraries, [HasV6T2Ops, FeatureVFP2,
Evan Cheng0d181742011-09-20 21:38:18 +0000194 FeatureHasSlowFPVMLx,
195 FeatureDSPThumb2]>;
Anton Korobeynikovd4022c32009-05-29 23:41:08 +0000196
Evan Cheng39dfb0f2011-07-07 03:55:05 +0000197// V7a Processors.
Evan Cheng6762d912009-07-21 18:54:14 +0000198def : Processor<"cortex-a8", CortexA8Itineraries,
Evan Cheng39dfb0f2011-07-07 03:55:05 +0000199 [ProcA8, HasV7Ops, FeatureNEON, FeatureDB,
200 FeatureDSPThumb2]>;
Anton Korobeynikov2eeeff82010-04-07 18:19:18 +0000201def : Processor<"cortex-a9", CortexA9Itineraries,
Evan Cheng39dfb0f2011-07-07 03:55:05 +0000202 [ProcA9, HasV7Ops, FeatureNEON, FeatureDB,
203 FeatureDSPThumb2]>;
Bob Wilsoncd704962011-04-19 18:11:52 +0000204def : Processor<"cortex-a9-mp", CortexA9Itineraries,
Evan Cheng39dfb0f2011-07-07 03:55:05 +0000205 [ProcA9, HasV7Ops, FeatureNEON, FeatureDB,
206 FeatureDSPThumb2, FeatureMP]>;
Evan Chengc7569ed2010-08-11 06:30:38 +0000207
208// V7M Processors.
Evan Cheng39dfb0f2011-07-07 03:55:05 +0000209def : ProcNoItin<"cortex-m3", [HasV7Ops,
210 FeatureThumb2, FeatureNoARM, FeatureDB,
211 FeatureHWDiv]>;
212
213// V7EM Processors.
214def : ProcNoItin<"cortex-m4", [HasV7Ops,
215 FeatureThumb2, FeatureNoARM, FeatureDB,
216 FeatureHWDiv, FeatureDSPThumb2,
217 FeatureT2XtPk, FeatureVFP2,
218 FeatureVFPOnlySP]>;
Anton Korobeynikov6d7d2aa2009-05-23 19:51:43 +0000219
Evan Chenga8e29892007-01-19 07:51:42 +0000220//===----------------------------------------------------------------------===//
Rafael Espindola7bc59bc2006-05-14 22:18:28 +0000221// Register File Description
222//===----------------------------------------------------------------------===//
223
224include "ARMRegisterInfo.td"
225
Bob Wilson1f595bb2009-04-17 19:07:39 +0000226include "ARMCallingConv.td"
227
Rafael Espindola7bc59bc2006-05-14 22:18:28 +0000228//===----------------------------------------------------------------------===//
229// Instruction Descriptions
230//===----------------------------------------------------------------------===//
231
232include "ARMInstrInfo.td"
233
Jakob Stoklund Olesenfddb7662010-04-05 03:10:20 +0000234def ARMInstrInfo : InstrInfo;
Rafael Espindola7bc59bc2006-05-14 22:18:28 +0000235
Jim Grosbach2317e402010-09-30 01:57:53 +0000236
237//===----------------------------------------------------------------------===//
238// Assembly printer
239//===----------------------------------------------------------------------===//
240// ARM Uses the MC printer for asm output, so make sure the TableGen
241// AsmWriter bits get associated with the correct class.
242def ARMAsmWriter : AsmWriter {
243 string AsmWriterClassName = "InstPrinter";
244 bit isMCAsmWriter = 1;
245}
246
Rafael Espindola7bc59bc2006-05-14 22:18:28 +0000247//===----------------------------------------------------------------------===//
248// Declare the target which we are implementing
249//===----------------------------------------------------------------------===//
250
251def ARM : Target {
Rafael Espindola7bc59bc2006-05-14 22:18:28 +0000252 // Pull in Instruction Info:
253 let InstructionSet = ARMInstrInfo;
Jim Grosbach2317e402010-09-30 01:57:53 +0000254
255 let AssemblyWriters = [ARMAsmWriter];
Rafael Espindola7bc59bc2006-05-14 22:18:28 +0000256}