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

            Bug ID: 23465
           Summary: wrongly scale non-8-bit x86 displacements
           Product: binutils
           Version: 2.31
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: binutils
          Assignee: unassigned at sourceware dot org
          Reporter: wei3.xiao at intel dot com
  Target Milestone: ---

$ cat x.s
 vmovaps 64(,%rax), %zmm0
$ gcc -c x.s
$ objdump -dw x.o

x.o:     file format elf64-x86-64


Disassembly of section .text:

0000000000000000 <.text>:
   0:   62 f1 7c 48 28 04 05 01 00 00 00        vmovaps 0x1(,%rax,1),%zmm0

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