SLJIT_MOV_SI     2241 ext/pcre/pcrelib/pcre_jit_compile.c OP1(SLJIT_MOV_SI, SLJIT_R1, 0, SLJIT_MEM1(SLJIT_R0), SLJIT_OFFSETOF(jit_arguments, offset_count));
SLJIT_MOV_SI     2289 ext/pcre/pcrelib/pcre_jit_compile.c OP1(SLJIT_MOV_SI, SLJIT_R2, 0, SLJIT_MEM1(SLJIT_R1), SLJIT_OFFSETOF(jit_arguments, real_offset_count));
SLJIT_MOV_SI     2301 ext/pcre/pcrelib/pcre_jit_compile.c OP1(SLJIT_MOV_SI, SLJIT_MEM1(SLJIT_R1), 2 * sizeof(int), SLJIT_R2, 0);
SLJIT_MOV_SI     2309 ext/pcre/pcrelib/pcre_jit_compile.c OP1(SLJIT_MOV_SI, SLJIT_MEM1(SLJIT_R1), sizeof(int), SLJIT_S1, 0);
SLJIT_MOV_SI     2315 ext/pcre/pcrelib/pcre_jit_compile.c OP1(SLJIT_MOV_SI, SLJIT_MEM1(SLJIT_R1), 0, SLJIT_R2, 0);
SLJIT_MOV_SI     4608 ext/pcre/pcrelib/pcre_jit_compile.c     OP1(SLJIT_MOV_SI, TMP1, 0, SLJIT_MEM1(STR_PTR), -context->length);
SLJIT_MOV_SI     4617 ext/pcre/pcrelib/pcre_jit_compile.c     OP1(SLJIT_MOV_SI, TMP1, 0, SLJIT_MEM1(STR_PTR), -context->length);
SLJIT_MOV_SI     4659 ext/pcre/pcrelib/pcre_jit_compile.c       OP1(SLJIT_MOV_SI, context->sourcereg, 0, SLJIT_MEM1(STR_PTR), -context->length);
SLJIT_MOV_SI     6385 ext/pcre/pcrelib/pcre_jit_compile.c OP1(SLJIT_MOV_SI, SLJIT_MEM1(STACK_TOP), CALLOUT_ARG_OFFSET(callout_number), SLJIT_IMM, cc[1]);
SLJIT_MOV_SI     6386 ext/pcre/pcrelib/pcre_jit_compile.c OP1(SLJIT_MOV_SI, SLJIT_MEM1(STACK_TOP), CALLOUT_ARG_OFFSET(capture_last), TMP2, 0);
SLJIT_MOV_SI     6395 ext/pcre/pcrelib/pcre_jit_compile.c OP1(SLJIT_MOV_SI, SLJIT_MEM1(STACK_TOP), CALLOUT_ARG_OFFSET(pattern_position), SLJIT_IMM, GET(cc, 2));
SLJIT_MOV_SI     6396 ext/pcre/pcrelib/pcre_jit_compile.c OP1(SLJIT_MOV_SI, SLJIT_MEM1(STACK_TOP), CALLOUT_ARG_OFFSET(next_item_length), SLJIT_IMM, GET(cc, 2 + LINK_SIZE));
SLJIT_MOV_SI     6404 ext/pcre/pcrelib/pcre_jit_compile.c OP1(SLJIT_MOV_SI, SLJIT_RETURN_REG, 0, SLJIT_RETURN_REG, 0);
SLJIT_MOV_SI     1421 ext/pcre/pcrelib/sljit/sljitLir.c 	CHECK_ARGUMENT(op == SLJIT_MOV || GET_OPCODE(op) == SLJIT_MOV_UI || GET_OPCODE(op) == SLJIT_MOV_SI
SLJIT_MOV_SI     1516 ext/pcre/pcrelib/sljit/sljitLir.c 	if (src == SLJIT_RETURN_REG && (op == SLJIT_MOV || op == SLJIT_MOV_UI || op == SLJIT_MOV_SI || op == SLJIT_MOV_P))
SLJIT_MOV_SI      755 ext/pcre/pcrelib/sljit/sljitLir.h #define SLJIT_IMOV			(SLJIT_MOV_SI | SLJIT_INT_OP)
SLJIT_MOV_SI     1866 ext/pcre/pcrelib/sljit/sljitNativeARM_32.c 	case SLJIT_MOV_SI:
SLJIT_MOV_SI      696 ext/pcre/pcrelib/sljit/sljitNativeARM_64.c 	case SLJIT_MOV_SI:
SLJIT_MOV_SI     1305 ext/pcre/pcrelib/sljit/sljitNativeARM_64.c 		case SLJIT_MOV_SI:
SLJIT_MOV_SI      681 ext/pcre/pcrelib/sljit/sljitNativeARM_T2_32.c 	case SLJIT_MOV_SI:
SLJIT_MOV_SI     1304 ext/pcre/pcrelib/sljit/sljitNativeARM_T2_32.c 		case SLJIT_MOV_SI:
SLJIT_MOV_SI       75 ext/pcre/pcrelib/sljit/sljitNativeMIPS_32.c 	case SLJIT_MOV_SI:
SLJIT_MOV_SI      206 ext/pcre/pcrelib/sljit/sljitNativeMIPS_64.c 	case SLJIT_MOV_SI:
SLJIT_MOV_SI     1114 ext/pcre/pcrelib/sljit/sljitNativeMIPS_common.c 	case SLJIT_MOV_SI:
SLJIT_MOV_SI     1116 ext/pcre/pcrelib/sljit/sljitNativeMIPS_common.c 		return emit_op(compiler, SLJIT_MOV_SI, INT_DATA | SIGNED_DATA, dst, dstw, TMP_REG1, 0, src, srcw);
SLJIT_MOV_SI     1118 ext/pcre/pcrelib/sljit/sljitNativeMIPS_common.c 		return emit_op(compiler, SLJIT_MOV_SI, INT_DATA | SIGNED_DATA, dst, dstw, TMP_REG1, 0, src, (src & SLJIT_IMM) ? (sljit_si)srcw : srcw);
SLJIT_MOV_SI     1146 ext/pcre/pcrelib/sljit/sljitNativeMIPS_common.c 		return emit_op(compiler, SLJIT_MOV_SI, INT_DATA | SIGNED_DATA | WRITE_BACK, dst, dstw, TMP_REG1, 0, src, srcw);
SLJIT_MOV_SI     1148 ext/pcre/pcrelib/sljit/sljitNativeMIPS_common.c 		return emit_op(compiler, SLJIT_MOV_SI, INT_DATA | SIGNED_DATA | WRITE_BACK, dst, dstw, TMP_REG1, 0, src, (src & SLJIT_IMM) ? (sljit_si)srcw : srcw);
SLJIT_MOV_SI     2023 ext/pcre/pcrelib/sljit/sljitNativeMIPS_common.c 	if (op == SLJIT_MOV_SI || op == SLJIT_MOV_UI)
SLJIT_MOV_SI       50 ext/pcre/pcrelib/sljit/sljitNativePPC_32.c 	case SLJIT_MOV_SI:
SLJIT_MOV_SI      160 ext/pcre/pcrelib/sljit/sljitNativePPC_64.c 	case SLJIT_MOV_SI:
SLJIT_MOV_SI      163 ext/pcre/pcrelib/sljit/sljitNativePPC_64.c 			if (op == SLJIT_MOV_SI)
SLJIT_MOV_SI     1321 ext/pcre/pcrelib/sljit/sljitNativePPC_common.c 			if (op == SLJIT_MOV_SI && (src & SLJIT_MEM))
SLJIT_MOV_SI     1326 ext/pcre/pcrelib/sljit/sljitNativePPC_common.c 				op = SLJIT_MOV_SI;
SLJIT_MOV_SI     1346 ext/pcre/pcrelib/sljit/sljitNativePPC_common.c 	case SLJIT_MOV_SI:
SLJIT_MOV_SI     1354 ext/pcre/pcrelib/sljit/sljitNativePPC_common.c 	case SLJIT_MOV_SI:
SLJIT_MOV_SI     1355 ext/pcre/pcrelib/sljit/sljitNativePPC_common.c 		return EMIT_MOV(SLJIT_MOV_SI, INT_DATA | SIGNED_DATA, (sljit_si));
SLJIT_MOV_SI     1383 ext/pcre/pcrelib/sljit/sljitNativePPC_common.c 		return EMIT_MOV(SLJIT_MOV_SI, INT_DATA | SIGNED_DATA | WRITE_BACK, (sljit_si));
SLJIT_MOV_SI       46 ext/pcre/pcrelib/sljit/sljitNativeSPARC_32.c 	case SLJIT_MOV_SI:
SLJIT_MOV_SI      822 ext/pcre/pcrelib/sljit/sljitNativeSPARC_common.c 	case SLJIT_MOV_SI:
SLJIT_MOV_SI      823 ext/pcre/pcrelib/sljit/sljitNativeSPARC_common.c 		return emit_op(compiler, SLJIT_MOV_SI, flags | INT_DATA | SIGNED_DATA, dst, dstw, TMP_REG1, 0, src, srcw);
SLJIT_MOV_SI      845 ext/pcre/pcrelib/sljit/sljitNativeSPARC_common.c 		return emit_op(compiler, SLJIT_MOV_SI, flags | INT_DATA | SIGNED_DATA | WRITE_BACK, dst, dstw, TMP_REG1, 0, src, srcw);
SLJIT_MOV_SI     1633 ext/pcre/pcrelib/sljit/sljitNativeTILEGX_64.c 	case SLJIT_MOV_SI:
SLJIT_MOV_SI     1636 ext/pcre/pcrelib/sljit/sljitNativeTILEGX_64.c 			if (op == SLJIT_MOV_SI)
SLJIT_MOV_SI     2232 ext/pcre/pcrelib/sljit/sljitNativeTILEGX_64.c 	case SLJIT_MOV_SI:
SLJIT_MOV_SI     2233 ext/pcre/pcrelib/sljit/sljitNativeTILEGX_64.c 		return emit_op(compiler, SLJIT_MOV_SI, INT_DATA | SIGNED_DATA, dst, dstw, TMP_REG1, 0, src, srcw);
SLJIT_MOV_SI     2255 ext/pcre/pcrelib/sljit/sljitNativeTILEGX_64.c 		return emit_op(compiler, SLJIT_MOV_SI, INT_DATA | SIGNED_DATA | WRITE_BACK, dst, dstw, TMP_REG1, 0, src, srcw);
SLJIT_MOV_SI     1284 ext/pcre/pcrelib/sljit/sljitNativeX86_common.c 			if (op == SLJIT_MOV_SI && (src & SLJIT_MEM))
SLJIT_MOV_SI     1289 ext/pcre/pcrelib/sljit/sljitNativeX86_common.c 				op = SLJIT_MOV_SI;
SLJIT_MOV_SI     1319 ext/pcre/pcrelib/sljit/sljitNativeX86_common.c 			case SLJIT_MOV_SI:
SLJIT_MOV_SI     1339 ext/pcre/pcrelib/sljit/sljitNativeX86_common.c 		if (SLJIT_UNLIKELY(dst_is_ereg) && (!(op == SLJIT_MOV || op == SLJIT_MOV_UI || op == SLJIT_MOV_SI || op == SLJIT_MOV_P) || (src & SLJIT_MEM))) {
SLJIT_MOV_SI     1350 ext/pcre/pcrelib/sljit/sljitNativeX86_common.c 		case SLJIT_MOV_SI:
SLJIT_MOV_SI     1370 ext/pcre/pcrelib/sljit/sljitNativeX86_common.c 		case SLJIT_MOV_SI: