commit | abfcb414b9900ef996b1665323a950610dbdca43 | [log] [tgz] |
---|---|---|
author | Amit Pawar <Amit.Pawar@amd.com> | Mon Nov 28 09:21:05 2016 -0800 |
committer | H.J. Lu <hjl.tools@gmail.com> | Mon Nov 28 09:21:05 2016 -0800 |
tree | d01d715e90f3c1e8e6337cc65dd3f0cdd23f63ae | |
parent | 1a0884415891b197972f8acf59131c3c9376807f [diff] |
X86: Ignore REX_B bit for 32-bit XOP instructions While decoding 32-bit XOP instructions, 64 bit registers names are printed. This patch fixes this by ignoring REX_B bit in 32-bit mode. opcodes/ PR binutils/20637 * i386-dis.c (get_valid_dis386): Ignore REX_B for 32-bit XOP instructions. gas/ PR binutils/20637 * testsuite/gas/i386/xop32reg.d: New file. * testsuite/gas/i386/xop32reg.s: New file. * testsuite/gas/i386/i386.exp: Run new test.