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

            Bug ID: 23655
           Summary: Wrong disassembler output for EVEX.W instructions in
                    32-bit
           Product: binutils
           Version: 2.32 (HEAD)
            Status: NEW
          Severity: normal
          Priority: P2
         Component: binutils
          Assignee: unassigned at sourceware dot org
          Reporter: hjl.tools at gmail dot com
  Target Milestone: ---
            Target: i386

[hjl@gnu-cfl-1 testsuite]$ cat 2.s
        .text
        .byte 0x62, 0xf1, 0xd6, 0x38, 0x2a, 0xf0
[hjl@gnu-cfl-1 testsuite]$ as --32 -o 2.o 2.s
[hjl@gnu-cfl-1 testsuite]$ objdump -dw  2.o

2.o:     file format elf32-i386


Disassembly of section .text:

00000000 <.text>:
   0:   62 f1 d6 38 2a f0       vcvtsi2ss %rax,{rd-sae},%xmm5,%xmm6
                                           ^^^^ Wrong.
[hjl@gnu-cfl-1 testsuite]$

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