aboutsummaryrefslogtreecommitdiff
path: root/include/opcode/hppa.h
diff options
context:
space:
mode:
authorJeff Law <law@redhat.com>1999-06-25 03:29:45 +0000
committerJeff Law <law@redhat.com>1999-06-25 03:29:45 +0000
commitf7fc668b8e7623c8a75beac78d074e4a7fdd4d06 (patch)
tree98f0a180078f0ce6eafe673c71a59049f8bb085b /include/opcode/hppa.h
parentb65db2521889375a4cda8566b282d153a6dca65f (diff)
downloadgdb-f7fc668b8e7623c8a75beac78d074e4a7fdd4d06.zip
gdb-f7fc668b8e7623c8a75beac78d074e4a7fdd4d06.tar.gz
gdb-f7fc668b8e7623c8a75beac78d074e4a7fdd4d06.tar.bz2
* hppa.h (pa_opcodes): Add pa2.0 clrbts instruction.
Diffstat (limited to 'include/opcode/hppa.h')
-rw-r--r--include/opcode/hppa.h1
1 files changed, 1 insertions, 0 deletions
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 */