]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
Power10 128-bit binary integer operations
authorAlan Modra <amodra@gmail.com>
Mon, 11 May 2020 00:06:11 +0000 (09:36 +0930)
committerAlan Modra <amodra@gmail.com>
Mon, 11 May 2020 11:38:37 +0000 (21:08 +0930)
commitc7d7aea2f5fadff84eee78aaa0b1830016d26319
treeb6950d5f8a6f244a3bac8183889a841bdbe997c1
parent94ba9882d5acfdc38267a8a822a8b0b8eb3e44ef
Power10 128-bit binary integer operations

opcodes/
* ppc-opc.c (powerpc_opcodes): Add vrlq, vdivuq, vmsumcud, vrlqmi,
vmuloud, vcmpuq, vslq, vdivsq, vcmpsq, vrlqnm, vcmpequq, vmulosd,
vsrq, vdiveuq, vcmpgtuq, vmuleud, vsraq, vdivesq, vcmpgtsq, vmulesd,
vcmpequq., vextsd2q, vmoduq, vcmpgtuq., vmodsq, vcmpgtsq., xscvqpuqz,
xscvuqqp, xscvqpsqz, xscvsqqp, dcffixqq, dctfixqq.
gas/
* testsuite/gas/ppc/int128.d,
* testsuite/gas/ppc/int128.s: New test.
* testsuite/gas/ppc/ppc.exp: Run it.
gas/ChangeLog
gas/testsuite/gas/ppc/int128.d [new file with mode: 0644]
gas/testsuite/gas/ppc/int128.s [new file with mode: 0644]
gas/testsuite/gas/ppc/ppc.exp
opcodes/ChangeLog
opcodes/ppc-opc.c