Module Name:    src
Committed By:   matt
Date:           Mon Nov  9 17:38:20 UTC 2009

Modified Files:
        src/gnu/dist/binutils/opcodes [matt-nb5-mips64]: mips-opc.c

Log Message:
Add RMI mtcr/mfcr instructions.


To generate a diff of this commit:
cvs rdiff -u -r1.1.1.3 -r1.1.1.3.32.1 \
    src/gnu/dist/binutils/opcodes/mips-opc.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/gnu/dist/binutils/opcodes/mips-opc.c
diff -u src/gnu/dist/binutils/opcodes/mips-opc.c:1.1.1.3 src/gnu/dist/binutils/opcodes/mips-opc.c:1.1.1.3.32.1
--- src/gnu/dist/binutils/opcodes/mips-opc.c:1.1.1.3	Thu Feb  2 21:16:12 2006
+++ src/gnu/dist/binutils/opcodes/mips-opc.c	Mon Nov  9 17:38:20 2009
@@ -802,6 +802,8 @@
 /* mthc2 is at the bottom of the table.  */
 {"mtc3",    "t,G",	0x4c800000, 0xffe007ff,	COD|RD_t|WR_C3|WR_CC,	0,		I1	},
 {"mtc3",    "t,G,H",    0x4c800000, 0xffe007f8, COD|RD_t|WR_C3|WR_CC,   0,		I32     },
+{"mfcr",    "t,s",	0x70000018, 0xfc00003f,	WR_t|RD_s,		0,		I64	},
+{"mtcr",    "t,s",	0x70000019, 0xfc00003f,	WR_t|RD_s,		0,		I64	},
 {"mtdr",    "t,G",	0x7080003d, 0xffe007ff,	COD|RD_t|WR_C0,		0,		N5	},
 {"mthi",    "s",	0x00000011, 0xfc1fffff,	RD_s|WR_HI,		0,		I1	},
 {"mtlo",    "s",	0x00000013, 0xfc1fffff,	RD_s|WR_LO,		0,		I1	},

Reply via email to