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:
H.J. Lu 2006-09-24 17:25:47 +00:00
parent a7a8d8e58e
commit c4b5fff932
2 changed files with 8 additions and 1 deletions

View File

@ -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

View File

@ -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 */