Module Name:    src
Committed By:   cliff
Date:           Wed Feb 17 08:41:43 UTC 2010

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

Log Message:
add RMI Coprocessor 2 ops to mips_builtin_opcodes[]


To generate a diff of this commit:
cvs rdiff -u -r1.1.1.3.32.2 -r1.1.1.3.32.3 \
    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.32.2 src/gnu/dist/binutils/opcodes/mips-opc.c:1.1.1.3.32.3
--- src/gnu/dist/binutils/opcodes/mips-opc.c:1.1.1.3.32.2	Mon Nov  9 17:51:53 2009
+++ src/gnu/dist/binutils/opcodes/mips-opc.c	Wed Feb 17 08:41:43 2010
@@ -1200,6 +1200,11 @@
 {"mtc2",    "t,G,H",	0x48800000, 0xffe007f8,	COD|RD_t|WR_C2|WR_CC,	0,		I32	},
 {"mthc2",   "t,i",	0x48e00000, 0xffe00000,	COD|RD_t|WR_C2|WR_CC,	0,		I33	},
 
+/* RMI Coprocessor 2 ops */
+{"msgsnd",  "t",	0x4a000001, 0xffe0ffff,	COD|RD_t|WR_C2,		0,		I64	},
+{"msgld",   "t",	0x4a000002, 0xffe0ffff,	COD|RD_t|WR_C2,		0,		I64	},
+{"msgwait", "t",	0x4a000003, 0xffe0ffff,	COD|RD_t|WR_C2,		0,		I64	},
+
 /* No hazard protection on coprocessor instructions--they shouldn't
    change the state of the processor and if they do it's up to the
    user to put in nops as necessary.  These are at the end so that the

Reply via email to