diff options
| author | Stefan Pintilie <stefanp@ca.ibm.com> | 2018-02-23 15:55:16 +0000 |
|---|---|---|
| committer | Stefan Pintilie <stefanp@ca.ibm.com> | 2018-02-23 15:55:16 +0000 |
| commit | 15e6b10ee0797553caee7bf0a2d9945e9ef4785f (patch) | |
| tree | 3266c6a6cff02d01ae7a1df280fb6b9687e99604 /llvm/test/MC/Disassembler/PowerPC | |
| parent | a7bd36e63e4afd111fca01be1f9314e3e81bb643 (diff) | |
| download | bcm5719-llvm-15e6b10ee0797553caee7bf0a2d9945e9ef4785f.tar.gz bcm5719-llvm-15e6b10ee0797553caee7bf0a2d9945e9ef4785f.zip | |
[PowerPC] Code cleanup. Remove instructions that were withdrawn from Power 9.
The following set of instructions was originally planned to be added for Power 9
and so code was added to support them. However, a decision was made later on to
withdraw support for these instructions in the hardware.
xscmpnedp
xvcmpnesp
xvcmpnedp
This patch removes support for the instructions that were not added.
Differential Revision: https://reviews.llvm.org/D43641
llvm-svn: 325918
Diffstat (limited to 'llvm/test/MC/Disassembler/PowerPC')
| -rw-r--r-- | llvm/test/MC/Disassembler/PowerPC/vsx.txt | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/llvm/test/MC/Disassembler/PowerPC/vsx.txt b/llvm/test/MC/Disassembler/PowerPC/vsx.txt index 0c647737c37..d431874f605 100644 --- a/llvm/test/MC/Disassembler/PowerPC/vsx.txt +++ b/llvm/test/MC/Disassembler/PowerPC/vsx.txt @@ -629,21 +629,6 @@ # CHECK: xscmpgtdp 7, 63, 27 0xf0 0xff 0xd8 0x5c -# CHECK: xscmpnedp 7, 63, 27 -0xf0 0xff 0xd8 0xdc - -# CHECK: xvcmpnedp 7, 63, 27 -0xf0 0xff 0xdb 0xdc - -# CHECK: xvcmpnedp. 7, 63, 27 -0xf0 0xff 0xdf 0xdc - -# CHECK: xvcmpnesp 7, 63, 27 -0xf0 0xff 0xda 0xdc - -# CHECK: xvcmpnesp. 7, 63, 27 -0xf0 0xff 0xde 0xdc - # CHECK: xscvdpqp 7, 27 0xfc 0xf6 0xde 0x88 |

