diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 1998-08-11 16:11:44 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 1998-08-11 16:11:44 +0000 |
commit | 9f68171c592d752ca95f88e6c1f2cf957ad64751 (patch) | |
tree | fb56ddbe3834b22d631c70e5ed886e74bbd05c02 | |
parent | a9b261b01107347007cb833a178317df223cdd8d (diff) |
4 more instructions; some registers needed, but numbers are ok anyway
-rw-r--r-- | gnu/usr.bin/binutils/include/opcode/hppa.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gnu/usr.bin/binutils/include/opcode/hppa.h b/gnu/usr.bin/binutils/include/opcode/hppa.h index b55c59abd7b..88bc942a054 100644 --- a/gnu/usr.bin/binutils/include/opcode/hppa.h +++ b/gnu/usr.bin/binutils/include/opcode/hppa.h @@ -369,6 +369,10 @@ static const struct pa_opcode pa_opcodes[] = { "fice", 0x040002c0, 0xfc001fdf, "Zx(S,b)", pa10}, { "fice", 0x040002c0, 0xfc001fdf, "Zx(b)", pa10}, { "diag", 0x14000000, 0xfc000000, "D", pa10}, +{ "mtcpu", 0x14001600, 0xfc00ffff, "x,^", pa10}, +{ "mfcpu", 0x14001a00, 0xfc00ffff, "x,^", pa10}, +{ "mtcpu2", 0x14000240, 0xfc00ffff, "x,^", pa10}, +{ "mfcpu2", 0x14000600, 0xfc00ffff, "x,^", pa10}, /* 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. */ |