summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAldy Hernandez <aldyh@redhat.com>2004-02-20 04:56:34 +0000
committerAldy Hernandez <aldyh@redhat.com>2004-02-20 04:56:34 +0000
commit411be02b9ab55569bd74aa14c74696a596055591 (patch)
tree559dff7700580890897bd7648b469142fc41dc12
parente758d07c76b7517559c19f3d11a3aa289f8cda4c (diff)
downloadbinutils-redhat-411be02b9ab55569bd74aa14c74696a596055591.tar.gz
2004-02-20 Aldy Hernandez <aldyh@redhat.com>
* ppc-opc.c (powerpc_opcodes): Add m*ivor35.
-rw-r--r--opcodes/ChangeLog4
-rw-r--r--opcodes/ppc-opc.c2
2 files changed, 6 insertions, 0 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog
index 37c34f7920..24e231a7d9 100644
--- a/opcodes/ChangeLog
+++ b/opcodes/ChangeLog
@@ -1,4 +1,8 @@
2004-02-20 Aldy Hernandez <aldyh@redhat.com>
+
+ * ppc-opc.c (powerpc_opcodes): Add m*ivor35.
+
+2004-02-20 Aldy Hernandez <aldyh@redhat.com>
* ppc-opc.c (powerpc_opcodes): Add mfivor32, mfivor33, mfivor34,
mtivor32, mtivor33, mtivor34.
diff --git a/opcodes/ppc-opc.c b/opcodes/ppc-opc.c
index 0d6d70e269..617c5ce89f 100644
--- a/opcodes/ppc-opc.c
+++ b/opcodes/ppc-opc.c
@@ -3686,6 +3686,7 @@ const struct powerpc_opcode powerpc_opcodes[] = {
{ "mfivor32", XSPR(31,339,528), XSPR_MASK, PPCSPE, { RT } },
{ "mfivor33", XSPR(31,339,529), XSPR_MASK, PPCSPE, { RT } },
{ "mfivor34", XSPR(31,339,530), XSPR_MASK, PPCSPE, { RT } },
+{ "mfivor35", XSPR(31,339,531), XSPR_MASK, PPCPMR, { RT } },
{ "mfibatu", XSPR(31,339,528), XSPRBAT_MASK, PPC, { RT, SPRBAT } },
{ "mfibatl", XSPR(31,339,529), XSPRBAT_MASK, PPC, { RT, SPRBAT } },
{ "mfdbatu", XSPR(31,339,536), XSPRBAT_MASK, PPC, { RT, SPRBAT } },
@@ -3996,6 +3997,7 @@ const struct powerpc_opcode powerpc_opcodes[] = {
{ "mtivor32", XSPR(31,467,528), XSPR_MASK, PPCSPE, { RS } },
{ "mtivor33", XSPR(31,467,529), XSPR_MASK, PPCSPE, { RS } },
{ "mtivor34", XSPR(31,467,530), XSPR_MASK, PPCSPE, { RS } },
+{ "mtivor35", XSPR(31,467,531), XSPR_MASK, PPCPMR, { RS } },
{ "mtibatu", XSPR(31,467,528), XSPRBAT_MASK, PPC, { SPRBAT, RS } },
{ "mtibatl", XSPR(31,467,529), XSPRBAT_MASK, PPC, { SPRBAT, RS } },
{ "mtdbatu", XSPR(31,467,536), XSPRBAT_MASK, PPC, { SPRBAT, RS } },