aboutsummaryrefslogtreecommitdiff
path: root/gas/testsuite
diff options
context:
space:
mode:
authorPeter Bergner <bergner@linux.ibm.com>2020-08-18 12:42:31 -0500
committerPeter Bergner <bergner@linux.ibm.com>2020-08-18 12:43:46 -0500
commitf5fc30d05c7e2aaba4fe892ab52fbf0930342dac (patch)
treedad058733f697c43e23545a6a090afb8f7ace30e /gas/testsuite
parentd2bb907b8b46e1a06cab44aa783f377b3c0d07b0 (diff)
downloadfsf-binutils-gdb-f5fc30d05c7e2aaba4fe892ab52fbf0930342dac.zip
fsf-binutils-gdb-f5fc30d05c7e2aaba4fe892ab52fbf0930342dac.tar.gz
fsf-binutils-gdb-f5fc30d05c7e2aaba4fe892ab52fbf0930342dac.tar.bz2
PowerPC: Rename xvcvbf16sp to xvcvbf16spn
The xvcvbf16sp mnemonic has been renamed to xvcvbf16spn, to be consistent with the other non-signaling conversion instructions which all end with "n". opcodes/ * ppc-opc.c (powerpc_opcodes) <xvcvbf16sp>: Rename from this... <xvcvbf16spn>: ...to this. gas/ * testsuite/gas/ppc/vsx4.s: Update test to use new mnemonic. * testsuite/gas/ppc/vsx4.d: Likewise.
Diffstat (limited to 'gas/testsuite')
-rw-r--r--gas/testsuite/gas/ppc/vsx4.d2
-rw-r--r--gas/testsuite/gas/ppc/vsx4.s2
2 files changed, 2 insertions, 2 deletions
diff --git a/gas/testsuite/gas/ppc/vsx4.d b/gas/testsuite/gas/ppc/vsx4.d
index 657a8ae..e21540e 100644
--- a/gas/testsuite/gas/ppc/vsx4.d
+++ b/gas/testsuite/gas/ppc/vsx4.d
@@ -7,6 +7,6 @@
Disassembly of section \.text:
0+0 <vsx4>:
-.*: (f0 50 6f 6f|6f 6f 50 f0) xvcvbf16sp vs34,vs45
+.*: (f0 50 6f 6f|6f 6f 50 f0) xvcvbf16spn vs34,vs45
.*: (f1 f1 27 6f|6f 27 f1 f1) xvcvspbf16 vs47,vs36
#pass
diff --git a/gas/testsuite/gas/ppc/vsx4.s b/gas/testsuite/gas/ppc/vsx4.s
index 290f595..3d7534e 100644
--- a/gas/testsuite/gas/ppc/vsx4.s
+++ b/gas/testsuite/gas/ppc/vsx4.s
@@ -1,4 +1,4 @@
.text
vsx4:
- xvcvbf16sp 34,45
+ xvcvbf16spn 34,45
xvcvspbf16 47,36