diff options
Diffstat (limited to 'src/lj_target_mips.h')
-rw-r--r-- | src/lj_target_mips.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/lj_target_mips.h b/src/lj_target_mips.h index 36f46c83..9bf1d2cb 100644 --- a/src/lj_target_mips.h +++ b/src/lj_target_mips.h | |||
@@ -169,6 +169,9 @@ typedef enum MIPSIns { | |||
169 | MIPSI_SLTU = 0x0000002b, | 169 | MIPSI_SLTU = 0x0000002b, |
170 | MIPSI_MOVZ = 0x0000000a, | 170 | MIPSI_MOVZ = 0x0000000a, |
171 | MIPSI_MOVN = 0x0000000b, | 171 | MIPSI_MOVN = 0x0000000b, |
172 | MIPSI_MFHI = 0x00000010, | ||
173 | MIPSI_MFLO = 0x00000012, | ||
174 | MIPSI_MULT = 0x00000018, | ||
172 | 175 | ||
173 | MIPSI_SLL = 0x00000000, | 176 | MIPSI_SLL = 0x00000000, |
174 | MIPSI_SRL = 0x00000002, | 177 | MIPSI_SRL = 0x00000002, |