bug-binutils
[Top][All Lists]
Advanced

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

[Bug gas/18631] avx512: wrong memory size for vcvtt?ps2u?qq instructions


From: cvs-commit at gcc dot gnu.org
Subject: [Bug gas/18631] avx512: wrong memory size for vcvtt?ps2u?qq instructions with data broadcast
Date: Wed, 22 Jul 2015 20:28:31 +0000

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

--- Comment #9 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=20c2a615876bdf0d5dc8e2db86eea1312d9dc9b8

commit 20c2a615876bdf0d5dc8e2db86eea1312d9dc9b8
Author: H.J. Lu <address@hidden>
Date:   Wed Jul 22 13:24:20 2015 -0700

    Fix memory operand size for vcvtt?ps2u?qq instructions

    When disassembling AVX512 vcvtt?ps2u?q instructions with data
    broadcasting enabled, memory operand size should be DWORD.

    gas/testsuite/

        PR binutils/18631
        * gas/i386avx512dq-intel.d: Replace "QWORD" with "DWORD" in
        vcvtt?ps2u?qq instructions disassembly regexes.
        Add disassembly regex for new test.
        * gas/i386/avx512dq.d: Likewise.
        * gas/i386/avx512dq_vl-intel.d: Likewise.
        * gas/i386/avx512dq_vl.d: Likewise.
        * gas/i386/x86-64-avx512dq-intel.d: Likewise.
        * gas/i386/x86-64-avx512dq.d: Likewise.
        * gas/i386/x86-64-avx512dq_vl-intel.d: Likewise.
        * gas/i386/x86-64-avx512dq_vl.d: Likewise.
        * gas/i386/avx512dq.s: Add new test for Intel syntax with memory
        operand and broadcasting enabled.
        * gas/i386/avx512dq_vl.s: Likewise.
        * gas/i386/x86-64-avx512dq.s: Likewise.
        * gas/i386/x86-64-avx512dq_vl.s: Likewise.

    opcodes/

        PR binutils/18631
        * i386-dis-evex.h (EVEX_W_0F78_P_2): Replace "EXxmmq" with
        "EXEvexHalfBcstXmmq" for the second operand.
        (EVEX_W_0F79_P_2): Likewise.
        (EVEX_W_0F7A_P_2): Likewise.
        (EVEX_W_0F7B_P_2): 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]