From f7fc668b8e7623c8a75beac78d074e4a7fdd4d06 Mon Sep 17 00:00:00 2001 From: Jeff Law Date: Fri, 25 Jun 1999 03:29:45 +0000 Subject: * hppa.h (pa_opcodes): Add pa2.0 clrbts instruction. --- include/opcode/ChangeLog | 4 +++- include/opcode/hppa.h | 1 + 2 files changed, 4 insertions(+), 1 deletion(-) (limited to 'include') diff --git a/include/opcode/ChangeLog b/include/opcode/ChangeLog index db09593..dcd3753 100644 --- a/include/opcode/ChangeLog +++ b/include/opcode/ChangeLog @@ -1,7 +1,9 @@ Fri Jun 25 04:22:04 1999 Jerry Quinn Jeff Law - * hppa.h (pa_opcodes): Add entries for mfia and mtsarcm instructions. + * hppa.h (pa_opcodes): Add pa2.0 clrbts instruction. + + * hppa.h (pa_opcodes): Add entries for mfia and mtsarcm instructions. 1999-06-23 Alan Modra diff --git a/include/opcode/hppa.h b/include/opcode/hppa.h index e3d8157..be10047 100644 --- a/include/opcode/hppa.h +++ b/include/opcode/hppa.h @@ -273,6 +273,7 @@ static const struct pa_opcode pa_opcodes[] = { "addibf", 0xac000000, 0xfc000000, "!n5,b,w", pa10}, { "bb", 0xc4004000, 0xfc004000, "~nx,Q,w", pa10}, { "bvb", 0xc0004000, 0xffe04000, "~nx,w", pa10}, +{ "clrbts", 0xe8004005, 0xffffffff, "", pa20}, /* Computation Instructions */ -- cgit v1.1