bug-binutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug binutils/24691] gas/objdump fail to reject invalid vshuff*/vshufi*


From: cvs-commit at gcc dot gnu.org
Subject: [Bug binutils/24691] gas/objdump fail to reject invalid vshuff*/vshufi* encodings.
Date: Mon, 17 Jun 2019 17:23:00 +0000

https://sourceware.org/bugzilla/show_bug.cgi?id=24691

--- Comment #2 from cvs-commit at gcc dot gnu.org <cvs-commit at gcc dot 
gnu.org> ---
The master branch has been updated by H.J. Lu <address@hidden>:

https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=6e1c90b7f5d60aedc547dd84873d1c9291eefcdc

commit 6e1c90b7f5d60aedc547dd84873d1c9291eefcdc
Author: H.J. Lu <address@hidden>
Date:   Mon Jun 17 10:20:04 2019 -0700

    i386: Check vector length for vshufXXX/vinsertXXX/vextractXXX

    Since not all vector lengths are supported by vshufXXX, vinsertXXX and
    vextractXXX, decode them only with supported vector lengths.

    gas/

        PR binutils/24691
        * testsuite/gas/i386/disassem.s: Add test for vshuff32x4 with
        invalid vector length.
        * testsuite/gas/i386/x86-64-disassem.s: Likewise.
        * testsuite/gas/i386/disassem.d: Updated.
        * testsuite/gas/i386/x86-64-disassem.d: Likewise.

    opcodes/

        PR binutils/24691
        * i386-dis-evex.h (evex_table): Update EVEX_W_0F3A23_P_2,
        EVEX_W_0F3A38_P_2, EVEX_W_0F3A39_P_2, EVEX_W_0F3A3A_P_2,
        EVEX_W_0F3A3B_P_2 and EVEX_W_0F3A43_P_2.
        (evex_len_table): Add EVEX_LEN_0F3A23_P_2_W_0,
        EVEX_LEN_0F3A23_P_2_W_1, EVEX_LEN_0F3A38_P_2_W_0,
        EVEX_LEN_0F3A38_P_2_W_1, EVEX_LEN_0F3A39_P_2_W_0,
        EVEX_LEN_0F3A39_P_2_W_1, EVEX_LEN_0F3A3A_P_2_W_0,
        EVEX_LEN_0F3A3A_P_2_W_1, EVEX_LEN_0F3A3B_P_2_W_0,
        EVEX_LEN_0F3A3B_P_2_W_1, EVEX_LEN_0F3A43_P_2_W_0 and
        EVEX_LEN_0F3A43_P_2_W_1.
        * i386-dis.c (EVEX_LEN_0F3A23_P_2_W_0): New enum.
        (EVEX_LEN_0F3A23_P_2_W_1): Likewise.
        (EVEX_LEN_0F3A38_P_2_W_0): Likewise.
        (EVEX_LEN_0F3A38_P_2_W_1): Likewise.
        (EVEX_LEN_0F3A39_P_2_W_0): Likewise.
        (EVEX_LEN_0F3A39_P_2_W_1): Likewise.
        (EVEX_LEN_0F3A3A_P_2_W_0): Likewise.
        (EVEX_LEN_0F3A3A_P_2_W_1): Likewise.
        (EVEX_LEN_0F3A3B_P_2_W_0): Likewise.
        (EVEX_LEN_0F3A3B_P_2_W_1): Likewise.
        (EVEX_LEN_0F3A43_P_2_W_0): Likewise.
        (EVEX_LEN_0F3A43_P_2_W_1): Likewise.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]