From 9f68171c592d752ca95f88e6c1f2cf957ad64751 Mon Sep 17 00:00:00 2001 From: Michael Shalayeff Date: Tue, 11 Aug 1998 16:11:44 +0000 Subject: 4 more instructions; some registers needed, but numbers are ok anyway --- gnu/usr.bin/binutils/include/opcode/hppa.h | 4 ++++ 1 file changed, 4 insertions(+) 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. */ -- cgit v1.2.3