Correct cvtps2dq, movdq2q, movq2dq, and movq problems.

This commit is contained in:
Alan Modra
2001-05-12 09:52:40 +00:00
parent f8e42d245c
commit 67d6227df7
8 changed files with 31 additions and 13 deletions

View File

@@ -2716,9 +2716,9 @@ static const struct dis386 prefix_user_table[][4] = {
/* PREGRP21 */
{
{ "(bad)", EX, XM, XX },
{ "movq2dq", EX, EM, XX },
{ "movq2dq", XM, MS, XX },
{ "movq", EX, XM, XX },
{ "movdq2q", EM, MX, XX },
{ "movdq2q", MX, XS, XX },
},
/* PREGRP22 */
{
@@ -2730,7 +2730,7 @@ static const struct dis386 prefix_user_table[][4] = {
/* PREGRP23 */
{
{ "movd", Ed, MX, XX },
{ "movq", Ed, XM, XX },
{ "movq", XM, EX, XX },
{ "movd", Ed, XM, XX },
{ "(bad)", Ed, XM, XX },
},