This is the mail archive of the
binutils@sourceware.org
mailing list for the binutils project.
Re: [PATCH 4/6] x86: use template for AVX/AVX512 floating point comparison insns
On Fri, Mar 6, 2020 at 12:13 AM Jan Beulich <jbeulich@suse.com> wrote:
>
> 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.
What did you mean by that? We need testcases to show what were missing
before and they are added now.
> opcodes/
> 2020-03-XX Jan Beulich <jbeulich@suse.com>
>
> * i386-opc.tbl (avx_frel): New. Use it for AVX/AVX512 vcmpps,
> vcmpss, vcmppd, and vcmpsd 3-operand pseudo-ops.
> * i386-tbl.h: Re-generate.
>
--
H.J.