UNMOVABLE_INS     394 ext/pcre/pcrelib/sljit/sljitLir.c 	compiler->delay_slot = UNMOVABLE_INS;
UNMOVABLE_INS     398 ext/pcre/pcrelib/sljit/sljitLir.c 	compiler->delay_slot = UNMOVABLE_INS;
UNMOVABLE_INS     141 ext/pcre/pcrelib/sljit/sljitNativeMIPS_32.c 		FAIL_IF(push_inst(compiler, BEQ | S(TMP_REG1) | TA(0) | IMM(5), UNMOVABLE_INS));
UNMOVABLE_INS     142 ext/pcre/pcrelib/sljit/sljitNativeMIPS_32.c 		FAIL_IF(push_inst(compiler, ORI | SA(0) | T(dst) | IMM(32), UNMOVABLE_INS));
UNMOVABLE_INS     146 ext/pcre/pcrelib/sljit/sljitNativeMIPS_32.c 		FAIL_IF(push_inst(compiler, BGEZ | S(TMP_REG1) | IMM(-2), UNMOVABLE_INS));
UNMOVABLE_INS     147 ext/pcre/pcrelib/sljit/sljitNativeMIPS_32.c 		FAIL_IF(push_inst(compiler, SLL | T(TMP_REG1) | D(TMP_REG1) | SH_IMM(1), UNMOVABLE_INS));
UNMOVABLE_INS     233 ext/pcre/pcrelib/sljit/sljitNativeMIPS_64.c 		FAIL_IF(push_inst(compiler, BEQ | S(TMP_REG1) | TA(0) | IMM(5), UNMOVABLE_INS));
UNMOVABLE_INS     234 ext/pcre/pcrelib/sljit/sljitNativeMIPS_64.c 		FAIL_IF(push_inst(compiler, ORI | SA(0) | T(dst) | IMM((op & SLJIT_INT_OP) ? 32 : 64), UNMOVABLE_INS));
UNMOVABLE_INS     238 ext/pcre/pcrelib/sljit/sljitNativeMIPS_64.c 		FAIL_IF(push_inst(compiler, BGEZ | S(TMP_REG1) | IMM(-2), UNMOVABLE_INS));
UNMOVABLE_INS     239 ext/pcre/pcrelib/sljit/sljitNativeMIPS_64.c 		FAIL_IF(push_inst(compiler, SELECT_OP(DSLL, SLL) | T(TMP_REG1) | D(TMP_REG1) | SH_IMM(1), UNMOVABLE_INS));
UNMOVABLE_INS     206 ext/pcre/pcrelib/sljit/sljitNativeMIPS_common.c 	SLJIT_ASSERT(delay_slot == MOVABLE_INS || delay_slot >= UNMOVABLE_INS
UNMOVABLE_INS     651 ext/pcre/pcrelib/sljit/sljitNativeMIPS_common.c 	FAIL_IF(push_inst(compiler, JR | SA(RETURN_ADDR_REG), UNMOVABLE_INS));
UNMOVABLE_INS     653 ext/pcre/pcrelib/sljit/sljitNativeMIPS_common.c 		return push_inst(compiler, ADDIU_W | S(SLJIT_SP) | T(SLJIT_SP) | IMM(compiler->local_size), UNMOVABLE_INS);
UNMOVABLE_INS     655 ext/pcre/pcrelib/sljit/sljitNativeMIPS_common.c 		return push_inst(compiler, ADDU_W | S(TMP_REG1) | TA(0) | D(SLJIT_SP), UNMOVABLE_INS);
UNMOVABLE_INS    1044 ext/pcre/pcrelib/sljit/sljitNativeMIPS_common.c 		return push_inst(compiler, BREAK, UNMOVABLE_INS);
UNMOVABLE_INS    1046 ext/pcre/pcrelib/sljit/sljitNativeMIPS_common.c 		return push_inst(compiler, NOP, UNMOVABLE_INS);
UNMOVABLE_INS    1059 ext/pcre/pcrelib/sljit/sljitNativeMIPS_common.c 		FAIL_IF(push_inst(compiler, NOP, UNMOVABLE_INS));
UNMOVABLE_INS    1060 ext/pcre/pcrelib/sljit/sljitNativeMIPS_common.c 		FAIL_IF(push_inst(compiler, NOP, UNMOVABLE_INS));
UNMOVABLE_INS    1266 ext/pcre/pcrelib/sljit/sljitNativeMIPS_common.c 	return push_inst(compiler, *(sljit_ins*)instruction, UNMOVABLE_INS);
UNMOVABLE_INS    1380 ext/pcre/pcrelib/sljit/sljitNativeMIPS_common.c 		FAIL_IF(push_inst(compiler, C_UEQ_S | FMT(op) | FT(src2) | FS(src1), UNMOVABLE_INS));
UNMOVABLE_INS    1387 ext/pcre/pcrelib/sljit/sljitNativeMIPS_common.c 		FAIL_IF(push_inst(compiler, C_ULT_S | FMT(op) | FT(src2) | FS(src1), UNMOVABLE_INS));
UNMOVABLE_INS    1389 ext/pcre/pcrelib/sljit/sljitNativeMIPS_common.c 		FAIL_IF(push_inst(compiler, C_ULT_S | FMT(op) | FT(src1) | FS(src2), UNMOVABLE_INS));
UNMOVABLE_INS    1566 ext/pcre/pcrelib/sljit/sljitNativeMIPS_common.c 	FAIL_IF(push_inst(compiler, JR | SA(RETURN_ADDR_REG), UNMOVABLE_INS));
UNMOVABLE_INS    1567 ext/pcre/pcrelib/sljit/sljitNativeMIPS_common.c 	return push_inst(compiler, NOP, UNMOVABLE_INS);
UNMOVABLE_INS    1587 ext/pcre/pcrelib/sljit/sljitNativeMIPS_common.c 	compiler->delay_slot = UNMOVABLE_INS;
UNMOVABLE_INS    1622 ext/pcre/pcrelib/sljit/sljitNativeMIPS_common.c 	sljit_si delay_check = UNMOVABLE_INS;
UNMOVABLE_INS    1690 ext/pcre/pcrelib/sljit/sljitNativeMIPS_common.c 	if (compiler->delay_slot == MOVABLE_INS || (compiler->delay_slot != UNMOVABLE_INS && compiler->delay_slot != delay_check))
UNMOVABLE_INS    1694 ext/pcre/pcrelib/sljit/sljitNativeMIPS_common.c 		PTR_FAIL_IF(push_inst(compiler, inst, UNMOVABLE_INS));
UNMOVABLE_INS    1698 ext/pcre/pcrelib/sljit/sljitNativeMIPS_common.c 		PTR_FAIL_IF(push_inst(compiler, JR | S(TMP_REG2), UNMOVABLE_INS));
UNMOVABLE_INS    1700 ext/pcre/pcrelib/sljit/sljitNativeMIPS_common.c 		PTR_FAIL_IF(push_inst(compiler, NOP, UNMOVABLE_INS));
UNMOVABLE_INS    1705 ext/pcre/pcrelib/sljit/sljitNativeMIPS_common.c 		PTR_FAIL_IF(push_inst(compiler, JALR | S(TMP_REG2) | DA(RETURN_ADDR_REG), UNMOVABLE_INS));
UNMOVABLE_INS    1708 ext/pcre/pcrelib/sljit/sljitNativeMIPS_common.c 		PTR_FAIL_IF(push_inst(compiler, ADDU_W | S(SLJIT_R0) | TA(0) | DA(4), UNMOVABLE_INS));
UNMOVABLE_INS    1767 ext/pcre/pcrelib/sljit/sljitNativeMIPS_common.c 		if (compiler->delay_slot == MOVABLE_INS || (compiler->delay_slot != UNMOVABLE_INS && compiler->delay_slot != DR(src1) && compiler->delay_slot != DR(src2)))
UNMOVABLE_INS    1769 ext/pcre/pcrelib/sljit/sljitNativeMIPS_common.c 		PTR_FAIL_IF(push_inst(compiler, (type == SLJIT_EQUAL ? BNE : BEQ) | S(src1) | T(src2) | JUMP_LENGTH, UNMOVABLE_INS));
UNMOVABLE_INS    1816 ext/pcre/pcrelib/sljit/sljitNativeMIPS_common.c 		PTR_FAIL_IF(push_inst(compiler, inst | S(src1) | JUMP_LENGTH, UNMOVABLE_INS));
UNMOVABLE_INS    1841 ext/pcre/pcrelib/sljit/sljitNativeMIPS_common.c 		PTR_FAIL_IF(push_inst(compiler, (type == SLJIT_EQUAL ? BNE : BEQ) | S(TMP_REG1) | TA(0) | JUMP_LENGTH, UNMOVABLE_INS));
UNMOVABLE_INS    1845 ext/pcre/pcrelib/sljit/sljitNativeMIPS_common.c 	PTR_FAIL_IF(push_inst(compiler, JR | S(TMP_REG2), UNMOVABLE_INS));
UNMOVABLE_INS    1847 ext/pcre/pcrelib/sljit/sljitNativeMIPS_common.c 	PTR_FAIL_IF(push_inst(compiler, NOP, UNMOVABLE_INS));
UNMOVABLE_INS    1924 ext/pcre/pcrelib/sljit/sljitNativeMIPS_common.c 	PTR_FAIL_IF(push_inst(compiler, inst | FMT(type) | FT(src2) | FS(src1), UNMOVABLE_INS));
UNMOVABLE_INS    1926 ext/pcre/pcrelib/sljit/sljitNativeMIPS_common.c 	PTR_FAIL_IF(push_inst(compiler, (if_true ? BC1F : BC1T) | JUMP_LENGTH, UNMOVABLE_INS));
UNMOVABLE_INS    1928 ext/pcre/pcrelib/sljit/sljitNativeMIPS_common.c 	PTR_FAIL_IF(push_inst(compiler, JR | S(TMP_REG2), UNMOVABLE_INS));
UNMOVABLE_INS    1930 ext/pcre/pcrelib/sljit/sljitNativeMIPS_common.c 	PTR_FAIL_IF(push_inst(compiler, NOP, UNMOVABLE_INS));
UNMOVABLE_INS    1968 ext/pcre/pcrelib/sljit/sljitNativeMIPS_common.c 			FAIL_IF(push_inst(compiler, JALR | S(PIC_ADDR_REG) | DA(RETURN_ADDR_REG), UNMOVABLE_INS));
UNMOVABLE_INS    1970 ext/pcre/pcrelib/sljit/sljitNativeMIPS_common.c 			return push_inst(compiler, ADDU_W | S(SLJIT_R0) | TA(0) | DA(4), UNMOVABLE_INS);
UNMOVABLE_INS    1976 ext/pcre/pcrelib/sljit/sljitNativeMIPS_common.c 		FAIL_IF(push_inst(compiler, JALR | S(src_r) | DA(RETURN_ADDR_REG), UNMOVABLE_INS));
UNMOVABLE_INS    1977 ext/pcre/pcrelib/sljit/sljitNativeMIPS_common.c 		return push_inst(compiler, ADDU_W | S(src_r) | TA(0) | D(PIC_ADDR_REG), UNMOVABLE_INS);
UNMOVABLE_INS    1986 ext/pcre/pcrelib/sljit/sljitNativeMIPS_common.c 		if (compiler->delay_slot != UNMOVABLE_INS)
UNMOVABLE_INS    1994 ext/pcre/pcrelib/sljit/sljitNativeMIPS_common.c 	FAIL_IF(push_inst(compiler, JR | S(src_r), UNMOVABLE_INS));
UNMOVABLE_INS    1997 ext/pcre/pcrelib/sljit/sljitNativeMIPS_common.c 	FAIL_IF(push_inst(compiler, NOP, UNMOVABLE_INS));
UNMOVABLE_INS      86 ext/pcre/pcrelib/sljit/sljitNativeSPARC_32.c 		FAIL_IF(push_inst(compiler, BICC | DA(0x1) | (7 & DISP_MASK), UNMOVABLE_INS));
UNMOVABLE_INS      87 ext/pcre/pcrelib/sljit/sljitNativeSPARC_32.c 		FAIL_IF(push_inst(compiler, OR | (flags & SET_FLAGS) | D(dst) | S1(0) | IMM(32), UNMOVABLE_INS | (flags & SET_FLAGS)));
UNMOVABLE_INS      93 ext/pcre/pcrelib/sljit/sljitNativeSPARC_32.c 		FAIL_IF(push_inst(compiler, BICC | DA(0xe) | (-2 & DISP_MASK), UNMOVABLE_INS));
UNMOVABLE_INS      94 ext/pcre/pcrelib/sljit/sljitNativeSPARC_32.c 		return push_inst(compiler, ADD | (flags & SET_FLAGS) | D(dst) | S1(dst) | IMM(1), UNMOVABLE_INS | (flags & SET_FLAGS));
UNMOVABLE_INS     187 ext/pcre/pcrelib/sljit/sljitNativeSPARC_common.c 	SLJIT_ASSERT((delay_slot & DST_INS_MASK) == UNMOVABLE_INS
UNMOVABLE_INS     433 ext/pcre/pcrelib/sljit/sljitNativeSPARC_common.c 		FAIL_IF(push_inst(compiler, SAVE | D(SLJIT_SP) | S1(SLJIT_SP) | IMM(-local_size), UNMOVABLE_INS));
UNMOVABLE_INS     437 ext/pcre/pcrelib/sljit/sljitNativeSPARC_common.c 		FAIL_IF(push_inst(compiler, SAVE | D(SLJIT_SP) | S1(SLJIT_SP) | S2(TMP_REG1), UNMOVABLE_INS));
UNMOVABLE_INS     467 ext/pcre/pcrelib/sljit/sljitNativeSPARC_common.c 	FAIL_IF(push_inst(compiler, JMPL | D(0) | S1A(31) | IMM(8), UNMOVABLE_INS));
UNMOVABLE_INS     468 ext/pcre/pcrelib/sljit/sljitNativeSPARC_common.c 	return push_inst(compiler, RESTORE | D(SLJIT_R0) | S1(src) | S2(0), UNMOVABLE_INS);
UNMOVABLE_INS     769 ext/pcre/pcrelib/sljit/sljitNativeSPARC_common.c 		return push_inst(compiler, TA, UNMOVABLE_INS);
UNMOVABLE_INS     771 ext/pcre/pcrelib/sljit/sljitNativeSPARC_common.c 		return push_inst(compiler, NOP, UNMOVABLE_INS);
UNMOVABLE_INS     930 ext/pcre/pcrelib/sljit/sljitNativeSPARC_common.c 	return push_inst(compiler, *(sljit_ins*)instruction, UNMOVABLE_INS);
UNMOVABLE_INS    1204 ext/pcre/pcrelib/sljit/sljitNativeSPARC_common.c 	FAIL_IF(push_inst(compiler, JMPL | D(0) | S1(TMP_LINK) | IMM(8), UNMOVABLE_INS));
UNMOVABLE_INS    1205 ext/pcre/pcrelib/sljit/sljitNativeSPARC_common.c 	return push_inst(compiler, NOP, UNMOVABLE_INS);
UNMOVABLE_INS    1225 ext/pcre/pcrelib/sljit/sljitNativeSPARC_common.c 	compiler->delay_slot = UNMOVABLE_INS;
UNMOVABLE_INS    1298 ext/pcre/pcrelib/sljit/sljitNativeSPARC_common.c 		if (((compiler->delay_slot & DST_INS_MASK) != UNMOVABLE_INS) && !(compiler->delay_slot & ICC_IS_SET))
UNMOVABLE_INS    1301 ext/pcre/pcrelib/sljit/sljitNativeSPARC_common.c 		PTR_FAIL_IF(push_inst(compiler, BICC | get_cc(type ^ 1) | 5, UNMOVABLE_INS));
UNMOVABLE_INS    1308 ext/pcre/pcrelib/sljit/sljitNativeSPARC_common.c 		if (((compiler->delay_slot & DST_INS_MASK) != UNMOVABLE_INS) && !(compiler->delay_slot & FCC_IS_SET))
UNMOVABLE_INS    1311 ext/pcre/pcrelib/sljit/sljitNativeSPARC_common.c 		PTR_FAIL_IF(push_inst(compiler, FBFCC | get_cc(type ^ 1) | 5, UNMOVABLE_INS));
UNMOVABLE_INS    1316 ext/pcre/pcrelib/sljit/sljitNativeSPARC_common.c 		if ((compiler->delay_slot & DST_INS_MASK) != UNMOVABLE_INS)
UNMOVABLE_INS    1323 ext/pcre/pcrelib/sljit/sljitNativeSPARC_common.c 	PTR_FAIL_IF(push_inst(compiler, JMPL | D(type >= SLJIT_FAST_CALL ? TMP_LINK : 0) | S1(TMP_REG2) | IMM(0), UNMOVABLE_INS));
UNMOVABLE_INS    1325 ext/pcre/pcrelib/sljit/sljitNativeSPARC_common.c 	PTR_FAIL_IF(push_inst(compiler, NOP, UNMOVABLE_INS));
UNMOVABLE_INS    1346 ext/pcre/pcrelib/sljit/sljitNativeSPARC_common.c 		if ((compiler->delay_slot & DST_INS_MASK) != UNMOVABLE_INS)
UNMOVABLE_INS    1359 ext/pcre/pcrelib/sljit/sljitNativeSPARC_common.c 	FAIL_IF(push_inst(compiler, JMPL | D(type >= SLJIT_FAST_CALL ? TMP_LINK : 0) | S1(src_r) | IMM(0), UNMOVABLE_INS));
UNMOVABLE_INS    1362 ext/pcre/pcrelib/sljit/sljitNativeSPARC_common.c 	return push_inst(compiler, NOP, UNMOVABLE_INS);
UNMOVABLE_INS    1394 ext/pcre/pcrelib/sljit/sljitNativeSPARC_common.c 		FAIL_IF(push_inst(compiler, BICC | get_cc(type) | 3, UNMOVABLE_INS));
UNMOVABLE_INS    1396 ext/pcre/pcrelib/sljit/sljitNativeSPARC_common.c 		FAIL_IF(push_inst(compiler, FBFCC | get_cc(type) | 3, UNMOVABLE_INS));
UNMOVABLE_INS    1398 ext/pcre/pcrelib/sljit/sljitNativeSPARC_common.c 	FAIL_IF(push_inst(compiler, OR | D(reg) | S1(0) | IMM(1), UNMOVABLE_INS));
UNMOVABLE_INS    1399 ext/pcre/pcrelib/sljit/sljitNativeSPARC_common.c 	FAIL_IF(push_inst(compiler, OR | D(reg) | S1(0) | IMM(0), UNMOVABLE_INS));