Module Name:    src
Committed By:   matt
Date:           Mon Feb 14 18:23:36 UTC 2011

Modified Files:
        src/external/gpl3/binutils/dist/opcodes: mips-opc.c

Log Message:
Add NetLogic Fast Messaging instructions


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/external/gpl3/binutils/dist/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/external/gpl3/binutils/dist/opcodes/mips-opc.c
diff -u src/external/gpl3/binutils/dist/opcodes/mips-opc.c:1.2 src/external/gpl3/binutils/dist/opcodes/mips-opc.c:1.3
--- src/external/gpl3/binutils/dist/opcodes/mips-opc.c:1.2	Sun Nov 15 10:25:17 2009
+++ src/external/gpl3/binutils/dist/opcodes/mips-opc.c	Mon Feb 14 18:23:35 2011
@@ -1509,6 +1509,11 @@
 {"mthc2",   "t,G,H",	0x48e00000, 0xffe007f8,	COD|RD_t|WR_C2|WR_CC,	0,		I33	},
 {"mthc2",   "t,i",	0x48e00000, 0xffe00000,	COD|RD_t|WR_C2|WR_CC,	0,		I33	},
 
+/* NetLogic XL[PRS] 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	},
+
 /* Coprocessor 3 move/branch operations overlap with MIPS IV COP1X 
    instructions, so they are here for the latters to take precedence.  */
 {"bc3f",    "p",	0x4d000000, 0xffff0000,	CBD|RD_CC,		0,		I1	},

Reply via email to