diff options
author | Peter Bergner <bergner@linux.ibm.com> | 2020-08-18 12:42:31 -0500 |
---|---|---|
committer | Peter Bergner <bergner@linux.ibm.com> | 2020-08-18 12:43:46 -0500 |
commit | f5fc30d05c7e2aaba4fe892ab52fbf0930342dac (patch) | |
tree | dad058733f697c43e23545a6a090afb8f7ace30e /opcodes | |
parent | d2bb907b8b46e1a06cab44aa783f377b3c0d07b0 (diff) | |
download | gdb-f5fc30d05c7e2aaba4fe892ab52fbf0930342dac.zip gdb-f5fc30d05c7e2aaba4fe892ab52fbf0930342dac.tar.gz 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 'opcodes')
-rw-r--r-- | opcodes/ppc-opc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/opcodes/ppc-opc.c b/opcodes/ppc-opc.c index 75944e2..cdaffdf 100644 --- a/opcodes/ppc-opc.c +++ b/opcodes/ppc-opc.c @@ -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}}, |