[PATCH v2 1/4] x86: don't show suffixes for to-scalar-int conversion insns

H.J. Lu hjl.tools@gmail.com
Tue Mar 27 11:34:00 GMT 2018


On Mon, Mar 26, 2018 at 11:25 PM, Jan Beulich <JBeulich@suse.com> wrote:
> In the course of folding their patterns (possible now that the pointless
> and partly even bogus VecESize are no longer in the way) I've noticed
> that vcvt*2usi, other than their vcvt*2si counterparts, don't allow for
> any suffixes. As that is supposedly intentional, make the disassembler
> consistently omit suffixes for all to-scalar-int conversion insns.
>
> gas/
> 2018-03-27  Jan Beulich  <jbeulich@suse.com>
>
>         * testsuite/gas/i386/ilp32/x86-64-simd-suffix.d,
>         testsuite/gas/i386/x86-64-simd-suffix.d: Drop q suffix from
>         cvt*2si.
>
> opcodes/
> 2018-03-27  Jan Beulich  <jbeulich@suse.com>
>
>         * i386-dis.c (prefix_table): Drop Y for cvt*2si.
>         (vex_len_table): Drop Y for vcvt*2si.
>         (putop): Replace plain 'Y' handling by abort().

OK.

Thanks.

-- 
H.J.



More information about the Binutils mailing list