bug-binutils
[Top][All Lists]
Advanced

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

[Bug binutils/20799] New: Wrong .s suffix for EVEX vpextrw


From: hjl.tools at gmail dot com
Subject: [Bug binutils/20799] New: Wrong .s suffix for EVEX vpextrw
Date: Wed, 09 Nov 2016 13:22:12 +0000

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

            Bug ID: 20799
           Summary: Wrong .s suffix for EVEX vpextrw
           Product: binutils
           Version: 2.28 (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: x86

address@hidden prefix-3]$ cat p.s
        .text
        .byte 0x62
        .byte 0x63
        .byte 0x7d
        .byte 0x08
        .byte 0x15
        .byte 0xe8
        .byte 0xab
address@hidden prefix-3]$ make p.o
./as   -o p.o p.s
address@hidden prefix-3]$ objdump -dw -Msuffix p.o

p.o:     file format elf64-x86-64


Disassembly of section .text:

0000000000000000 <.text>:
   0:   62 63 7d 08 15 e8 ab    vpextrw.s $0xab,%xmm29,%eax
address@hidden prefix-3]$ 

Register operand aren't swapped.

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