bug-binutils
[Top][All Lists]
Advanced

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

[Bug binutils/16490] Disp8 encoding/decoding is wrong AVX512 gather/scat


From: cvs-commit at gcc dot gnu.org
Subject: [Bug binutils/16490] Disp8 encoding/decoding is wrong AVX512 gather/scatter insns
Date: Thu, 30 Jan 2014 15:40:32 +0000

http://sourceware.org/bugzilla/show_bug.cgi?id=16490

--- Comment #1 from cvs-commit at gcc dot gnu.org <cvs-commit at gcc dot 
gnu.org> ---
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "gdb and binutils".

The branch, master has been updated
       via  eaa9d1ad0e77540e8768ad11d8389f9408249237 (commit)
      from  2c39fc0d9c50061be0cdaaba40c278b7ab50ab70 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

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

commit eaa9d1ad0e77540e8768ad11d8389f9408249237
Author: Michael Zolotukhin <address@hidden>
Date:   Thu Jan 30 07:38:09 2014 -0800

    Fix shift for AVX512F gather/scatter instructions

    opcodes/

    2014-01-30  Michael Zolotukhin  <address@hidden>
            Jan Beulich  <address@hidden>

        PR binutils/16490
        * i386-dis.c (OP_E_memory): Fix shift computation for
        vex_vsib_q_w_dq_mode.

    gas/testsuite/

    2014-01-30  Michael Zolotukhin  <address@hidden>
            Jan Beulich  <address@hidden>

        PR binutils/16490
        * gas/i386/avx512f.d: Fix test output.
        * gas/i386/avx512f-intel.d: Likewise.
        * gas/i386/x86-64-avx512f.d: Likewise.
        * gas/i386/x86-64-avx512f-intel.d: Likewise.

-----------------------------------------------------------------------

Summary of changes:
 gas/testsuite/ChangeLog                       |    9 +++++++++
 gas/testsuite/gas/i386/avx512f-intel.d        |   16 ++++++++--------
 gas/testsuite/gas/i386/avx512f.d              |   16 ++++++++--------
 gas/testsuite/gas/i386/x86-64-avx512f-intel.d |   16 ++++++++--------
 gas/testsuite/gas/i386/x86-64-avx512f.d       |   16 ++++++++--------
 opcodes/ChangeLog                             |    7 +++++++
 opcodes/i386-dis.c                            |    4 +---
 7 files changed, 49 insertions(+), 35 deletions(-)

-- 
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]