aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/SystemZ/SystemZ.td
diff options
context:
space:
mode:
authorRichard Sandiford <rsandifo@linux.vnet.ibm.com>2013-07-19 16:09:03 +0000
committerRichard Sandiford <rsandifo@linux.vnet.ibm.com>2013-07-19 16:09:03 +0000
commiteddfaad1ef9a208a8a9ee23c26fac4d980caa99a (patch)
tree507518f73242fc7a0f4be514d0f73b542885c6da /lib/Target/SystemZ/SystemZ.td
parentb1a003f37725a31e5e744c46112b628c5e0aeb8a (diff)
downloadexternal_llvm-eddfaad1ef9a208a8a9ee23c26fac4d980caa99a.zip
external_llvm-eddfaad1ef9a208a8a9ee23c26fac4d980caa99a.tar.gz
external_llvm-eddfaad1ef9a208a8a9ee23c26fac4d980caa99a.tar.bz2
[SystemZ] Start adding z196 and zEC12 support
This first step just adds definitions for SLLK, SRLK and SRAK. The next patch will actually make use of them during codegen. insn-bad.s tests that some form of error is reported when using these instructions on z10. More work is needed to get the "instruction requires: distinct-ops" that we'd ideally like, so I've stubbed that part out for now. I'll come back and make it mandatory once the necessary changes are in. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@186680 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/SystemZ/SystemZ.td')
-rw-r--r--lib/Target/SystemZ/SystemZ.td7
1 files changed, 2 insertions, 5 deletions
diff --git a/lib/Target/SystemZ/SystemZ.td b/lib/Target/SystemZ/SystemZ.td
index e03c32f..abf5c8e 100644
--- a/lib/Target/SystemZ/SystemZ.td
+++ b/lib/Target/SystemZ/SystemZ.td
@@ -14,13 +14,10 @@
include "llvm/Target/Target.td"
//===----------------------------------------------------------------------===//
-// SystemZ supported processors
+// SystemZ supported processors and features
//===----------------------------------------------------------------------===//
-class Proc<string Name, list<SubtargetFeature> Features>
- : Processor<Name, NoItineraries, Features>;
-
-def : Proc<"z10", []>;
+include "SystemZProcessors.td"
//===----------------------------------------------------------------------===//
// Register file description