]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
PowerPC: Rename xvcvbf16sp to xvcvbf16spn
authorPeter Bergner <bergner@linux.ibm.com>
Tue, 18 Aug 2020 17:42:31 +0000 (12:42 -0500)
committerPeter Bergner <bergner@linux.ibm.com>
Tue, 18 Aug 2020 17:43:46 +0000 (12:43 -0500)
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.

gas/testsuite/gas/ppc/vsx4.d
gas/testsuite/gas/ppc/vsx4.s
opcodes/ppc-opc.c

index 657a8ae6d994cb5838752029d85e1a80f72bbd08..e21540eb2e56ae0a454e089849b8151ee3b1b486 100644 (file)
@@ -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
index 290f595017bf672bfe67777c2fc0be69f0f47671..3d7534e5d62f8bf7e374feed4509e65bd64ea534 100644 (file)
@@ -1,4 +1,4 @@
        .text
 vsx4:
-       xvcvbf16sp      34,45
+       xvcvbf16spn     34,45
        xvcvspbf16      47,36
index 75944e27517a8e191a83857806e43cb3ac3c3281..cdaffdf149c7d2e43c5417557a4ca3ac33853e73 100644 (file)
@@ -8463,7 +8463,7 @@ const struct powerpc_opcode powerpc_opcodes[] = {
 {"xvxexpsp",   XX2VA(60,475,8),XX2_MASK,    PPCVSX3,   PPCVLE,         {XT6, XB6}},
 {"xvxsigsp",   XX2VA(60,475,9),XX2_MASK,    PPCVSX3,   PPCVLE,         {XT6, XB6}},
 {"xxbrw",      XX2VA(60,475,15),XX2_MASK,   PPCVSX3,   PPCVLE,         {XT6, XB6}},
-{"xvcvbf16sp", XX2VA(60,475,16),XX2_MASK,   PPCVSX4,   PPCVLE,         {XT6, XB6}},
+{"xvcvbf16spn",        XX2VA(60,475,16),XX2_MASK,   PPCVSX4,   PPCVLE,         {XT6, XB6}},
 {"xvcvspbf16", XX2VA(60,475,17),XX2_MASK,   PPCVSX4,   PPCVLE,         {XT6, XB6}},
 {"xxbrd",      XX2VA(60,475,23),XX2_MASK,   PPCVSX3,   PPCVLE,         {XT6, XB6}},
 {"xvcvhpsp",   XX2VA(60,475,24),XX2_MASK,   PPCVSX3,   PPCVLE,         {XT6, XB6}},