mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-01-19 21:09:22 +08:00
* hppa.h (pa_opcodes): Add entries for mfia and mtsarcm instructions.
This commit is contained in:
parent
71bc641897
commit
233881c2a2
@ -1,3 +1,8 @@
|
|||||||
|
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.
|
||||||
|
|
||||||
1999-06-23 Alan Modra <alan@spri.levels.unisa.edu.au>
|
1999-06-23 Alan Modra <alan@spri.levels.unisa.edu.au>
|
||||||
|
|
||||||
* i386.h: Allow `l' suffix on bswap. Allow `w' suffix on arpl,
|
* i386.h: Allow `l' suffix on bswap. Allow `w' suffix on arpl,
|
||||||
|
@ -344,6 +344,8 @@ static const struct pa_opcode pa_opcodes[] =
|
|||||||
{ "ldsid", 0x000010a0, 0xfc1f3fe0, "(b),t", pa10},
|
{ "ldsid", 0x000010a0, 0xfc1f3fe0, "(b),t", pa10},
|
||||||
{ "mtsp", 0x00001820, 0xffe01fff, "x,S", pa10},
|
{ "mtsp", 0x00001820, 0xffe01fff, "x,S", pa10},
|
||||||
{ "mtctl", 0x00001840, 0xfc00ffff, "x,^", pa10},
|
{ "mtctl", 0x00001840, 0xfc00ffff, "x,^", pa10},
|
||||||
|
{ "mtsarcm", 0x016018C0, 0xffe0ffff, "x", pa20},
|
||||||
|
{ "mfia", 0x000014A0, 0xffffffe0, "t", pa20},
|
||||||
{ "mfsp", 0x000004a0, 0xffff1fe0, "S,t", pa10},
|
{ "mfsp", 0x000004a0, 0xffff1fe0, "S,t", pa10},
|
||||||
{ "mfctl", 0x000008a0, 0xfc1fffe0, "^,t", pa10},
|
{ "mfctl", 0x000008a0, 0xfc1fffe0, "^,t", pa10},
|
||||||
{ "sync", 0x00000400, 0xffffffff, "", pa10},
|
{ "sync", 0x00000400, 0xffffffff, "", pa10},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user