[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug gas/20703] [gas][x86] Cannot assemble certain registers for vpmulud
From: |
hjl.tools at gmail dot com |
Subject: |
[Bug gas/20703] [gas][x86] Cannot assemble certain registers for vpmuludq instruction |
Date: |
Mon, 17 Oct 2016 22:53:52 +0000 |
https://sourceware.org/bugzilla/show_bug.cgi?id=20703
H.J. Lu <hjl.tools at gmail dot com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |WAITING
Last reconfirmed| |2016-10-17
CC| |hjl.tools at gmail dot com
Ever confirmed|0 |1
--- Comment #1 from H.J. Lu <hjl.tools at gmail dot com> ---
address@hidden mbind]$ cat x.s
vpmuludq 0x420(%r9),%xmm29,%xmm16
address@hidden mbind]$ gcc -c x.s
address@hidden mbind]$ objdump -dwr x.o
x.o: file format elf64-x86-64
Disassembly of section .text:
0000000000000000 <.text>:
0: 62 c1 95 00 f4 41 42 vpmuludq 0x420(%r9),%xmm29,%xmm16
address@hidden mbind]$
--
You are receiving this mail because:
You are on the CC list for the bug.