* hppa.h (pa_opcodes): Fix minor thinkos introduced while cleaning
up the new fstw & bve instructions.
This commit is contained in:
parent
0c9aad7095
commit
27421fd084
|
@ -1,3 +1,8 @@
|
|||
Mon Sep 20 03:55:31 1999 Jeffrey A Law (law@cygnus.com)
|
||||
|
||||
* hppa.h (pa_opcodes): Fix minor thinkos introduced while cleaning
|
||||
up the new fstw & bve instructions.
|
||||
|
||||
Sun Sep 19 10:40:59 1999 Jeffrey A Law (law@cygnus.com)
|
||||
|
||||
* hppa.h (pa_opcodes): Add remaining PA2.0 integer load/store
|
||||
|
|
|
@ -399,10 +399,10 @@ static const struct pa_opcode pa_opcodes[] =
|
|||
{ "blr", 0xe8004000, 0xfc00e001, "nx,b", pa10},
|
||||
{ "bv", 0xe800c000, 0xfc00fffd, "nx(b)", pa10},
|
||||
{ "bv", 0xe800c000, 0xfc00fffd, "n(b)", pa10},
|
||||
{ "bve", 0xe800f000, 0xfc00fffe, "ln(b)L", pa20, FLAG_STRICT},
|
||||
{ "bve", 0xe800f001, 0xfc00fffe, "lMn(b)L", pa20, FLAG_STRICT},
|
||||
{ "bve", 0xe800f001, 0xfc00fffe, "Bn(b)", pa20, FLAG_STRICT},
|
||||
{ "bve", 0xe800d000, 0xfc00fffe, "n(b)", pa20, FLAG_STRICT},
|
||||
{ "bve", 0xe800f001, 0xfc00ffff, "lMn(b)L", pa20, FLAG_STRICT},
|
||||
{ "bve", 0xe800f000, 0xfc00ffff, "ln(b)L", pa20, FLAG_STRICT},
|
||||
{ "bve", 0xe800d001, 0xfc00ffff, "Bn(b)", pa20, FLAG_STRICT},
|
||||
{ "bve", 0xe800d000, 0xfc00ffff, "n(b)", pa20, FLAG_STRICT},
|
||||
{ "be", 0xe4000000, 0xfc000000, "lnz(S,b)", pa10, FLAG_STRICT},
|
||||
{ "be", 0xe0000000, 0xfc000000, "nz(S,b)", pa10, FLAG_STRICT},
|
||||
{ "be", 0xe0000000, 0xfc000000, "nz(S,b)", pa10},
|
||||
|
@ -654,10 +654,10 @@ static const struct pa_opcode pa_opcodes[] =
|
|||
{ "fstw", 0x24000200, 0xfc001f80, "cxfT,x(b)", pa10, FLAG_STRICT},
|
||||
{ "fstw", 0x24001200, 0xfc001f80, "cmfT,5(s,b)", pa10, FLAG_STRICT},
|
||||
{ "fstw", 0x24001200, 0xfc001f80, "cmfT,5(b)", pa10, FLAG_STRICT},
|
||||
{ "fstw", 0x78000000, 0xfc000004, "fe,d(s,b)", pa20, FLAG_STRICT},
|
||||
{ "fstw", 0x78000000, 0xfc000004, "fe,d(b)", pa20, FLAG_STRICT},
|
||||
{ "fstw", 0x7c000000, 0xfc000004, "cJfe,d(s,b)", pa20, FLAG_STRICT},
|
||||
{ "fstw", 0x7c000000, 0xfc000004, "cJfe,d(b)", pa20, FLAG_STRICT},
|
||||
{ "fstw", 0x7c000000, 0xfc000004, "fe,d(s,b)", pa20, FLAG_STRICT},
|
||||
{ "fstw", 0x7c000000, 0xfc000004, "fe,d(b)", pa20, FLAG_STRICT},
|
||||
{ "fstw", 0x78000000, 0xfc000004, "cJfe,d(s,b)", pa20, FLAG_STRICT},
|
||||
{ "fstw", 0x78000000, 0xfc000004, "cJfe,d(b)", pa20, FLAG_STRICT},
|
||||
{ "fstd", 0x2c000200, 0xfc001fc0, "cxft,x(s,b)", pa10, FLAG_STRICT},
|
||||
{ "fstd", 0x2c000200, 0xfc001fc0, "cxft,x(b)", pa10, FLAG_STRICT},
|
||||
{ "fstd", 0x2c001200, 0xfc001fc0, "cmft,5(s,b)", pa10, FLAG_STRICT},
|
||||
|
|
Loading…
Reference in New Issue