]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - gas/ChangeLog
Power10 vector integer multiply, divide, modulo insns
authorAlan Modra <amodra@gmail.com>
Mon, 11 May 2020 00:02:56 +0000 (09:32 +0930)
committerAlan Modra <amodra@gmail.com>
Mon, 11 May 2020 11:38:37 +0000 (21:08 +0930)
commitf4791f1afad449b81804cb6b62ed238603592d1b
treeb1a2c5842d396d174c90dda4fb69d6e96139b2e8
parent3ff0a5ba6458db28b5f0bc28afc0678a247357c0
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.
gas/ChangeLog
gas/testsuite/gas/ppc/ppc.exp
gas/testsuite/gas/ppc/vec_mul.d [new file with mode: 0644]
gas/testsuite/gas/ppc/vec_mul.s [new file with mode: 0644]
opcodes/ChangeLog
opcodes/ppc-opc.c