bug-binutils
[Top][All Lists]
Advanced

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

[Bug gas/19909] New: .d32 suffix is ignored for instructions with VEC_DI


From: hjl.tools at gmail dot com
Subject: [Bug gas/19909] New: .d32 suffix is ignored for instructions with VEC_DISP8
Date: Tue, 05 Apr 2016 03:35:24 +0000

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

            Bug ID: 19909
           Summary: .d32 suffix is ignored for instructions with VEC_DISP8
           Product: binutils
           Version: 2.27 (HEAD)
            Status: NEW
          Severity: normal
          Priority: P2
         Component: gas
          Assignee: unassigned at sourceware dot org
          Reporter: hjl.tools at gmail dot com
  Target Milestone: ---
            Target: x86

address@hidden gas]$ cat /tmp/x.s
vmovdqu64.d32 -0x40(%eax),%xmm3
address@hidden gas]$ gcc -c /tmp/x.s
address@hidden gas]$ objdump -dwr x.o

x.o:     file format elf64-x86-64


Disassembly of section .text:

0000000000000000 <.text>:
   0:   67 62 f1 fe 08 6f 58 fc         vmovdqu64 -0x40(%eax),%xmm3
address@hidden gas]$

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