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 <h...@sourceware.org>:

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

commit 20c2a615876bdf0d5dc8e2db86eea1312d9dc9b8
Author: H.J. Lu <hjl.to...@gmail.com>
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.

_______________________________________________
bug-binutils mailing list
bug-binutils@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-binutils

Reply via email to