bug-binutils
[Top][All Lists]
Advanced

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

[Bug binutils/23655] New: Wrong disassembler output for EVEX.W instructi


From: hjl.tools at gmail dot com
Subject: [Bug binutils/23655] New: Wrong disassembler output for EVEX.W instructions in 32-bit
Date: Fri, 14 Sep 2018 12:55:48 +0000

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

address@hidden testsuite]$ cat 2.s
        .text
        .byte 0x62, 0xf1, 0xd6, 0x38, 0x2a, 0xf0
address@hidden testsuite]$ as --32 -o 2.o 2.s
address@hidden 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.
address@hidden testsuite]$

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