diff options
| author | Kit Barton <kbarton@ca.ibm.com> | 2016-04-28 20:00:42 +0000 |
|---|---|---|
| committer | Kit Barton <kbarton@ca.ibm.com> | 2016-04-28 20:00:42 +0000 |
| commit | 7a1a9e01ad54cf12e53f0fa228784bf2c04f0811 (patch) | |
| tree | f6f0061db054c5267b5a4b8feca415e1753b7aff /llvm/test/MC/PowerPC/ppc64-encoding-ext.s | |
| parent | 9c52767f362457d0cbd76292988a9a103d7f35bf (diff) | |
| download | bcm5719-llvm-7a1a9e01ad54cf12e53f0fa228784bf2c04f0811.tar.gz bcm5719-llvm-7a1a9e01ad54cf12e53f0fa228784bf2c04f0811.zip | |
This reverts commit r265505.
Revert "[Power9] Implement add-pc, multiply-add, modulo, extend-sign-shift, random number, set bool, and dfp test significance".
This patch has caused a functional regression in SPEC2k6 namd, and a performance regression in mesa-pipe.
llvm-svn: 267927
Diffstat (limited to 'llvm/test/MC/PowerPC/ppc64-encoding-ext.s')
| -rw-r--r-- | llvm/test/MC/PowerPC/ppc64-encoding-ext.s | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/llvm/test/MC/PowerPC/ppc64-encoding-ext.s b/llvm/test/MC/PowerPC/ppc64-encoding-ext.s index 228ff2834a6..682a737547d 100644 --- a/llvm/test/MC/PowerPC/ppc64-encoding-ext.s +++ b/llvm/test/MC/PowerPC/ppc64-encoding-ext.s @@ -3666,15 +3666,6 @@ # CHECK-LE: attn # encoding: [0x00,0x02,0x00,0x00] attn -# ISA3.0 Instructions: -# Extended Mnemonics of ADDPCIS -# CHECK-BE: addpcis 1, -12345 # encoding: [0x4c,0x23,0xcf,0xc5] -# CHECK-LE: addpcis 1, -12345 # encoding: [0xc5,0xcf,0x23,0x4c] - subpcis 1, 12345 -# CHECK-BE: addpcis 12, 0 # encoding: [0x4d,0x80,0x00,0x04] -# CHECK-LE: addpcis 12, 0 # encoding: [0x04,0x00,0x80,0x4d] - lnia 12 - # Copy-Paste Facility (Extended Mnemonics): # CHECK-BE: copy 2, 19, 0 # encoding: [0x7c,0x02,0x9e,0x0c] # CHECK-LE: copy 2, 19, 0 # encoding: [0x0c,0x9e,0x02,0x7c] |

