[Bug binutils/20706] [libopcodes][x86] invalid quadword XOP instructions using %ymm registers

2016-12-09 Thread amit.pawar at amd dot com
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

[Bug binutils/20706] [libopcodes][x86] invalid quadword XOP instructions using %ymm registers

2016-10-20 Thread amit.pawar at amd dot com
|Added 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 becaus

[Bug binutils/20637] 32-bit XOP instructions should silently ignore REX_B

2016-09-28 Thread amit.pawar at amd dot com
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

[Bug binutils/20637] 32-bit XOP instructions should silently ignore REX_B

2016-09-28 Thread amit.pawar at amd dot com
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. ___