This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

PATCH: PR gas/6517: cvtsi2sd and cvtsi2ss with mem operand may fail to assemble


Hi,

I am checking in this patch to allow cvtsi2ss/cvtsi2sd/vcvtsi2sd/vcvtsi2ss
with unspecified memory operand size in Intel syntax.


H.J.
---
gas/testsuite/

2008-05-22  H.J. Lu  <hongjiu.lu@intel.com>

        PR gas/6517
        * gas/i386/avx.s: Add tests for unspecified memory operand
        size in Intel syntax.
        * gas/i386/x86-64-avx.s: Likewise.

        * gas/i386/simd.s: Add tests for cvtsi2ss and cvtsi2sd with
        unspecified memory operand size in Intel syntax.

        * gas/i386/avx.d: Updated.
        * gas/i386/avx-intel.d: Likewise.
        * gas/i386/simd.d: Likewise.
        * gas/i386/simd-intel.d: Likewise.
        * gas/i386/simd-suffix.d: Likewise.
        * gas/i386/x86-64-avx.d: Likewise.
        * gas/i386/x86-64-avx-intel.d: Likewise.

opcodes/

2008-05-22  H.J. Lu  <hongjiu.lu@intel.com>

        PR gas/6517
        * i386-opc.tbl: Break cvtsi2ss/cvtsi2sd/vcvtsi2sd/vcvtsi2ss
        into 32bit and 64bit.  Remove Reg64|Qword and add
        IgnoreSize|No_qSuf on 32bit version.
        * i386-tbl.h: Regenerated.

Attachment: c.txt.bz2
Description: BZip2 compressed data


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]