mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-04-18 14:41:04 +08:00
2006-09-24 Dwarakanath Rajagopal <dwarak.rajagopal@amd.com>
PR binutils/3100 * i386-dis.c (prefix_user_table): Fix the second operand of maskmovdqu instruction to allow only %xmm register instead of both %xmm register and memory.
This commit is contained in:
parent
a7a8d8e58e
commit
c4b5fff932
@ -1,3 +1,10 @@
|
||||
2006-09-24 Dwarakanath Rajagopal <dwarak.rajagopal@amd.com>
|
||||
|
||||
PR binutils/3100
|
||||
* i386-dis.c (prefix_user_table): Fix the second operand of
|
||||
maskmovdqu instruction to allow only %xmm register instead of
|
||||
both %xmm register and memory.
|
||||
|
||||
2006-09-23 H.J. Lu <hongjiu.lu@intel.com>
|
||||
|
||||
PR binutils/3235
|
||||
|
@ -1687,7 +1687,7 @@ static const struct dis386 prefix_user_table[][4] = {
|
||||
{
|
||||
{ "maskmovq", MX, MS, XX, XX },
|
||||
{ "(bad)", XM, EX, XX, XX },
|
||||
{ "maskmovdqu", XM, EX, XX, XX },
|
||||
{ "maskmovdqu", XM, XS, XX, XX },
|
||||
{ "(bad)", XM, EX, XX, XX },
|
||||
},
|
||||
/* PREGRP19 */
|
||||
|
Loading…
x
Reference in New Issue
Block a user