* hppa.h (pa_opcodes): Fix mask for depwi.
This commit is contained in:
parent
6338a22379
commit
578f46be35
|
@ -1,3 +1,7 @@
|
|||
Sat Sep 18 11:41:16 1999 Jeffrey A Law (law@cygnus.com)
|
||||
|
||||
* hppa.h (pa_opcodes): Fix mask for depwi.
|
||||
|
||||
Tue Sep 7 13:44:25 1999 Jeffrey A Law (law@cygnus.com)
|
||||
|
||||
* hppa.h (pa_opcodes): Add "addil" variant which has the %r1 as
|
||||
|
|
|
@ -492,7 +492,7 @@ static const struct pa_opcode pa_opcodes[] =
|
|||
{ "depw", 0xd4000000, 0xfc001be0, "cz?xx,!,T,b", pa10, FLAG_STRICT},
|
||||
{ "depw", 0xd4000800, 0xfc001800, "cz?xx,p,T,b", pa10, FLAG_STRICT},
|
||||
{ "depwi", 0xd4001000, 0xfc001be0, "cz?x5,!,T,b", pa10, FLAG_STRICT},
|
||||
{ "depwi", 0xd4001800, 0xfc001be0, "cz?x5,p,T,b", pa10, FLAG_STRICT},
|
||||
{ "depwi", 0xd4001800, 0xfc001800, "cz?x5,p,T,b", pa10, FLAG_STRICT},
|
||||
{ "zvdep", 0xd4000000, 0xfc001fe0, "?xx,T,b", pa10},
|
||||
{ "vdep", 0xd4000400, 0xfc001fe0, "?xx,T,b", pa10},
|
||||
{ "zdep", 0xd4000800, 0xfc001c00, "?xx,p,T,b", pa10},
|
||||
|
|
Loading…
Reference in New Issue