From dad60f8e13c64b699e34d437c1c02b87ae158380 Mon Sep 17 00:00:00 2001 From: Sandra Loosemore Date: Tue, 12 Mar 2013 02:41:26 +0000 Subject: 2013-03-11 Sebastian Huber include/ * opcode/nios2.h (OPX_WRPRS): New define. (OP_MATCH_WRPRS): Likewise. opcodes/ * nios2-opc.c (nios2_builtin_opcodes): Add entry for wrprs. gas/ * config/tc-nios2.c (nios2_assemble_args_ds): New function. (nios2_arg_info_structs): Add "d,s" and "d,s,E" entries. gas/testsuite/ * gas/nios2/nios2.exp: Run wrprs. * gas/nios2/wrprs.d: New file. * gas/nios2/wrprs.s: Likewise. --- include/ChangeLog | 5 +++++ include/opcode/nios2.h | 2 ++ 2 files changed, 7 insertions(+) (limited to 'include') diff --git a/include/ChangeLog b/include/ChangeLog index f186941..a6722b6 100644 --- a/include/ChangeLog +++ b/include/ChangeLog @@ -1,5 +1,10 @@ 2013-03-11 Sebastian Huber + * opcode/nios2.h (OPX_WRPRS): New define. + (OP_MATCH_WRPRS): Likewise. + +2013-03-11 Sebastian Huber + * opcode/nios2.h (OP_RDPRS): New define. (OP_MATCH_RDPRS): Likewise. diff --git a/include/opcode/nios2.h b/include/opcode/nios2.h index 83773d5..3405f55 100644 --- a/include/opcode/nios2.h +++ b/include/opcode/nios2.h @@ -344,6 +344,7 @@ struct nios2_reg #define OPX_SYNC 54 #define OPX_TRAP 45 #define OPX_WRCTL 46 +#define OPX_WRPRS 20 #define OPX_XOR 30 /* The following macros define the opcode matches for each @@ -440,6 +441,7 @@ struct nios2_reg #define OP_MATCH_TRAP ((0x1d << 17) | OPX_MATCH (OPX_TRAP)) #define OP_MATCH_ERET (0xe8000000 | OPX_MATCH (OPX_ERET)) #define OP_MATCH_WRCTL OPX_MATCH (OPX_WRCTL) +#define OP_MATCH_WRPRS OPX_MATCH (OPX_WRPRS) #define OP_MATCH_XOR OPX_MATCH (OPX_XOR) #define OP_MATCH_FLUSHI OPX_MATCH (OPX_FLUSHI) #define OP_MATCH_FLUSHP OPX_MATCH (OPX_FLUSHP) -- cgit v1.1