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    1062 ext/pcre/pcrelib/sljit/sljitNativeMIPS_common.c 		FAIL_IF(push_inst(compiler, NOP, UNMOVABLE_INS));
UNMOVABLE_INS    1063 ext/pcre/pcrelib/sljit/sljitNativeMIPS_common.c 		FAIL_IF(push_inst(compiler, NOP, UNMOVABLE_INS));
UNMOVABLE_INS    1269 ext/pcre/pcrelib/sljit/sljitNativeMIPS_common.c 	return push_inst(compiler, *(sljit_ins*)instruction, UNMOVABLE_INS);
UNMOVABLE_INS    1383 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    1390 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    1392 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    1569 ext/pcre/pcrelib/sljit/sljitNativeMIPS_common.c 	FAIL_IF(push_inst(compiler, JR | SA(RETURN_ADDR_REG), UNMOVABLE_INS));
UNMOVABLE_INS    1570 ext/pcre/pcrelib/sljit/sljitNativeMIPS_common.c 	return push_inst(compiler, NOP, UNMOVABLE_INS);
UNMOVABLE_INS    1590 ext/pcre/pcrelib/sljit/sljitNativeMIPS_common.c 	compiler->delay_slot = UNMOVABLE_INS;
UNMOVABLE_INS    1625 ext/pcre/pcrelib/sljit/sljitNativeMIPS_common.c 	sljit_si delay_check = UNMOVABLE_INS;
UNMOVABLE_INS    1693 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    1697 ext/pcre/pcrelib/sljit/sljitNativeMIPS_common.c 		PTR_FAIL_IF(push_inst(compiler, inst, UNMOVABLE_INS));
UNMOVABLE_INS    1701 ext/pcre/pcrelib/sljit/sljitNativeMIPS_common.c 		PTR_FAIL_IF(push_inst(compiler, JR | S(TMP_REG2), UNMOVABLE_INS));
UNMOVABLE_INS    1703 ext/pcre/pcrelib/sljit/sljitNativeMIPS_common.c 		PTR_FAIL_IF(push_inst(compiler, NOP, UNMOVABLE_INS));
UNMOVABLE_INS    1708 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    1711 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    1770 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    1772 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    1819 ext/pcre/pcrelib/sljit/sljitNativeMIPS_common.c 		PTR_FAIL_IF(push_inst(compiler, inst | S(src1) | JUMP_LENGTH, UNMOVABLE_INS));
UNMOVABLE_INS    1844 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    1848 ext/pcre/pcrelib/sljit/sljitNativeMIPS_common.c 	PTR_FAIL_IF(push_inst(compiler, JR | S(TMP_REG2), UNMOVABLE_INS));
UNMOVABLE_INS    1850 ext/pcre/pcrelib/sljit/sljitNativeMIPS_common.c 	PTR_FAIL_IF(push_inst(compiler, NOP, UNMOVABLE_INS));
UNMOVABLE_INS    1927 ext/pcre/pcrelib/sljit/sljitNativeMIPS_common.c 	PTR_FAIL_IF(push_inst(compiler, inst | FMT(type) | FT(src2) | FS(src1), UNMOVABLE_INS));
UNMOVABLE_INS    1929 ext/pcre/pcrelib/sljit/sljitNativeMIPS_common.c 	PTR_FAIL_IF(push_inst(compiler, (if_true ? BC1F : BC1T) | JUMP_LENGTH, UNMOVABLE_INS));
UNMOVABLE_INS    1931 ext/pcre/pcrelib/sljit/sljitNativeMIPS_common.c 	PTR_FAIL_IF(push_inst(compiler, JR | S(TMP_REG2), UNMOVABLE_INS));
UNMOVABLE_INS    1933 ext/pcre/pcrelib/sljit/sljitNativeMIPS_common.c 	PTR_FAIL_IF(push_inst(compiler, NOP, UNMOVABLE_INS));
UNMOVABLE_INS    1971 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    1973 ext/pcre/pcrelib/sljit/sljitNativeMIPS_common.c 			return push_inst(compiler, ADDU_W | S(SLJIT_R0) | TA(0) | DA(4), UNMOVABLE_INS);
UNMOVABLE_INS    1979 ext/pcre/pcrelib/sljit/sljitNativeMIPS_common.c 		FAIL_IF(push_inst(compiler, JALR | S(src_r) | DA(RETURN_ADDR_REG), UNMOVABLE_INS));
UNMOVABLE_INS    1980 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    1989 ext/pcre/pcrelib/sljit/sljitNativeMIPS_common.c 		if (compiler->delay_slot != UNMOVABLE_INS)
UNMOVABLE_INS    1997 ext/pcre/pcrelib/sljit/sljitNativeMIPS_common.c 	FAIL_IF(push_inst(compiler, JR | S(src_r), UNMOVABLE_INS));
UNMOVABLE_INS    2000 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     935 ext/pcre/pcrelib/sljit/sljitNativeSPARC_common.c 	return push_inst(compiler, *(sljit_ins*)instruction, UNMOVABLE_INS);
UNMOVABLE_INS    1209 ext/pcre/pcrelib/sljit/sljitNativeSPARC_common.c 	FAIL_IF(push_inst(compiler, JMPL | D(0) | S1(TMP_LINK) | IMM(8), UNMOVABLE_INS));
UNMOVABLE_INS    1210 ext/pcre/pcrelib/sljit/sljitNativeSPARC_common.c 	return push_inst(compiler, NOP, UNMOVABLE_INS);
UNMOVABLE_INS    1230 ext/pcre/pcrelib/sljit/sljitNativeSPARC_common.c 	compiler->delay_slot = UNMOVABLE_INS;
UNMOVABLE_INS    1303 ext/pcre/pcrelib/sljit/sljitNativeSPARC_common.c 		if (((compiler->delay_slot & DST_INS_MASK) != UNMOVABLE_INS) && !(compiler->delay_slot & ICC_IS_SET))
UNMOVABLE_INS    1306 ext/pcre/pcrelib/sljit/sljitNativeSPARC_common.c 		PTR_FAIL_IF(push_inst(compiler, BICC | get_cc(type ^ 1) | 5, UNMOVABLE_INS));
UNMOVABLE_INS    1313 ext/pcre/pcrelib/sljit/sljitNativeSPARC_common.c 		if (((compiler->delay_slot & DST_INS_MASK) != UNMOVABLE_INS) && !(compiler->delay_slot & FCC_IS_SET))
UNMOVABLE_INS    1316 ext/pcre/pcrelib/sljit/sljitNativeSPARC_common.c 		PTR_FAIL_IF(push_inst(compiler, FBFCC | get_cc(type ^ 1) | 5, UNMOVABLE_INS));
UNMOVABLE_INS    1321 ext/pcre/pcrelib/sljit/sljitNativeSPARC_common.c 		if ((compiler->delay_slot & DST_INS_MASK) != UNMOVABLE_INS)
UNMOVABLE_INS    1328 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    1330 ext/pcre/pcrelib/sljit/sljitNativeSPARC_common.c 	PTR_FAIL_IF(push_inst(compiler, NOP, UNMOVABLE_INS));
UNMOVABLE_INS    1351 ext/pcre/pcrelib/sljit/sljitNativeSPARC_common.c 		if ((compiler->delay_slot & DST_INS_MASK) != UNMOVABLE_INS)
UNMOVABLE_INS    1364 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    1367 ext/pcre/pcrelib/sljit/sljitNativeSPARC_common.c 	return push_inst(compiler, NOP, UNMOVABLE_INS);
UNMOVABLE_INS    1399 ext/pcre/pcrelib/sljit/sljitNativeSPARC_common.c 		FAIL_IF(push_inst(compiler, BICC | get_cc(type) | 3, UNMOVABLE_INS));
UNMOVABLE_INS    1401 ext/pcre/pcrelib/sljit/sljitNativeSPARC_common.c 		FAIL_IF(push_inst(compiler, FBFCC | get_cc(type) | 3, UNMOVABLE_INS));
UNMOVABLE_INS    1403 ext/pcre/pcrelib/sljit/sljitNativeSPARC_common.c 	FAIL_IF(push_inst(compiler, OR | D(reg) | S1(0) | IMM(1), UNMOVABLE_INS));
UNMOVABLE_INS    1404 ext/pcre/pcrelib/sljit/sljitNativeSPARC_common.c 	FAIL_IF(push_inst(compiler, OR | D(reg) | S1(0) | IMM(0), UNMOVABLE_INS));