diff options
Diffstat (limited to 'include/opcode')
-rw-r--r-- | include/opcode/nios2.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/opcode/nios2.h b/include/opcode/nios2.h index 85e702311..83773d5f3 100644 --- a/include/opcode/nios2.h +++ b/include/opcode/nios2.h @@ -289,6 +289,7 @@ struct nios2_reg #define OP_OPX 58 #define OP_ORHI 52 #define OP_ORI 20 +#define OP_RDPRS 56 #define OP_STB 5 #define OP_STBIO 37 #define OP_STC 29 @@ -386,6 +387,7 @@ struct nios2_reg #define OP_MATCH_OPX OP_OPX #define OP_MATCH_ORHI OP_ORHI #define OP_MATCH_ORI OP_ORI +#define OP_MATCH_RDPRS OP_RDPRS #define OP_MATCH_STB OP_STB #define OP_MATCH_STBIO OP_STBIO #define OP_MATCH_STC OP_STC |