* hppa.h (pa_opcodes): Add several processor specific system

instructions.
This commit is contained in:
Jeff Law 1999-05-27 03:19:32 +00:00
parent 8066d1a283
commit aa00890758
2 changed files with 15 additions and 0 deletions

View file

@ -390,6 +390,16 @@ static const struct pa_opcode pa_opcodes[] =
{ "fice", 0x040002c0, 0xfc001fdf, "Zx(b)", pa10},
{ "diag", 0x14000000, 0xfc000000, "D", pa10},
/* These may be specific to certain versions of the PA. Joel claimed
they were 72000 (7200?) specific. However, I'm almost certain the
mtcpu/mfcpu were undocumented, but available in the older 700 machines. */
{ "mtcpu", 0x14001600, 0xfc00ffff, "x,^"},
{ "mfcpu", 0x14001A00, 0xfc00ffff, "^,x"},
{ "tocen", 0x14403600, 0xffffffff, ""},
{ "tocdis", 0x14401620, 0xffffffff, ""},
{ "shdwgr", 0x14402600, 0xffffffff, ""},
{ "grshdw", 0x14400620, 0xffffffff, ""},
/* gfw and gfr are not in the HP PA 1.1 manual, but they are in either
the Timex FPU or the Mustang ERS (not sure which) manual. */
{ "gfw", 0x04001680, 0xfc003fdf, "Zx(s,b)", pa11},