| commit | 27d1cfe3d40dbb453e96b65bd17483995500d4a0 | [log] [tgz] |
|---|---|---|
| author | Richard Sandiford <rsandifo@linux.vnet.ibm.com> | Fri Jul 19 16:09:03 2013 +0000 |
| committer | Richard Sandiford <rsandifo@linux.vnet.ibm.com> | Fri Jul 19 16:09:03 2013 +0000 |
| tree | 29be2e7d791e761b81c2b6d2c9fa6b3cfd3729c0 | |
| parent | 67080cec2558a32ce3a50bc505e2197bc947b6a6 [diff] |
[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. llvm-svn: 186680