https://sourceware.org/bugzilla/show_bug.cgi?id=20706
--- Comment #3 from Amit Pawar ---
Can you please share the testcase and mention which assembler has been used to
create this object file.
As per your observation GNU AS will not accept these instructions and will
report errors. So unable to
CC||amit.pawar at amd dot com,
||hjl.tools at gmail dot com
--- Comment #1 from H.J. Lu --- Add AMD contact.
--
You are receiving this mail because:
You are on the CC list for
https://sourceware.org/bugzilla/show_bug.cgi?id=20637
--- Comment #3 from Amit Pawar ---
Hi Ramior,
Instruction syntax format
vphsubwd xmm1, xmmword ptr [ebp-0x3e] -> in intel format
vphsubwd -0x3e(%ebp),%xmm1 -> GNU AS format.
If I assemble this in gas, instruction is encoded a
https://sourceware.org/bugzilla/show_bug.cgi?id=20637
--- Comment #2 from Amit Pawar ---
Ramiro, can you please provide the testcase and will try to verify. Thanks.
--
You are receiving this mail because:
You are on the CC list for the bug.
___
bug-bi