diff options
author | Mike Pall <mike> | 2021-07-19 16:41:29 +0200 |
---|---|---|
committer | Mike Pall <mike> | 2021-07-19 16:46:27 +0200 |
commit | 02bcbea8b0f1b30b75460f31fb8749fec55d1e2e (patch) | |
tree | 741a23b5d54e6bda4f254d2c4f5cec70e8a2d8d8 /src/lj_target_mips.h | |
parent | 1d5ef35fed472140fcb4c5f9a1fee6d05a8a6591 (diff) | |
download | luajit-02bcbea8b0f1b30b75460f31fb8749fec55d1e2e.tar.gz luajit-02bcbea8b0f1b30b75460f31fb8749fec55d1e2e.tar.bz2 luajit-02bcbea8b0f1b30b75460f31fb8749fec55d1e2e.zip |
String buffers, part 3c: Add IRBUFHDR_WRITE mode.
Sponsored by fmad.io.
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 */ |