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

* ppc-opc.c (powerpc_opcodes): Move mfmcsrr0 before mfdc_dat.
This commit is contained in:
Aldy Hernandez 2004-02-20 05:10:13 +00:00
parent 2f3b870051
commit 1f04b05ff5
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2004-02-20 Aldy Hernandez <aldyh@redhat.com>
* ppc-opc.c (powerpc_opcodes): Move mfmcsrr0 before mfdc_dat.
2004-02-20 Aldy Hernandez <aldyh@redhat.com>
* ppc-opc.c (powerpc_opcodes): Add m*ivor35.

View File

@ -3696,8 +3696,8 @@ const struct powerpc_opcode powerpc_opcodes[] = {
{ "mfic_dat", XSPR(31,339,562), XSPR_MASK, PPC860, { RT } },
{ "mfdc_cst", XSPR(31,339,568), XSPR_MASK, PPC860, { RT } },
{ "mfdc_adr", XSPR(31,339,569), XSPR_MASK, PPC860, { RT } },
{ "mfdc_dat", XSPR(31,339,570), XSPR_MASK, PPC860, { RT } },
{ "mfmcsrr0", XSPR(31,339,570), XSPR_MASK, PPCRFMCI, { RT } },
{ "mfdc_dat", XSPR(31,339,570), XSPR_MASK, PPC860, { 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 } },