mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-26 19:44:11 +08:00
* hppa.h (pa_opcodes): Add pa2.0 clrbts instruction.
This commit is contained in:
parent
b65db25218
commit
f7fc668b8e
@ -1,7 +1,9 @@
|
||||
Fri Jun 25 04:22:04 1999 Jerry Quinn <jquinn@nortelnetworks.com>
|
||||
Jeff Law <law@cygnus.com>
|
||||
|
||||
* 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 <alan@spri.levels.unisa.edu.au>
|
||||
|
||||
|
@ -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 */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user