This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH v2 3/4] x86: convert broadcast insn attribute to boolean


On Mon, Mar 26, 2018 at 11:28 PM, Jan Beulich <JBeulich@suse.com> wrote:
> The (only) valid broadcast type for an insn can be inferred from other
> information.
>
> gas/
> 2018-03-27  Jan Beulich  <jbeulich@suse.com>
>
>         * config/tc-i386.c (struct Broadcast_Operation): Adjust comment.
>         (check_VecOperands): Re-write broadcast validation code.
>         (check_VecOperations): Replace BROADCAST_1TO* uses.
>         * testsuite/gas/i386/inval-avx512f.s: Add various broadcast
>         cases.
>         * testsuite/gas/i386/inval-avx512f.l: Adjust expectations.
>
> opcodes/
> 2018-03-27  Jan Beulich  <jbeulich@suse.com>
>
>         * i386-opc.h (NO_BROADCAST, BROADCAST_1TO16, BROADCAST_1TO8,
>         BROADCAST_1TO4, BROADCAST_1TO2): Delete.
>         (struct i386_opcode_modifier): Shrink broadcast field to 1 bit.
>         * i386-opc.tbl: Replace Broadcast=<N> by Broadcast.
>         * i386-tlb.h: Re-generate.
>

OK.

Thanks.


-- 
H.J.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]