bug-binutils
[Top][All Lists]
Advanced

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

[Bug gas/19909] .d32 suffix is ignored for instructions with VEC_DISP8


From: cvs-commit at gcc dot gnu.org
Subject: [Bug gas/19909] .d32 suffix is ignored for instructions with VEC_DISP8
Date: Tue, 05 Apr 2016 04:25:06 +0000

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

--- Comment #1 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=5be33403c378ceb9487ad14a1309392dc03a1263

commit 5be33403c378ceb9487ad14a1309392dc03a1263
Author: H.J. Lu <address@hidden>
Date:   Mon Apr 4 21:19:27 2016 -0700

    Don't use vec_disp8 encoding with the .d32 suffix

    Since the .d32 suffix prefers 32-bit displacement in encoding, try
    vec_disp8 encoding only if i.disp_encoding != disp_encoding_32bit.

        PR gas/19909
        * config/tc-i386.c (check_VecOperands): Try vec_disp8 encoding
        only if i.disp_encoding != disp_encoding_32bit.
        * gas/testsuite/gas/i386/disp32.s: Add tests for vmovdqu64.d32.
        * gas/testsuite/gas/i386/x86-64-disp32.s: Likewise.
        * gas/testsuite/gas/i386/disp32.d: Updated.
        * gas/testsuite/gas/i386/x86-64-disp32.d: 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]