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:23:12 +0400
committerJeff Law <law@redhat.com>1999-06-25 07:23:12 +0400
commit233881c2a29644b44682d9a7b5d82a033471d165 (patch)
tree6acc38cfc824f0fcc217a75efd597d8a922e8640 /include/opcode/hppa.h
parent71bc641897fac19c44cc4f559cf72c60f6f7740b (diff)
* hppa.h (pa_opcodes): Add entries for mfia and mtsarcm instructions.
Diffstat (limited to 'include/opcode/hppa.h')
-rw-r--r--include/opcode/hppa.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/opcode/hppa.h b/include/opcode/hppa.h
index 858b65a6c..e3d815760 100644
--- a/include/opcode/hppa.h
+++ b/include/opcode/hppa.h
@@ -344,6 +344,8 @@ static const struct pa_opcode pa_opcodes[] =
{ "ldsid", 0x000010a0, 0xfc1f3fe0, "(b),t", pa10},
{ "mtsp", 0x00001820, 0xffe01fff, "x,S", pa10},
{ "mtctl", 0x00001840, 0xfc00ffff, "x,^", pa10},
+{ "mtsarcm", 0x016018C0, 0xffe0ffff, "x", pa20},
+{ "mfia", 0x000014A0, 0xffffffe0, "t", pa20},
{ "mfsp", 0x000004a0, 0xffff1fe0, "S,t", pa10},
{ "mfctl", 0x000008a0, 0xfc1fffe0, "^,t", pa10},
{ "sync", 0x00000400, 0xffffffff, "", pa10},