diff options
Diffstat (limited to 'src/lj_target_mips.h')
-rw-r--r-- | src/lj_target_mips.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lj_target_mips.h b/src/lj_target_mips.h index 8d8f68ec..5da94605 100644 --- a/src/lj_target_mips.h +++ b/src/lj_target_mips.h | |||
@@ -256,6 +256,8 @@ typedef enum MIPSIns { | |||
256 | MIPSI_ROTRV = 0x00000046, /* MIPSXXR2 */ | 256 | MIPSI_ROTRV = 0x00000046, /* MIPSXXR2 */ |
257 | MIPSI_DROTRV = 0x00000056, | 257 | MIPSI_DROTRV = 0x00000056, |
258 | 258 | ||
259 | MIPSI_INS = 0x7c000004, /* MIPSXXR2 */ | ||
260 | |||
259 | MIPSI_SEB = 0x7c000420, /* MIPSXXR2 */ | 261 | MIPSI_SEB = 0x7c000420, /* MIPSXXR2 */ |
260 | MIPSI_SEH = 0x7c000620, /* MIPSXXR2 */ | 262 | MIPSI_SEH = 0x7c000620, /* MIPSXXR2 */ |
261 | MIPSI_WSBH = 0x7c0000a0, /* MIPSXXR2 */ | 263 | MIPSI_WSBH = 0x7c0000a0, /* MIPSXXR2 */ |