Add AMD athlon support to x86 assembler and disassembler.

This commit is contained in:
Alan Modra
1999-08-21 12:40:39 +00:00
parent 1ca740621c
commit 9e525108fe
4 changed files with 51 additions and 39 deletions

View File

@@ -1,3 +1,7 @@
1999-08-21 Alan Modra <alan@spri.levels.unisa.edu.au>
* i386-dis.c: Add AMD athlon instruction support.
1999-08-10 Ian Lance Taylor <ian@zembu.com>
From Wally Iimura <iimura@microunity.com>:

View File

@@ -3605,11 +3605,11 @@ static const char *Suffix3DNow[] = {
/* 00 */ NULL, NULL, NULL, NULL,
/* 04 */ NULL, NULL, NULL, NULL,
/* 08 */ NULL, NULL, NULL, NULL,
/* 0C */ NULL, "pi2fd", NULL, NULL,
/* 0C */ "pi2fw", "pi2fd", NULL, NULL,
/* 10 */ NULL, NULL, NULL, NULL,
/* 14 */ NULL, NULL, NULL, NULL,
/* 18 */ NULL, NULL, NULL, NULL,
/* 1C */ NULL, "pf2id", NULL, NULL,
/* 1C */ "pf2iw", "pf2id", NULL, NULL,
/* 20 */ NULL, NULL, NULL, NULL,
/* 24 */ NULL, NULL, NULL, NULL,
/* 28 */ NULL, NULL, NULL, NULL,
@@ -3636,8 +3636,8 @@ static const char *Suffix3DNow[] = {
/* 7C */ NULL, NULL, NULL, NULL,
/* 80 */ NULL, NULL, NULL, NULL,
/* 84 */ NULL, NULL, NULL, NULL,
/* 88 */ NULL, NULL, NULL, NULL,
/* 8C */ NULL, NULL, NULL, NULL,
/* 88 */ NULL, NULL, "pfnacc", NULL,
/* 8C */ NULL, NULL, "pfpnacc", NULL,
/* 90 */ "pfcmpge", NULL, NULL, NULL,
/* 94 */ "pfmin", NULL, "pfrcp", "pfrsqrt",
/* 98 */ NULL, NULL, "pfsub", NULL,
@@ -3648,7 +3648,7 @@ static const char *Suffix3DNow[] = {
/* AC */ NULL, NULL, "pfacc", NULL,
/* B0 */ "pfcmpeq", NULL, NULL, NULL,
/* B4 */ "pfmul", NULL, "pfrcpit2", "pfmulhrw",
/* B8 */ NULL, NULL, NULL, NULL,
/* B8 */ NULL, NULL, NULL, "pswapd",
/* BC */ NULL, NULL, NULL, "pavgusb",
/* C0 */ NULL, NULL, NULL, NULL,
/* C4 */ NULL, NULL, NULL, NULL,