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

[hjl@gnu-tools-1 gas]$ cat /tmp/x.s
vmovdqu64.d32 -0x40(%eax),%xmm3
[hjl@gnu-tools-1 gas]$ gcc -c /tmp/x.s
[hjl@gnu-tools-1 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
[hjl@gnu-tools-1 gas]$

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