bug-binutils
[Top][All Lists]
Advanced

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

[Bug binutils/23465] New: wrongly scale non-8-bit x86 displacements


From: wei3.xiao at intel dot com
Subject: [Bug binutils/23465] New: wrongly scale non-8-bit x86 displacements
Date: Mon, 30 Jul 2018 14:01:09 +0000

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.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]