diff options
author | Alan Modra <amodra@gmail.com> | 2020-05-11 09:32:56 +0930 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2020-05-11 21:08:37 +0930 |
commit | f4791f1afad449b81804cb6b62ed238603592d1b (patch) | |
tree | b1a2c5842d396d174c90dda4fb69d6e96139b2e8 /opcodes/ChangeLog | |
parent | 3ff0a5ba6458db28b5f0bc28afc0678a247357c0 (diff) | |
download | gdb-f4791f1afad449b81804cb6b62ed238603592d1b.zip gdb-f4791f1afad449b81804cb6b62ed238603592d1b.tar.gz gdb-f4791f1afad449b81804cb6b62ed238603592d1b.tar.bz2 |
Power10 vector integer multiply, divide, modulo insns
opcodes/
* ppc-opc.c (powerpc_opcodes): Add vdivuw, vdivud, vdivsw, vmulld,
vdivsd, vmulhuw, vdiveuw, vmulhud, vdiveud, vmulhsw, vdivesw,
vmulhsd, vdivesd, vmoduw, vmodud, vmodsw, vmodsd.
gas/
* testsuite/gas/ppc/vec_mul.s,
* testsuite/gas/ppc/vec_mul.d: New test.
* testsuite/gas/ppc/ppc.exp: Run it.
Diffstat (limited to 'opcodes/ChangeLog')
-rw-r--r-- | opcodes/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index f3ad3a1..0958a3b 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,9 @@ +2020-05-11 Alan Modra <amodra@gmail.com> + + * ppc-opc.c (powerpc_opcodes): Add vdivuw, vdivud, vdivsw, vmulld, + vdivsd, vmulhuw, vdiveuw, vmulhud, vdiveud, vmulhsw, vdivesw, + vmulhsd, vdivesd, vmoduw, vmodud, vmodsw, vmodsd. + 2020-05-11 Peter Bergner <bergner@linux.ibm.com> * ppc-opc.c (powerpc_opcodes) <brd, brh, brw>: New mnemonics. |