This is the mail archive of the
binutils@sources.redhat.com
mailing list for the binutils project.
patch: ppc-e500 add m*ivor35
- From: Aldy Hernandez <aldyh at redhat dot com>
- To: binutils at sources dot redhat dot com
- Date: Fri, 20 Feb 2004 00:55:57 -0400
- Subject: patch: ppc-e500 add m*ivor35
Sigh. More of the same. I guess I should do them all at once.
2004-02-20 Aldy Hernandez <aldyh@redhat.com>
* ppc-opc.c (powerpc_opcodes): Add m*fivor35.
Index: ppc-opc.c
===================================================================
RCS file: /cvs/src/src/opcodes/ppc-opc.c,v
retrieving revision 1.61
diff -u -p -r1.61 ppc-opc.c
--- ppc-opc.c 20 Feb 2004 04:45:37 -0000 1.61
+++ ppc-opc.c 20 Feb 2004 04:54:30 -0000
@@ -3686,6 +3686,7 @@ const struct powerpc_opcode powerpc_opco
{ "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_opco
{ "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 } },