x86: use template for AVX/AVX512 floating point comparison insns
authorJan Beulich <jbeulich@suse.com>
Mon, 9 Mar 2020 09:13:43 +0000 (10:13 +0100)
committerJan Beulich <jbeulich@suse.com>
Mon, 9 Mar 2020 09:13:43 +0000 (10:13 +0100)
commit3fabc17903800a7a943b811a5a20166f9a220ad6
tree971073aef785eab1541a1bfe7e8197e6ab3ccc56
parent3677e4c1746a459ac4562de1abe54f283c71dc1c
x86: use template for AVX/AVX512 floating point comparison insns

These all follow an almost common pattern, again with the exception of
being commutative, which can be easily taken care of.

Note that, as an intended side effect (and in fact one of the reason to
introduce templates), AVX long-form pseudo-ops get introduced alongside
the already existing AVX512 ones.
gas/ChangeLog
gas/testsuite/gas/i386/avx-16bit.d
gas/testsuite/gas/i386/avx-intel.d
gas/testsuite/gas/i386/avx.d
gas/testsuite/gas/i386/avx.s
opcodes/ChangeLog
opcodes/i386-opc.tbl
opcodes/i386-tbl.h
This page took 0.025886 seconds and 4 git commands to generate.