Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/external/gpl3/binutils/dist/opcodes Add NetLogic Fast Messag...



details:   https://anonhg.NetBSD.org/src/rev/db25329ce0f0
branches:  trunk
changeset: 762061:db25329ce0f0
user:      matt <matt%NetBSD.org@localhost>
date:      Mon Feb 14 18:23:35 2011 +0000

description:
Add NetLogic Fast Messaging instructions

diffstat:

 external/gpl3/binutils/dist/opcodes/mips-opc.c |  5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diffs (15 lines):

diff -r f1a5a8a48da1 -r db25329ce0f0 external/gpl3/binutils/dist/opcodes/mips-opc.c
--- a/external/gpl3/binutils/dist/opcodes/mips-opc.c    Mon Feb 14 18:20:44 2011 +0000
+++ b/external/gpl3/binutils/dist/opcodes/mips-opc.c    Mon Feb 14 18:23:35 2011 +0000
@@ -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      },



Home | Main Index | Thread Index | Old Index