Lines Matching full:arm
1 //===-- ARM.td - Describe the ARM Target Machine -----------*- tablegen -*-===//
20 // ARM Subtarget state.
27 // ARM Subtarget features.
41 "Does not support ARM mode execution",
55 def FeatureHWDivARM : SubtargetFeature<"hwdiv-arm",
57 "Enable divide instructions in ARM mode">;
126 // ARM ISAs.
128 "Support ARM v4T instructions">;
130 "Support ARM v5T instructions",
133 "Support ARM v5TE, v5TEj, and v5TExp instructions",
136 "Support ARM v6 instructions",
139 "Support ARM v6t2 instructions",
142 "Support ARM v7 instructions",
145 "Support ARM v8 instructions",
149 // ARM Processors supported.
154 // ARM processor families.
156 "Cortex-A5 ARM processors",
161 "Cortex-A8 ARM processors",
166 "Cortex-A9 ARM processors",
172 "Swift ARM processors",
181 "Cortex-A15 ARM processors",
186 "Cortex-R5 ARM processors",
323 // ARM Uses the MC printer for asm output, so make sure the TableGen
334 def ARM : Target {