* hppa.h (pa_opcodes): Add pa2.0 clrbts instruction.

This commit is contained in:
Jeff Law
1999-06-25 03:29:45 +00:00
parent 233881c2a2
commit 386449a2f8
2 changed files with 4 additions and 1 deletions

View File

@ -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 */