From 02bcbea8b0f1b30b75460f31fb8749fec55d1e2e Mon Sep 17 00:00:00 2001 From: Mike Pall Date: Mon, 19 Jul 2021 16:41:29 +0200 Subject: String buffers, part 3c: Add IRBUFHDR_WRITE mode. Sponsored by fmad.io. --- src/lj_target_mips.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/lj_target_mips.h') 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 { MIPSI_ROTRV = 0x00000046, /* MIPSXXR2 */ MIPSI_DROTRV = 0x00000056, + MIPSI_INS = 0x7c000004, /* MIPSXXR2 */ + MIPSI_SEB = 0x7c000420, /* MIPSXXR2 */ MIPSI_SEH = 0x7c000620, /* MIPSXXR2 */ MIPSI_WSBH = 0x7c0000a0, /* MIPSXXR2 */ -- cgit v1.2.3-55-g6feb