diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/opcode/ChangeLog | 5 | ||||
-rw-r--r-- | include/opcode/mips.h | 3 |
2 files changed, 8 insertions, 0 deletions
diff --git a/include/opcode/ChangeLog b/include/opcode/ChangeLog index 189a1d4..9aa75d9 100644 --- a/include/opcode/ChangeLog +++ b/include/opcode/ChangeLog @@ -1,3 +1,8 @@ +2013-06-25 Maciej W. Rozycki <macro@codesourcery.com> + + * mips.h: Add M_JRADDIUSP, M_JRC and M_MOVEP anonymous enum + values. + 2013-06-23 Richard Sandiford <rdsandiford@googlemail.com> * mips.h: Fix comment typo: "G" is _RS rather than _RD for microMIPS. diff --git a/include/opcode/mips.h b/include/opcode/mips.h index e62ecd6..ec9b6ba 100644 --- a/include/opcode/mips.h +++ b/include/opcode/mips.h @@ -1064,6 +1064,8 @@ enum M_JALS_1, M_JALS_2, M_JALS_A, + M_JRADDIUSP, + M_JRC, M_L_DOB, M_L_DAB, M_LA_AB, @@ -1148,6 +1150,7 @@ enum M_MSGWAIT, M_MSGWAIT_T, M_MOVE, + M_MOVEP, M_MUL, M_MUL_I, M_MULO, |