2004-02-19 Aldy Hernandez <aldyh@redhat.com>

* ppc-opc.c: Add mfmcar.
This commit is contained in:
Aldy Hernandez 2004-02-20 00:17:23 +00:00
parent 960ccd7d81
commit 23d59c56c9
2 changed files with 5 additions and 0 deletions

View file

@ -1,3 +1,7 @@
2004-02-19 Aldy Hernandez <aldyh@redhat.com>
* ppc-opc.c: Add mfmcar.
2004-02-10 Petko Manolov <petkan@nucleusys.com>
* arm-opc.h Maverick accumulator register opcode fixes.

View file

@ -3696,6 +3696,7 @@ const struct powerpc_opcode powerpc_opcodes[] = {
{ "mfmcsrr0", XSPR(31,339,570), XSPR_MASK, PPCRFMCI, { RT } },
{ "mfmcsrr1", XSPR(31,339,571), XSPR_MASK, PPCRFMCI, { RT } },
{ "mfmcsr", XSPR(31,339,572), XSPR_MASK, PPCRFMCI, { RT } },
{ "mfmcar", XSPR(31,339,573), XSPR_MASK, PPCRFMCI, { RT } },
{ "mfdpdr", XSPR(31,339,630), XSPR_MASK, PPC860, { RT } },
{ "mfdpir", XSPR(31,339,631), XSPR_MASK, PPC860, { RT } },
{ "mfimmr", XSPR(31,339,638), XSPR_MASK, PPC860, { RT } },