Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Law <law@redhat.com>1999-06-25 07:29:45 +0400
committerJeff Law <law@redhat.com>1999-06-25 07:29:45 +0400
commit386449a2f88e200a2c33360c0e1a433256183a28 (patch)
tree2de19e24831c11547280688cf4e3454ed6b50544 /include/opcode/hppa.h
parent233881c2a29644b44682d9a7b5d82a033471d165 (diff)
* 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 e3d815760..be1004797 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 */