aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorJeff Law <law@redhat.com>1995-10-24 16:50:16 +0000
committerJeff Law <law@redhat.com>1995-10-24 16:50:16 +0000
commit5a71a0f7e840f3745fd7826b386035318360ca20 (patch)
tree1373b718c5823e1f9aa61609b7297b02ccba229f /include
parentddf4639bc8de9a1e6fc8fd88b12fb5e48bbe9a45 (diff)
downloadfsf-binutils-gdb-5a71a0f7e840f3745fd7826b386035318360ca20.zip
fsf-binutils-gdb-5a71a0f7e840f3745fd7826b386035318360ca20.tar.gz
fsf-binutils-gdb-5a71a0f7e840f3745fd7826b386035318360ca20.tar.bz2
* hppa.h: Add lci and syncdma instructions.
From the PA1.1 third edition manual.
Diffstat (limited to 'include')
-rw-r--r--include/opcode/ChangeLog4
-rw-r--r--include/opcode/hppa.h3
2 files changed, 7 insertions, 0 deletions
diff --git a/include/opcode/ChangeLog b/include/opcode/ChangeLog
index 62731a8..40af837 100644
--- a/include/opcode/ChangeLog
+++ b/include/opcode/ChangeLog
@@ -1,3 +1,7 @@
+Tue Oct 24 10:49:10 1995 Jeffrey A Law (law@cygnus.com)
+
+ * hppa.h: Add lci and syncdma instructions.
+
Mon Oct 23 11:09:16 1995 James G. Smith <jsmith@pasanda.cygnus.co.uk>
* mips.h: Added INSN_4100 flag to mark NEC VR4100 specific
diff --git a/include/opcode/hppa.h b/include/opcode/hppa.h
index 4d1728a..a5b800d 100644
--- a/include/opcode/hppa.h
+++ b/include/opcode/hppa.h
@@ -327,6 +327,7 @@ static const struct pa_opcode pa_opcodes[] =
{ "mfsp", 0x000004a0, 0xffff1fe0, "S,t", pa10},
{ "mfctl", 0x000008a0, 0xfc1fffe0, "^,t", pa10},
{ "sync", 0x00000400, 0xffffffff, "", pa10},
+{ "syncdma", 0x00100400, 0xffffffff, "", pa10},
{ "prober", 0x04001180, 0xfc003fe0, "(s,b),x,t", pa10},
{ "prober", 0x04001180, 0xfc003fe0, "(b),x,t", pa10},
{ "proberi", 0x04003180, 0xfc003fe0, "(s,b),R,t", pa10},
@@ -339,6 +340,8 @@ static const struct pa_opcode pa_opcodes[] =
{ "lpa", 0x04001340, 0xfc003fc0, "Zx(b),t", pa10},
{ "lha", 0x04001300, 0xfc003fc0, "Zx(s,b),t", pa10},
{ "lha", 0x04001300, 0xfc003fc0, "Zx(b),t", pa10},
+{ "lci", 0x04001300, 0xfc003fc0, "x(s,b),t", pa10},
+{ "lci", 0x04001300, 0xfc003fc0, "x(b),t", pa10},
{ "pdtlb", 0x04001200, 0xfc003fdf, "Zx(s,b)", pa10},
{ "pdtlb", 0x04001200, 0xfc003fdf, "Zx(b)", pa10},
{ "pitlb", 0x04000200, 0xfc003fdf, "Zx(s,b)", pa10},