diff --git a/include/opcode/ChangeLog b/include/opcode/ChangeLog index 189a1d417..9aa75d902 100644 --- a/include/opcode/ChangeLog +++ b/include/opcode/ChangeLog @@ -1,3 +1,8 @@ +2013-06-25 Maciej W. Rozycki + + * mips.h: Add M_JRADDIUSP, M_JRC and M_MOVEP anonymous enum + values. + 2013-06-23 Richard Sandiford * 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 e62ecd6e6..ec9b6ba19 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,