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
[hjl@gnu-6 prefix-3]$ cat p.s
.text
.byte 0x62
.byte 0x63
.byte 0x7d
.byte 0x08
.byte 0x15
.byte 0xe8
.byte 0xab
[hjl@gnu-6 prefix-3]$ make p.o
./as -o p.o p.s
[hjl@gnu-6 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
[hjl@gnu-6 prefix-3]$
Register operand aren't swapped.
--
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
bug-binutils mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/bug-binutils