dstw              519 ext/pcre/pcrelib/pcre_jit_compile.c #define OP1(op, dst, dstw, src, srcw) \
dstw              520 ext/pcre/pcrelib/pcre_jit_compile.c   sljit_emit_op1(compiler, (op), (dst), (dstw), (src), (srcw))
dstw              521 ext/pcre/pcrelib/pcre_jit_compile.c #define OP2(op, dst, dstw, src1, src1w, src2, src2w) \
dstw              522 ext/pcre/pcrelib/pcre_jit_compile.c   sljit_emit_op2(compiler, (op), (dst), (dstw), (src1), (src1w), (src2), (src2w))
dstw              537 ext/pcre/pcrelib/pcre_jit_compile.c #define OP_FLAGS(op, dst, dstw, src, srcw, type) \
dstw              538 ext/pcre/pcrelib/pcre_jit_compile.c   sljit_emit_op_flags(compiler, (op), (dst), (dstw), (src), (srcw), (type))
dstw              539 ext/pcre/pcrelib/pcre_jit_compile.c #define GET_LOCAL_BASE(dst, dstw, offset) \
dstw              540 ext/pcre/pcrelib/pcre_jit_compile.c   sljit_get_local_base(compiler, (dst), (dstw), (offset))
dstw             1005 ext/pcre/pcrelib/sljit/sljitLir.c static SLJIT_INLINE CHECK_RETURN_TYPE check_sljit_emit_fast_enter(struct sljit_compiler *compiler, sljit_si dst, sljit_sw dstw)
dstw             1008 ext/pcre/pcrelib/sljit/sljitLir.c 	FUNCTION_CHECK_DST(dst, dstw);
dstw             1013 ext/pcre/pcrelib/sljit/sljitLir.c 		sljit_verbose_param(compiler, dst, dstw);
dstw             1050 ext/pcre/pcrelib/sljit/sljitLir.c 	sljit_si dst, sljit_sw dstw,
dstw             1062 ext/pcre/pcrelib/sljit/sljitLir.c 	FUNCTION_CHECK_DST(dst, dstw);
dstw             1070 ext/pcre/pcrelib/sljit/sljitLir.c 		sljit_verbose_param(compiler, dst, dstw);
dstw             1080 ext/pcre/pcrelib/sljit/sljitLir.c 	sljit_si dst, sljit_sw dstw,
dstw             1094 ext/pcre/pcrelib/sljit/sljitLir.c 	FUNCTION_CHECK_DST(dst, dstw);
dstw             1101 ext/pcre/pcrelib/sljit/sljitLir.c 		sljit_verbose_param(compiler, dst, dstw);
dstw             1163 ext/pcre/pcrelib/sljit/sljitLir.c 	sljit_si dst, sljit_sw dstw,
dstw             1176 ext/pcre/pcrelib/sljit/sljitLir.c 	FUNCTION_FCHECK(dst, dstw);
dstw             1187 ext/pcre/pcrelib/sljit/sljitLir.c 		sljit_verbose_fparam(compiler, dst, dstw);
dstw             1226 ext/pcre/pcrelib/sljit/sljitLir.c 	sljit_si dst, sljit_sw dstw,
dstw             1239 ext/pcre/pcrelib/sljit/sljitLir.c 	FUNCTION_CHECK_DST(dst, dstw);
dstw             1246 ext/pcre/pcrelib/sljit/sljitLir.c 		sljit_verbose_param(compiler, dst, dstw);
dstw             1256 ext/pcre/pcrelib/sljit/sljitLir.c 	sljit_si dst, sljit_sw dstw,
dstw             1269 ext/pcre/pcrelib/sljit/sljitLir.c 	FUNCTION_FCHECK(dst, dstw);
dstw             1276 ext/pcre/pcrelib/sljit/sljitLir.c 		sljit_verbose_fparam(compiler, dst, dstw);
dstw             1286 ext/pcre/pcrelib/sljit/sljitLir.c 	sljit_si dst, sljit_sw dstw,
dstw             1296 ext/pcre/pcrelib/sljit/sljitLir.c 	FUNCTION_FCHECK(dst, dstw);
dstw             1301 ext/pcre/pcrelib/sljit/sljitLir.c 		sljit_verbose_fparam(compiler, dst, dstw);
dstw             1414 ext/pcre/pcrelib/sljit/sljitLir.c 	sljit_si dst, sljit_sw dstw,
dstw             1428 ext/pcre/pcrelib/sljit/sljitLir.c 		CHECK_ARGUMENT(src == dst && srcw == dstw);
dstw             1430 ext/pcre/pcrelib/sljit/sljitLir.c 	FUNCTION_CHECK_DST(dst, dstw);
dstw             1437 ext/pcre/pcrelib/sljit/sljitLir.c 		sljit_verbose_param(compiler, dst, dstw);
dstw             1448 ext/pcre/pcrelib/sljit/sljitLir.c static SLJIT_INLINE CHECK_RETURN_TYPE check_sljit_get_local_base(struct sljit_compiler *compiler, sljit_si dst, sljit_sw dstw, sljit_sw offset)
dstw             1453 ext/pcre/pcrelib/sljit/sljitLir.c 	FUNCTION_CHECK_DST(dst, dstw);
dstw             1458 ext/pcre/pcrelib/sljit/sljitLir.c 		sljit_verbose_param(compiler, dst, dstw);
dstw             1465 ext/pcre/pcrelib/sljit/sljitLir.c static SLJIT_INLINE CHECK_RETURN_TYPE check_sljit_emit_const(struct sljit_compiler *compiler, sljit_si dst, sljit_sw dstw, sljit_sw init_value)
dstw             1470 ext/pcre/pcrelib/sljit/sljitLir.c 	FUNCTION_CHECK_DST(dst, dstw);
dstw             1475 ext/pcre/pcrelib/sljit/sljitLir.c 		sljit_verbose_param(compiler, dst, dstw);
dstw             1484 ext/pcre/pcrelib/sljit/sljitLir.c #define SELECT_FOP1_OPERATION_WITH_CHECKS(compiler, op, dst, dstw, src, srcw) \
dstw             1489 ext/pcre/pcrelib/sljit/sljitLir.c 			CHECK(check_sljit_emit_fop1_cmp(compiler, op, dst, dstw, src, srcw)); \
dstw             1490 ext/pcre/pcrelib/sljit/sljitLir.c 			ADJUST_LOCAL_OFFSET(dst, dstw); \
dstw             1492 ext/pcre/pcrelib/sljit/sljitLir.c 			return sljit_emit_fop1_cmp(compiler, op, dst, dstw, src, srcw); \
dstw             1495 ext/pcre/pcrelib/sljit/sljitLir.c 			CHECK(check_sljit_emit_fop1_convw_fromd(compiler, op, dst, dstw, src, srcw)); \
dstw             1496 ext/pcre/pcrelib/sljit/sljitLir.c 			ADJUST_LOCAL_OFFSET(dst, dstw); \
dstw             1498 ext/pcre/pcrelib/sljit/sljitLir.c 			return sljit_emit_fop1_convw_fromd(compiler, op, dst, dstw, src, srcw); \
dstw             1500 ext/pcre/pcrelib/sljit/sljitLir.c 		CHECK(check_sljit_emit_fop1_convd_fromw(compiler, op, dst, dstw, src, srcw)); \
dstw             1501 ext/pcre/pcrelib/sljit/sljitLir.c 		ADJUST_LOCAL_OFFSET(dst, dstw); \
dstw             1503 ext/pcre/pcrelib/sljit/sljitLir.c 		return sljit_emit_fop1_convd_fromw(compiler, op, dst, dstw, src, srcw); \
dstw             1505 ext/pcre/pcrelib/sljit/sljitLir.c 	CHECK(check_sljit_emit_fop1(compiler, op, dst, dstw, src, srcw)); \
dstw             1506 ext/pcre/pcrelib/sljit/sljitLir.c 	ADJUST_LOCAL_OFFSET(dst, dstw); \
dstw             1692 ext/pcre/pcrelib/sljit/sljitLir.c SLJIT_API_FUNC_ATTRIBUTE sljit_si sljit_get_local_base(struct sljit_compiler *compiler, sljit_si dst, sljit_sw dstw, sljit_sw offset)
dstw             1695 ext/pcre/pcrelib/sljit/sljitLir.c 	CHECK(check_sljit_get_local_base(compiler, dst, dstw, offset));
dstw             1703 ext/pcre/pcrelib/sljit/sljitLir.c 		return sljit_emit_op2(compiler, SLJIT_ADD | SLJIT_KEEP_FLAGS, dst, dstw, SLJIT_SP, 0, SLJIT_IMM, offset);
dstw             1704 ext/pcre/pcrelib/sljit/sljitLir.c 	return sljit_emit_op1(compiler, SLJIT_MOV, dst, dstw, SLJIT_SP, 0);
dstw             1802 ext/pcre/pcrelib/sljit/sljitLir.c SLJIT_API_FUNC_ATTRIBUTE sljit_si sljit_emit_fast_enter(struct sljit_compiler *compiler, sljit_si dst, sljit_sw dstw)
dstw             1806 ext/pcre/pcrelib/sljit/sljitLir.c 	SLJIT_UNUSED_ARG(dstw);
dstw             1829 ext/pcre/pcrelib/sljit/sljitLir.c 	sljit_si dst, sljit_sw dstw,
dstw             1835 ext/pcre/pcrelib/sljit/sljitLir.c 	SLJIT_UNUSED_ARG(dstw);
dstw             1843 ext/pcre/pcrelib/sljit/sljitLir.c 	sljit_si dst, sljit_sw dstw,
dstw             1850 ext/pcre/pcrelib/sljit/sljitLir.c 	SLJIT_UNUSED_ARG(dstw);
dstw             1882 ext/pcre/pcrelib/sljit/sljitLir.c 	sljit_si dst, sljit_sw dstw,
dstw             1888 ext/pcre/pcrelib/sljit/sljitLir.c 	SLJIT_UNUSED_ARG(dstw);
dstw             1896 ext/pcre/pcrelib/sljit/sljitLir.c 	sljit_si dst, sljit_sw dstw,
dstw             1903 ext/pcre/pcrelib/sljit/sljitLir.c 	SLJIT_UNUSED_ARG(dstw);
dstw             1980 ext/pcre/pcrelib/sljit/sljitLir.c 	sljit_si dst, sljit_sw dstw,
dstw             1987 ext/pcre/pcrelib/sljit/sljitLir.c 	SLJIT_UNUSED_ARG(dstw);
dstw             1995 ext/pcre/pcrelib/sljit/sljitLir.c SLJIT_API_FUNC_ATTRIBUTE sljit_si sljit_get_local_base(struct sljit_compiler *compiler, sljit_si dst, sljit_sw dstw, sljit_sw offset)
dstw             1999 ext/pcre/pcrelib/sljit/sljitLir.c 	SLJIT_UNUSED_ARG(dstw);
dstw             2005 ext/pcre/pcrelib/sljit/sljitLir.c SLJIT_API_FUNC_ATTRIBUTE struct sljit_const* sljit_emit_const(struct sljit_compiler *compiler, sljit_si dst, sljit_sw dstw, sljit_sw initval)
dstw             2009 ext/pcre/pcrelib/sljit/sljitLir.c 	SLJIT_UNUSED_ARG(dstw);
dstw              563 ext/pcre/pcrelib/sljit/sljitLir.h SLJIT_API_FUNC_ATTRIBUTE sljit_si sljit_emit_fast_enter(struct sljit_compiler *compiler, sljit_si dst, sljit_sw dstw);
dstw              814 ext/pcre/pcrelib/sljit/sljitLir.h 	sljit_si dst, sljit_sw dstw,
dstw              868 ext/pcre/pcrelib/sljit/sljitLir.h 	sljit_si dst, sljit_sw dstw,
dstw              914 ext/pcre/pcrelib/sljit/sljitLir.h 	sljit_si dst, sljit_sw dstw,
dstw              934 ext/pcre/pcrelib/sljit/sljitLir.h 	sljit_si dst, sljit_sw dstw,
dstw             1074 ext/pcre/pcrelib/sljit/sljitLir.h 	sljit_si dst, sljit_sw dstw,
dstw             1080 ext/pcre/pcrelib/sljit/sljitLir.h SLJIT_API_FUNC_ATTRIBUTE sljit_si sljit_get_local_base(struct sljit_compiler *compiler, sljit_si dst, sljit_sw dstw, sljit_sw offset);
dstw             1084 ext/pcre/pcrelib/sljit/sljitLir.h SLJIT_API_FUNC_ATTRIBUTE struct sljit_const* sljit_emit_const(struct sljit_compiler *compiler, sljit_si dst, sljit_sw dstw, sljit_sw init_value);
dstw              824 ext/pcre/pcrelib/sljit/sljitNativeARM_32.c 	sljit_si dst, sljit_sw dstw,
dstw             1603 ext/pcre/pcrelib/sljit/sljitNativeARM_32.c 	sljit_si dst, sljit_sw dstw,
dstw             1636 ext/pcre/pcrelib/sljit/sljitNativeARM_32.c 		if (getput_arg_fast(compiler, inp_flags | ARG_TEST, TMP_REG2, dst, dstw)) {
dstw             1742 ext/pcre/pcrelib/sljit/sljitNativeARM_32.c 		if (!can_cache(src1, src1w, src2, src2w) && can_cache(src1, src1w, dst, dstw)) {
dstw             1746 ext/pcre/pcrelib/sljit/sljitNativeARM_32.c 			FAIL_IF(getput_arg(compiler, inp_flags | LOAD_DATA, TMP_REG2, src1, src1w, dst, dstw));
dstw             1750 ext/pcre/pcrelib/sljit/sljitNativeARM_32.c 			FAIL_IF(getput_arg(compiler, inp_flags | LOAD_DATA, TMP_REG2, src2, src2w, dst, dstw));
dstw             1760 ext/pcre/pcrelib/sljit/sljitNativeARM_32.c 		FAIL_IF(getput_arg(compiler, inp_flags | LOAD_DATA, TMP_REG1, src1, src1w, dst, dstw));
dstw             1764 ext/pcre/pcrelib/sljit/sljitNativeARM_32.c 		FAIL_IF(getput_arg(compiler, inp_flags | LOAD_DATA, sugg_src2_r, src2, src2w, dst, dstw));
dstw             1785 ext/pcre/pcrelib/sljit/sljitNativeARM_32.c 			FAIL_IF(getput_arg_fast(compiler, inp_flags, dst_r, dst, dstw));
dstw             1787 ext/pcre/pcrelib/sljit/sljitNativeARM_32.c 			FAIL_IF(getput_arg(compiler, inp_flags, dst_r, dst, dstw, 0, 0));
dstw             1870 ext/pcre/pcrelib/sljit/sljitNativeARM_32.c 	sljit_si dst, sljit_sw dstw,
dstw             1874 ext/pcre/pcrelib/sljit/sljitNativeARM_32.c 	CHECK(check_sljit_emit_op1(compiler, op, dst, dstw, src, srcw));
dstw             1875 ext/pcre/pcrelib/sljit/sljitNativeARM_32.c 	ADJUST_LOCAL_OFFSET(dst, dstw);
dstw             1883 ext/pcre/pcrelib/sljit/sljitNativeARM_32.c 		return emit_op(compiler, SLJIT_MOV, ALLOW_ANY_IMM, dst, dstw, TMP_REG1, 0, src, srcw);
dstw             1886 ext/pcre/pcrelib/sljit/sljitNativeARM_32.c 		return emit_op(compiler, SLJIT_MOV_UB, ALLOW_ANY_IMM | BYTE_DATA, dst, dstw, TMP_REG1, 0, src, (src & SLJIT_IMM) ? (sljit_ub)srcw : srcw);
dstw             1889 ext/pcre/pcrelib/sljit/sljitNativeARM_32.c 		return emit_op(compiler, SLJIT_MOV_SB, ALLOW_ANY_IMM | SIGNED_DATA | BYTE_DATA, dst, dstw, TMP_REG1, 0, src, (src & SLJIT_IMM) ? (sljit_sb)srcw : srcw);
dstw             1892 ext/pcre/pcrelib/sljit/sljitNativeARM_32.c 		return emit_op(compiler, SLJIT_MOV_UH, ALLOW_ANY_IMM | HALF_DATA, dst, dstw, TMP_REG1, 0, src, (src & SLJIT_IMM) ? (sljit_uh)srcw : srcw);
dstw             1895 ext/pcre/pcrelib/sljit/sljitNativeARM_32.c 		return emit_op(compiler, SLJIT_MOV_SH, ALLOW_ANY_IMM | SIGNED_DATA | HALF_DATA, dst, dstw, TMP_REG1, 0, src, (src & SLJIT_IMM) ? (sljit_sh)srcw : srcw);
dstw             1901 ext/pcre/pcrelib/sljit/sljitNativeARM_32.c 		return emit_op(compiler, SLJIT_MOV, ALLOW_ANY_IMM | WRITE_BACK, dst, dstw, TMP_REG1, 0, src, srcw);
dstw             1904 ext/pcre/pcrelib/sljit/sljitNativeARM_32.c 		return emit_op(compiler, SLJIT_MOV_UB, ALLOW_ANY_IMM | BYTE_DATA | WRITE_BACK, dst, dstw, TMP_REG1, 0, src, (src & SLJIT_IMM) ? (sljit_ub)srcw : srcw);
dstw             1907 ext/pcre/pcrelib/sljit/sljitNativeARM_32.c 		return emit_op(compiler, SLJIT_MOV_SB, ALLOW_ANY_IMM | SIGNED_DATA | BYTE_DATA | WRITE_BACK, dst, dstw, TMP_REG1, 0, src, (src & SLJIT_IMM) ? (sljit_sb)srcw : srcw);
dstw             1910 ext/pcre/pcrelib/sljit/sljitNativeARM_32.c 		return emit_op(compiler, SLJIT_MOV_UH, ALLOW_ANY_IMM | HALF_DATA | WRITE_BACK, dst, dstw, TMP_REG1, 0, src, (src & SLJIT_IMM) ? (sljit_uh)srcw : srcw);
dstw             1913 ext/pcre/pcrelib/sljit/sljitNativeARM_32.c 		return emit_op(compiler, SLJIT_MOV_SH, ALLOW_ANY_IMM | SIGNED_DATA | HALF_DATA | WRITE_BACK, dst, dstw, TMP_REG1, 0, src, (src & SLJIT_IMM) ? (sljit_sh)srcw : srcw);
dstw             1916 ext/pcre/pcrelib/sljit/sljitNativeARM_32.c 		return emit_op(compiler, op, ALLOW_ANY_IMM, dst, dstw, TMP_REG1, 0, src, srcw);
dstw             1923 ext/pcre/pcrelib/sljit/sljitNativeARM_32.c 		return sljit_emit_op2(compiler, SLJIT_SUB | GET_ALL_FLAGS(op), dst, dstw, SLJIT_IMM, 0, src, srcw);
dstw             1926 ext/pcre/pcrelib/sljit/sljitNativeARM_32.c 		return emit_op(compiler, op, 0, dst, dstw, TMP_REG1, 0, src, srcw);
dstw             1933 ext/pcre/pcrelib/sljit/sljitNativeARM_32.c 	sljit_si dst, sljit_sw dstw,
dstw             1938 ext/pcre/pcrelib/sljit/sljitNativeARM_32.c 	CHECK(check_sljit_emit_op2(compiler, op, dst, dstw, src1, src1w, src2, src2w));
dstw             1939 ext/pcre/pcrelib/sljit/sljitNativeARM_32.c 	ADJUST_LOCAL_OFFSET(dst, dstw);
dstw             1950 ext/pcre/pcrelib/sljit/sljitNativeARM_32.c 		return emit_op(compiler, op, ALLOW_IMM, dst, dstw, src1, src1w, src2, src2w);
dstw             1953 ext/pcre/pcrelib/sljit/sljitNativeARM_32.c 		return emit_op(compiler, op, 0, dst, dstw, src1, src1w, src2, src2w);
dstw             1956 ext/pcre/pcrelib/sljit/sljitNativeARM_32.c 		return emit_op(compiler, op, ALLOW_ANY_IMM, dst, dstw, src1, src1w, src2, src2w);
dstw             1963 ext/pcre/pcrelib/sljit/sljitNativeARM_32.c 			return emit_op(compiler, op, 0, dst, dstw, TMP_REG1, 0, src1, src1w);
dstw             1967 ext/pcre/pcrelib/sljit/sljitNativeARM_32.c 			return emit_op(compiler, op, 0, dst, dstw, src1, src1w, src2, src2w);
dstw             2108 ext/pcre/pcrelib/sljit/sljitNativeARM_32.c 	sljit_si dst, sljit_sw dstw,
dstw             2125 ext/pcre/pcrelib/sljit/sljitNativeARM_32.c 	return emit_fop_mem(compiler, 0, TMP_FREG1, dst, dstw);
dstw             2129 ext/pcre/pcrelib/sljit/sljitNativeARM_32.c 	sljit_si dst, sljit_sw dstw,
dstw             2148 ext/pcre/pcrelib/sljit/sljitNativeARM_32.c 		return emit_fop_mem(compiler, (op & SLJIT_SINGLE_OP), TMP_FREG1, dst, dstw);
dstw             2171 ext/pcre/pcrelib/sljit/sljitNativeARM_32.c 	sljit_si dst, sljit_sw dstw,
dstw             2183 ext/pcre/pcrelib/sljit/sljitNativeARM_32.c 	SELECT_FOP1_OPERATION_WITH_CHECKS(compiler, op, dst, dstw, src, srcw);
dstw             2214 ext/pcre/pcrelib/sljit/sljitNativeARM_32.c 		return emit_fop_mem(compiler, (op & SLJIT_SINGLE_OP), dst_r, dst, dstw);
dstw             2219 ext/pcre/pcrelib/sljit/sljitNativeARM_32.c 	sljit_si dst, sljit_sw dstw,
dstw             2226 ext/pcre/pcrelib/sljit/sljitNativeARM_32.c 	CHECK(check_sljit_emit_fop2(compiler, op, dst, dstw, src1, src1w, src2, src2w));
dstw             2227 ext/pcre/pcrelib/sljit/sljitNativeARM_32.c 	ADJUST_LOCAL_OFFSET(dst, dstw);
dstw             2266 ext/pcre/pcrelib/sljit/sljitNativeARM_32.c 		FAIL_IF(emit_fop_mem(compiler, (op & SLJIT_SINGLE_OP), TMP_FREG1, dst, dstw));
dstw             2279 ext/pcre/pcrelib/sljit/sljitNativeARM_32.c SLJIT_API_FUNC_ATTRIBUTE sljit_si sljit_emit_fast_enter(struct sljit_compiler *compiler, sljit_si dst, sljit_sw dstw)
dstw             2282 ext/pcre/pcrelib/sljit/sljitNativeARM_32.c 	CHECK(check_sljit_emit_fast_enter(compiler, dst, dstw));
dstw             2283 ext/pcre/pcrelib/sljit/sljitNativeARM_32.c 	ADJUST_LOCAL_OFFSET(dst, dstw);
dstw             2293 ext/pcre/pcrelib/sljit/sljitNativeARM_32.c 	if (getput_arg_fast(compiler, WORD_DATA, TMP_REG3, dst, dstw))
dstw             2299 ext/pcre/pcrelib/sljit/sljitNativeARM_32.c 	return getput_arg(compiler, WORD_DATA, TMP_REG2, dst, dstw, 0, 0);
dstw             2479 ext/pcre/pcrelib/sljit/sljitNativeARM_32.c 	sljit_si dst, sljit_sw dstw,
dstw             2487 ext/pcre/pcrelib/sljit/sljitNativeARM_32.c 	CHECK(check_sljit_emit_op_flags(compiler, op, dst, dstw, src, srcw, type));
dstw             2488 ext/pcre/pcrelib/sljit/sljitNativeARM_32.c 	ADJUST_LOCAL_OFFSET(dst, dstw);
dstw             2501 ext/pcre/pcrelib/sljit/sljitNativeARM_32.c 		return (dst_r == TMP_REG2) ? emit_op_mem(compiler, WORD_DATA, TMP_REG2, dst, dstw) : SLJIT_SUCCESS;
dstw             2514 ext/pcre/pcrelib/sljit/sljitNativeARM_32.c 		FAIL_IF(emit_op_mem2(compiler, WORD_DATA | LOAD_DATA, TMP_REG1, src, srcw, dst, dstw));
dstw             2526 ext/pcre/pcrelib/sljit/sljitNativeARM_32.c 		FAIL_IF(emit_op_mem2(compiler, WORD_DATA, TMP_REG2, dst, dstw, 0, 0));
dstw             2531 ext/pcre/pcrelib/sljit/sljitNativeARM_32.c SLJIT_API_FUNC_ATTRIBUTE struct sljit_const* sljit_emit_const(struct sljit_compiler *compiler, sljit_si dst, sljit_sw dstw, sljit_sw init_value)
dstw             2537 ext/pcre/pcrelib/sljit/sljitNativeARM_32.c 	CHECK_PTR(check_sljit_emit_const(compiler, dst, dstw, init_value));
dstw             2538 ext/pcre/pcrelib/sljit/sljitNativeARM_32.c 	ADJUST_LOCAL_OFFSET(dst, dstw);
dstw             2554 ext/pcre/pcrelib/sljit/sljitNativeARM_32.c 		PTR_FAIL_IF(emit_op_mem(compiler, WORD_DATA, TMP_REG2, dst, dstw));
dstw             1279 ext/pcre/pcrelib/sljit/sljitNativeARM_64.c 	sljit_si dst, sljit_sw dstw,
dstw             1286 ext/pcre/pcrelib/sljit/sljitNativeARM_64.c 	CHECK(check_sljit_emit_op1(compiler, op, dst, dstw, src, srcw));
dstw             1287 ext/pcre/pcrelib/sljit/sljitNativeARM_64.c 	ADJUST_LOCAL_OFFSET(dst, dstw);
dstw             1378 ext/pcre/pcrelib/sljit/sljitNativeARM_64.c 				FAIL_IF(getput_arg(compiler, flags, dst_r, src, srcw, dst, dstw));
dstw             1386 ext/pcre/pcrelib/sljit/sljitNativeARM_64.c 			if (getput_arg_fast(compiler, flags | STORE, dst_r, dst, dstw))
dstw             1389 ext/pcre/pcrelib/sljit/sljitNativeARM_64.c 				return getput_arg(compiler, flags | STORE, dst_r, dst, dstw, 0, 0);
dstw             1408 ext/pcre/pcrelib/sljit/sljitNativeARM_64.c 			FAIL_IF(getput_arg(compiler, mem_flags, TMP_REG2, src, srcw, dst, dstw));
dstw             1422 ext/pcre/pcrelib/sljit/sljitNativeARM_64.c 		if (getput_arg_fast(compiler, mem_flags | STORE, dst_r, dst, dstw))
dstw             1425 ext/pcre/pcrelib/sljit/sljitNativeARM_64.c 			return getput_arg(compiler, mem_flags | STORE, dst_r, dst, dstw, 0, 0);
dstw             1431 ext/pcre/pcrelib/sljit/sljitNativeARM_64.c 	sljit_si dst, sljit_sw dstw,
dstw             1438 ext/pcre/pcrelib/sljit/sljitNativeARM_64.c 	CHECK(check_sljit_emit_op2(compiler, op, dst, dstw, src1, src1w, src2, src2w));
dstw             1439 ext/pcre/pcrelib/sljit/sljitNativeARM_64.c 	ADJUST_LOCAL_OFFSET(dst, dstw);
dstw             1457 ext/pcre/pcrelib/sljit/sljitNativeARM_64.c 	if ((dst & SLJIT_MEM) && !getput_arg_fast(compiler, mem_flags | STORE | ARG_TEST, TMP_REG1, dst, dstw))
dstw             1474 ext/pcre/pcrelib/sljit/sljitNativeARM_64.c 		if (!can_cache(src1, src1w, src2, src2w) && can_cache(src1, src1w, dst, dstw)) {
dstw             1476 ext/pcre/pcrelib/sljit/sljitNativeARM_64.c 			FAIL_IF(getput_arg(compiler, mem_flags, TMP_REG1, src1, src1w, dst, dstw));
dstw             1480 ext/pcre/pcrelib/sljit/sljitNativeARM_64.c 			FAIL_IF(getput_arg(compiler, mem_flags, TMP_REG2, src2, src2w, dst, dstw));
dstw             1484 ext/pcre/pcrelib/sljit/sljitNativeARM_64.c 		FAIL_IF(getput_arg(compiler, mem_flags, TMP_REG1, src1, src1w, dst, dstw));
dstw             1486 ext/pcre/pcrelib/sljit/sljitNativeARM_64.c 		FAIL_IF(getput_arg(compiler, mem_flags, TMP_REG2, src2, src2w, dst, dstw));
dstw             1506 ext/pcre/pcrelib/sljit/sljitNativeARM_64.c 			getput_arg_fast(compiler, mem_flags | STORE, dst_r, dst, dstw);
dstw             1509 ext/pcre/pcrelib/sljit/sljitNativeARM_64.c 		return getput_arg(compiler, mem_flags | STORE, TMP_REG1, dst, dstw, 0, 0);
dstw             1604 ext/pcre/pcrelib/sljit/sljitNativeARM_64.c 	sljit_si dst, sljit_sw dstw,
dstw             1621 ext/pcre/pcrelib/sljit/sljitNativeARM_64.c 		return emit_op_mem(compiler, ((GET_OPCODE(op) == SLJIT_CONVI_FROMD) ? INT_SIZE : WORD_SIZE) | STORE, TMP_REG1, dst, dstw);
dstw             1626 ext/pcre/pcrelib/sljit/sljitNativeARM_64.c 	sljit_si dst, sljit_sw dstw,
dstw             1650 ext/pcre/pcrelib/sljit/sljitNativeARM_64.c 		return emit_fop_mem(compiler, ((op & SLJIT_SINGLE_OP) ? INT_SIZE : WORD_SIZE) | STORE, TMP_FREG1, dst, dstw);
dstw             1675 ext/pcre/pcrelib/sljit/sljitNativeARM_64.c 	sljit_si dst, sljit_sw dstw,
dstw             1686 ext/pcre/pcrelib/sljit/sljitNativeARM_64.c 	SELECT_FOP1_OPERATION_WITH_CHECKS(compiler, op, dst, dstw, src, srcw);
dstw             1717 ext/pcre/pcrelib/sljit/sljitNativeARM_64.c 		return emit_fop_mem(compiler, mem_flags | STORE, dst_r, dst, dstw);
dstw             1722 ext/pcre/pcrelib/sljit/sljitNativeARM_64.c 	sljit_si dst, sljit_sw dstw,
dstw             1730 ext/pcre/pcrelib/sljit/sljitNativeARM_64.c 	CHECK(check_sljit_emit_fop2(compiler, op, dst, dstw, src1, src1w, src2, src2w));
dstw             1731 ext/pcre/pcrelib/sljit/sljitNativeARM_64.c 	ADJUST_LOCAL_OFFSET(dst, dstw);
dstw             1765 ext/pcre/pcrelib/sljit/sljitNativeARM_64.c 	return emit_fop_mem(compiler, mem_flags | STORE, TMP_FREG1, dst, dstw);
dstw             1772 ext/pcre/pcrelib/sljit/sljitNativeARM_64.c SLJIT_API_FUNC_ATTRIBUTE sljit_si sljit_emit_fast_enter(struct sljit_compiler *compiler, sljit_si dst, sljit_sw dstw)
dstw             1775 ext/pcre/pcrelib/sljit/sljitNativeARM_64.c 	CHECK(check_sljit_emit_fast_enter(compiler, dst, dstw));
dstw             1776 ext/pcre/pcrelib/sljit/sljitNativeARM_64.c 	ADJUST_LOCAL_OFFSET(dst, dstw);
dstw             1786 ext/pcre/pcrelib/sljit/sljitNativeARM_64.c 	return emit_op_mem(compiler, WORD_SIZE | STORE, TMP_LR, dst, dstw);
dstw             1968 ext/pcre/pcrelib/sljit/sljitNativeARM_64.c 	sljit_si dst, sljit_sw dstw,
dstw             1976 ext/pcre/pcrelib/sljit/sljitNativeARM_64.c 	CHECK(check_sljit_emit_op_flags(compiler, op, dst, dstw, src, srcw, type));
dstw             1977 ext/pcre/pcrelib/sljit/sljitNativeARM_64.c 	ADJUST_LOCAL_OFFSET(dst, dstw);
dstw             1990 ext/pcre/pcrelib/sljit/sljitNativeARM_64.c 		return emit_op_mem(compiler, (GET_OPCODE(op) == SLJIT_MOV ? WORD_SIZE : INT_SIZE) | STORE, TMP_REG1, dst, dstw);
dstw             2003 ext/pcre/pcrelib/sljit/sljitNativeARM_64.c 		FAIL_IF(emit_op_mem2(compiler, mem_flags, TMP_REG1, src, srcw, dst, dstw));
dstw             2014 ext/pcre/pcrelib/sljit/sljitNativeARM_64.c 	return emit_op_mem2(compiler, mem_flags | STORE, TMP_REG1, dst, dstw, 0, 0);
dstw             2017 ext/pcre/pcrelib/sljit/sljitNativeARM_64.c SLJIT_API_FUNC_ATTRIBUTE struct sljit_const* sljit_emit_const(struct sljit_compiler *compiler, sljit_si dst, sljit_sw dstw, sljit_sw init_value)
dstw             2023 ext/pcre/pcrelib/sljit/sljitNativeARM_64.c 	CHECK_PTR(check_sljit_emit_const(compiler, dst, dstw, init_value));
dstw             2024 ext/pcre/pcrelib/sljit/sljitNativeARM_64.c 	ADJUST_LOCAL_OFFSET(dst, dstw);
dstw             2034 ext/pcre/pcrelib/sljit/sljitNativeARM_64.c 		PTR_FAIL_IF(emit_op_mem(compiler, WORD_SIZE | STORE, dst_r, dst, dstw));
dstw             1315 ext/pcre/pcrelib/sljit/sljitNativeARM_T2_32.c 	sljit_si dst, sljit_sw dstw,
dstw             1322 ext/pcre/pcrelib/sljit/sljitNativeARM_T2_32.c 	CHECK(check_sljit_emit_op1(compiler, op, dst, dstw, src, srcw));
dstw             1323 ext/pcre/pcrelib/sljit/sljitNativeARM_T2_32.c 	ADJUST_LOCAL_OFFSET(dst, dstw);
dstw             1398 ext/pcre/pcrelib/sljit/sljitNativeARM_T2_32.c 				FAIL_IF(getput_arg(compiler, flags, dst_r, src, srcw, dst, dstw));
dstw             1406 ext/pcre/pcrelib/sljit/sljitNativeARM_T2_32.c 			if (getput_arg_fast(compiler, flags | STORE, dst_r, dst, dstw))
dstw             1409 ext/pcre/pcrelib/sljit/sljitNativeARM_T2_32.c 				return getput_arg(compiler, flags | STORE, dst_r, dst, dstw, 0, 0);
dstw             1419 ext/pcre/pcrelib/sljit/sljitNativeARM_T2_32.c 		return sljit_emit_op2(compiler, SLJIT_SUB | op_flags, dst, dstw, SLJIT_IMM, 0, src, srcw);
dstw             1427 ext/pcre/pcrelib/sljit/sljitNativeARM_T2_32.c 			FAIL_IF(getput_arg(compiler, WORD_SIZE, TMP_REG2, src, srcw, dst, dstw));
dstw             1439 ext/pcre/pcrelib/sljit/sljitNativeARM_T2_32.c 		if (getput_arg_fast(compiler, flags | STORE, dst_r, dst, dstw))
dstw             1442 ext/pcre/pcrelib/sljit/sljitNativeARM_T2_32.c 			return getput_arg(compiler, flags | STORE, dst_r, dst, dstw, 0, 0);
dstw             1448 ext/pcre/pcrelib/sljit/sljitNativeARM_T2_32.c 	sljit_si dst, sljit_sw dstw,
dstw             1455 ext/pcre/pcrelib/sljit/sljitNativeARM_T2_32.c 	CHECK(check_sljit_emit_op2(compiler, op, dst, dstw, src1, src1w, src2, src2w));
dstw             1456 ext/pcre/pcrelib/sljit/sljitNativeARM_T2_32.c 	ADJUST_LOCAL_OFFSET(dst, dstw);
dstw             1466 ext/pcre/pcrelib/sljit/sljitNativeARM_T2_32.c 	if ((dst & SLJIT_MEM) && !getput_arg_fast(compiler, WORD_SIZE | STORE | ARG_TEST, TMP_REG1, dst, dstw))
dstw             1483 ext/pcre/pcrelib/sljit/sljitNativeARM_T2_32.c 		if (!can_cache(src1, src1w, src2, src2w) && can_cache(src1, src1w, dst, dstw)) {
dstw             1485 ext/pcre/pcrelib/sljit/sljitNativeARM_T2_32.c 			FAIL_IF(getput_arg(compiler, WORD_SIZE, TMP_REG1, src1, src1w, dst, dstw));
dstw             1489 ext/pcre/pcrelib/sljit/sljitNativeARM_T2_32.c 			FAIL_IF(getput_arg(compiler, WORD_SIZE, TMP_REG2, src2, src2w, dst, dstw));
dstw             1493 ext/pcre/pcrelib/sljit/sljitNativeARM_T2_32.c 		FAIL_IF(getput_arg(compiler, WORD_SIZE, TMP_REG1, src1, src1w, dst, dstw));
dstw             1495 ext/pcre/pcrelib/sljit/sljitNativeARM_T2_32.c 		FAIL_IF(getput_arg(compiler, WORD_SIZE, TMP_REG2, src2, src2w, dst, dstw));
dstw             1518 ext/pcre/pcrelib/sljit/sljitNativeARM_T2_32.c 			getput_arg_fast(compiler, WORD_SIZE | STORE, dst_r, dst, dstw);
dstw             1521 ext/pcre/pcrelib/sljit/sljitNativeARM_T2_32.c 		return getput_arg(compiler, WORD_SIZE | STORE, TMP_REG1, dst, dstw, 0, 0);
dstw             1630 ext/pcre/pcrelib/sljit/sljitNativeARM_T2_32.c 	sljit_si dst, sljit_sw dstw,
dstw             1647 ext/pcre/pcrelib/sljit/sljitNativeARM_T2_32.c 	return emit_fop_mem(compiler, 0, TMP_FREG1, dst, dstw);
dstw             1651 ext/pcre/pcrelib/sljit/sljitNativeARM_T2_32.c 	sljit_si dst, sljit_sw dstw,
dstw             1670 ext/pcre/pcrelib/sljit/sljitNativeARM_T2_32.c 		return emit_fop_mem(compiler, (op & SLJIT_SINGLE_OP), TMP_FREG1, dst, dstw);
dstw             1693 ext/pcre/pcrelib/sljit/sljitNativeARM_T2_32.c 	sljit_si dst, sljit_sw dstw,
dstw             1705 ext/pcre/pcrelib/sljit/sljitNativeARM_T2_32.c 	SELECT_FOP1_OPERATION_WITH_CHECKS(compiler, op, dst, dstw, src, srcw);
dstw             1736 ext/pcre/pcrelib/sljit/sljitNativeARM_T2_32.c 		return emit_fop_mem(compiler, (op & SLJIT_SINGLE_OP), dst_r, dst, dstw);
dstw             1741 ext/pcre/pcrelib/sljit/sljitNativeARM_T2_32.c 	sljit_si dst, sljit_sw dstw,
dstw             1748 ext/pcre/pcrelib/sljit/sljitNativeARM_T2_32.c 	CHECK(check_sljit_emit_fop2(compiler, op, dst, dstw, src1, src1w, src2, src2w));
dstw             1749 ext/pcre/pcrelib/sljit/sljitNativeARM_T2_32.c 	ADJUST_LOCAL_OFFSET(dst, dstw);
dstw             1784 ext/pcre/pcrelib/sljit/sljitNativeARM_T2_32.c 	return emit_fop_mem(compiler, (op & SLJIT_SINGLE_OP), TMP_FREG1, dst, dstw);
dstw             1793 ext/pcre/pcrelib/sljit/sljitNativeARM_T2_32.c SLJIT_API_FUNC_ATTRIBUTE sljit_si sljit_emit_fast_enter(struct sljit_compiler *compiler, sljit_si dst, sljit_sw dstw)
dstw             1796 ext/pcre/pcrelib/sljit/sljitNativeARM_T2_32.c 	CHECK(check_sljit_emit_fast_enter(compiler, dst, dstw));
dstw             1797 ext/pcre/pcrelib/sljit/sljitNativeARM_T2_32.c 	ADJUST_LOCAL_OFFSET(dst, dstw);
dstw             1807 ext/pcre/pcrelib/sljit/sljitNativeARM_T2_32.c 	if (getput_arg_fast(compiler, WORD_SIZE | STORE, TMP_REG3, dst, dstw))
dstw             1813 ext/pcre/pcrelib/sljit/sljitNativeARM_T2_32.c 	return getput_arg(compiler, WORD_SIZE | STORE, TMP_REG2, dst, dstw, 0, 0);
dstw             1976 ext/pcre/pcrelib/sljit/sljitNativeARM_T2_32.c 	sljit_si dst, sljit_sw dstw,
dstw             1984 ext/pcre/pcrelib/sljit/sljitNativeARM_T2_32.c 	CHECK(check_sljit_emit_op_flags(compiler, op, dst, dstw, src, srcw, type));
dstw             1985 ext/pcre/pcrelib/sljit/sljitNativeARM_T2_32.c 	ADJUST_LOCAL_OFFSET(dst, dstw);
dstw             2006 ext/pcre/pcrelib/sljit/sljitNativeARM_T2_32.c 		return emit_op_mem(compiler, WORD_SIZE | STORE, TMP_REG2, dst, dstw);
dstw             2026 ext/pcre/pcrelib/sljit/sljitNativeARM_T2_32.c 		FAIL_IF(emit_op_mem2(compiler, WORD_SIZE, TMP_REG2, src, srcw, dst, dstw));
dstw             2046 ext/pcre/pcrelib/sljit/sljitNativeARM_T2_32.c 		FAIL_IF(emit_op_mem2(compiler, WORD_SIZE | STORE, TMP_REG2, dst, dstw, 0, 0));
dstw             2057 ext/pcre/pcrelib/sljit/sljitNativeARM_T2_32.c SLJIT_API_FUNC_ATTRIBUTE struct sljit_const* sljit_emit_const(struct sljit_compiler *compiler, sljit_si dst, sljit_sw dstw, sljit_sw init_value)
dstw             2063 ext/pcre/pcrelib/sljit/sljitNativeARM_T2_32.c 	CHECK_PTR(check_sljit_emit_const(compiler, dst, dstw, init_value));
dstw             2064 ext/pcre/pcrelib/sljit/sljitNativeARM_T2_32.c 	ADJUST_LOCAL_OFFSET(dst, dstw);
dstw             2074 ext/pcre/pcrelib/sljit/sljitNativeARM_T2_32.c 		PTR_FAIL_IF(emit_op_mem(compiler, WORD_SIZE | STORE, dst_r, dst, dstw));
dstw              898 ext/pcre/pcrelib/sljit/sljitNativeMIPS_common.c 	sljit_si dst, sljit_sw dstw,
dstw              928 ext/pcre/pcrelib/sljit/sljitNativeMIPS_common.c 	else if ((dst & SLJIT_MEM) && !getput_arg_fast(compiler, flags | ARG_TEST, DR(TMP_REG1), dst, dstw))
dstw             1005 ext/pcre/pcrelib/sljit/sljitNativeMIPS_common.c 		if (!can_cache(src1, src1w, src2, src2w) && can_cache(src1, src1w, dst, dstw)) {
dstw             1007 ext/pcre/pcrelib/sljit/sljitNativeMIPS_common.c 			FAIL_IF(getput_arg(compiler, flags | LOAD_DATA, DR(TMP_REG1), src1, src1w, dst, dstw));
dstw             1011 ext/pcre/pcrelib/sljit/sljitNativeMIPS_common.c 			FAIL_IF(getput_arg(compiler, flags | LOAD_DATA, DR(TMP_REG2), src2, src2w, dst, dstw));
dstw             1015 ext/pcre/pcrelib/sljit/sljitNativeMIPS_common.c 		FAIL_IF(getput_arg(compiler, flags | LOAD_DATA, DR(TMP_REG1), src1, src1w, dst, dstw));
dstw             1017 ext/pcre/pcrelib/sljit/sljitNativeMIPS_common.c 		FAIL_IF(getput_arg(compiler, flags | LOAD_DATA, DR(sugg_src2_r), src2, src2w, dst, dstw));
dstw             1023 ext/pcre/pcrelib/sljit/sljitNativeMIPS_common.c 			getput_arg_fast(compiler, flags, DR(dst_r), dst, dstw);
dstw             1026 ext/pcre/pcrelib/sljit/sljitNativeMIPS_common.c 		return getput_arg(compiler, flags, DR(dst_r), dst, dstw, 0, 0);
dstw             1083 ext/pcre/pcrelib/sljit/sljitNativeMIPS_common.c 	sljit_si dst, sljit_sw dstw,
dstw             1093 ext/pcre/pcrelib/sljit/sljitNativeMIPS_common.c 	CHECK(check_sljit_emit_op1(compiler, op, dst, dstw, src, srcw));
dstw             1094 ext/pcre/pcrelib/sljit/sljitNativeMIPS_common.c 	ADJUST_LOCAL_OFFSET(dst, dstw);
dstw             1108 ext/pcre/pcrelib/sljit/sljitNativeMIPS_common.c 		return emit_op(compiler, SLJIT_MOV, WORD_DATA, dst, dstw, TMP_REG1, 0, src, srcw);
dstw             1112 ext/pcre/pcrelib/sljit/sljitNativeMIPS_common.c 		return emit_op(compiler, SLJIT_MOV_UI, INT_DATA, dst, dstw, TMP_REG1, 0, src, srcw);
dstw             1114 ext/pcre/pcrelib/sljit/sljitNativeMIPS_common.c 		return emit_op(compiler, SLJIT_MOV_UI, INT_DATA, dst, dstw, TMP_REG1, 0, src, (src & SLJIT_IMM) ? (sljit_ui)srcw : srcw);
dstw             1119 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);
dstw             1121 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);
dstw             1125 ext/pcre/pcrelib/sljit/sljitNativeMIPS_common.c 		return emit_op(compiler, SLJIT_MOV_UB, BYTE_DATA, dst, dstw, TMP_REG1, 0, src, (src & SLJIT_IMM) ? (sljit_ub)srcw : srcw);
dstw             1128 ext/pcre/pcrelib/sljit/sljitNativeMIPS_common.c 		return emit_op(compiler, SLJIT_MOV_SB, BYTE_DATA | SIGNED_DATA, dst, dstw, TMP_REG1, 0, src, (src & SLJIT_IMM) ? (sljit_sb)srcw : srcw);
dstw             1131 ext/pcre/pcrelib/sljit/sljitNativeMIPS_common.c 		return emit_op(compiler, SLJIT_MOV_UH, HALF_DATA, dst, dstw, TMP_REG1, 0, src, (src & SLJIT_IMM) ? (sljit_uh)srcw : srcw);
dstw             1134 ext/pcre/pcrelib/sljit/sljitNativeMIPS_common.c 		return emit_op(compiler, SLJIT_MOV_SH, HALF_DATA | SIGNED_DATA, dst, dstw, TMP_REG1, 0, src, (src & SLJIT_IMM) ? (sljit_sh)srcw : srcw);
dstw             1138 ext/pcre/pcrelib/sljit/sljitNativeMIPS_common.c 		return emit_op(compiler, SLJIT_MOV, WORD_DATA | WRITE_BACK, dst, dstw, TMP_REG1, 0, src, srcw);
dstw             1142 ext/pcre/pcrelib/sljit/sljitNativeMIPS_common.c 		return emit_op(compiler, SLJIT_MOV_UI, INT_DATA | WRITE_BACK, dst, dstw, TMP_REG1, 0, src, srcw);
dstw             1144 ext/pcre/pcrelib/sljit/sljitNativeMIPS_common.c 		return emit_op(compiler, SLJIT_MOV_UI, INT_DATA | WRITE_BACK, dst, dstw, TMP_REG1, 0, src, (src & SLJIT_IMM) ? (sljit_ui)srcw : srcw);
dstw             1149 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);
dstw             1151 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);
dstw             1155 ext/pcre/pcrelib/sljit/sljitNativeMIPS_common.c 		return emit_op(compiler, SLJIT_MOV_UB, BYTE_DATA | WRITE_BACK, dst, dstw, TMP_REG1, 0, src, (src & SLJIT_IMM) ? (sljit_ub)srcw : srcw);
dstw             1158 ext/pcre/pcrelib/sljit/sljitNativeMIPS_common.c 		return emit_op(compiler, SLJIT_MOV_SB, BYTE_DATA | SIGNED_DATA | WRITE_BACK, dst, dstw, TMP_REG1, 0, src, (src & SLJIT_IMM) ? (sljit_sb)srcw : srcw);
dstw             1161 ext/pcre/pcrelib/sljit/sljitNativeMIPS_common.c 		return emit_op(compiler, SLJIT_MOV_UH, HALF_DATA | WRITE_BACK, dst, dstw, TMP_REG1, 0, src, (src & SLJIT_IMM) ? (sljit_uh)srcw : srcw);
dstw             1164 ext/pcre/pcrelib/sljit/sljitNativeMIPS_common.c 		return emit_op(compiler, SLJIT_MOV_SH, HALF_DATA | SIGNED_DATA | WRITE_BACK, dst, dstw, TMP_REG1, 0, src, (src & SLJIT_IMM) ? (sljit_sh)srcw : srcw);
dstw             1167 ext/pcre/pcrelib/sljit/sljitNativeMIPS_common.c 		return emit_op(compiler, op, flags, dst, dstw, TMP_REG1, 0, src, srcw);
dstw             1170 ext/pcre/pcrelib/sljit/sljitNativeMIPS_common.c 		return emit_op(compiler, SLJIT_SUB | GET_ALL_FLAGS(op), flags | IMM_OP, dst, dstw, SLJIT_IMM, 0, src, srcw);
dstw             1173 ext/pcre/pcrelib/sljit/sljitNativeMIPS_common.c 		return emit_op(compiler, op, flags, dst, dstw, TMP_REG1, 0, src, srcw);
dstw             1184 ext/pcre/pcrelib/sljit/sljitNativeMIPS_common.c 	sljit_si dst, sljit_sw dstw,
dstw             1195 ext/pcre/pcrelib/sljit/sljitNativeMIPS_common.c 	CHECK(check_sljit_emit_op2(compiler, op, dst, dstw, src1, src1w, src2, src2w));
dstw             1196 ext/pcre/pcrelib/sljit/sljitNativeMIPS_common.c 	ADJUST_LOCAL_OFFSET(dst, dstw);
dstw             1213 ext/pcre/pcrelib/sljit/sljitNativeMIPS_common.c 		return emit_op(compiler, op, flags | CUMULATIVE_OP | IMM_OP, dst, dstw, src1, src1w, src2, src2w);
dstw             1217 ext/pcre/pcrelib/sljit/sljitNativeMIPS_common.c 		return emit_op(compiler, op, flags | IMM_OP, dst, dstw, src1, src1w, src2, src2w);
dstw             1220 ext/pcre/pcrelib/sljit/sljitNativeMIPS_common.c 		return emit_op(compiler, op, flags | CUMULATIVE_OP, dst, dstw, src1, src1w, src2, src2w);
dstw             1225 ext/pcre/pcrelib/sljit/sljitNativeMIPS_common.c 		return emit_op(compiler, op, flags | CUMULATIVE_OP | LOGICAL_OP | IMM_OP, dst, dstw, src1, src1w, src2, src2w);
dstw             1241 ext/pcre/pcrelib/sljit/sljitNativeMIPS_common.c 		return emit_op(compiler, op, flags | IMM_OP, dst, dstw, src1, src1w, src2, src2w);
dstw             1293 ext/pcre/pcrelib/sljit/sljitNativeMIPS_common.c 	sljit_si dst, sljit_sw dstw,
dstw             1303 ext/pcre/pcrelib/sljit/sljitNativeMIPS_common.c 		FAIL_IF(emit_op_mem2(compiler, FLOAT_DATA(op) | LOAD_DATA, TMP_FREG1, src, srcw, dst, dstw));
dstw             1318 ext/pcre/pcrelib/sljit/sljitNativeMIPS_common.c 	return emit_op_mem2(compiler, flags ? DOUBLE_DATA : SINGLE_DATA, TMP_FREG1, dst, dstw, 0, 0);
dstw             1326 ext/pcre/pcrelib/sljit/sljitNativeMIPS_common.c 	sljit_si dst, sljit_sw dstw,
dstw             1341 ext/pcre/pcrelib/sljit/sljitNativeMIPS_common.c 		FAIL_IF(emit_op_mem2(compiler, ((flags) ? DOUBLE_DATA : SINGLE_DATA) | LOAD_DATA, TMP_FREG1, src, srcw, dst, dstw));
dstw             1355 ext/pcre/pcrelib/sljit/sljitNativeMIPS_common.c 		return emit_op_mem2(compiler, FLOAT_DATA(op), TMP_FREG1, dst, dstw, 0, 0);
dstw             1403 ext/pcre/pcrelib/sljit/sljitNativeMIPS_common.c 	sljit_si dst, sljit_sw dstw,
dstw             1413 ext/pcre/pcrelib/sljit/sljitNativeMIPS_common.c 	SELECT_FOP1_OPERATION_WITH_CHECKS(compiler, op, dst, dstw, src, srcw);
dstw             1421 ext/pcre/pcrelib/sljit/sljitNativeMIPS_common.c 		FAIL_IF(emit_op_mem2(compiler, FLOAT_DATA(op) | LOAD_DATA, dst_r, src, srcw, dst, dstw));
dstw             1449 ext/pcre/pcrelib/sljit/sljitNativeMIPS_common.c 		return emit_op_mem2(compiler, FLOAT_DATA(op), dst_r, dst, dstw, 0, 0);
dstw             1454 ext/pcre/pcrelib/sljit/sljitNativeMIPS_common.c 	sljit_si dst, sljit_sw dstw,
dstw             1461 ext/pcre/pcrelib/sljit/sljitNativeMIPS_common.c 	CHECK(check_sljit_emit_fop2(compiler, op, dst, dstw, src1, src1w, src2, src2w));
dstw             1462 ext/pcre/pcrelib/sljit/sljitNativeMIPS_common.c 	ADJUST_LOCAL_OFFSET(dst, dstw);
dstw             1492 ext/pcre/pcrelib/sljit/sljitNativeMIPS_common.c 		if (!can_cache(src1, src1w, src2, src2w) && can_cache(src1, src1w, dst, dstw)) {
dstw             1494 ext/pcre/pcrelib/sljit/sljitNativeMIPS_common.c 			FAIL_IF(getput_arg(compiler, FLOAT_DATA(op) | LOAD_DATA, TMP_FREG1, src1, src1w, dst, dstw));
dstw             1498 ext/pcre/pcrelib/sljit/sljitNativeMIPS_common.c 			FAIL_IF(getput_arg(compiler, FLOAT_DATA(op) | LOAD_DATA, TMP_FREG2, src2, src2w, dst, dstw));
dstw             1502 ext/pcre/pcrelib/sljit/sljitNativeMIPS_common.c 		FAIL_IF(getput_arg(compiler, FLOAT_DATA(op) | LOAD_DATA, TMP_FREG1, src1, src1w, dst, dstw));
dstw             1504 ext/pcre/pcrelib/sljit/sljitNativeMIPS_common.c 		FAIL_IF(getput_arg(compiler, FLOAT_DATA(op) | LOAD_DATA, TMP_FREG2, src2, src2w, dst, dstw));
dstw             1530 ext/pcre/pcrelib/sljit/sljitNativeMIPS_common.c 		FAIL_IF(emit_op_mem2(compiler, FLOAT_DATA(op), TMP_FREG2, dst, dstw, 0, 0));
dstw             1539 ext/pcre/pcrelib/sljit/sljitNativeMIPS_common.c SLJIT_API_FUNC_ATTRIBUTE sljit_si sljit_emit_fast_enter(struct sljit_compiler *compiler, sljit_si dst, sljit_sw dstw)
dstw             1542 ext/pcre/pcrelib/sljit/sljitNativeMIPS_common.c 	CHECK(check_sljit_emit_fast_enter(compiler, dst, dstw));
dstw             1543 ext/pcre/pcrelib/sljit/sljitNativeMIPS_common.c 	ADJUST_LOCAL_OFFSET(dst, dstw);
dstw             1553 ext/pcre/pcrelib/sljit/sljitNativeMIPS_common.c 	return emit_op_mem(compiler, WORD_DATA, RETURN_ADDR_REG, dst, dstw);
dstw             2005 ext/pcre/pcrelib/sljit/sljitNativeMIPS_common.c 	sljit_si dst, sljit_sw dstw,
dstw             2018 ext/pcre/pcrelib/sljit/sljitNativeMIPS_common.c 	CHECK(check_sljit_emit_op_flags(compiler, op, dst, dstw, src, srcw, type));
dstw             2019 ext/pcre/pcrelib/sljit/sljitNativeMIPS_common.c 	ADJUST_LOCAL_OFFSET(dst, dstw);
dstw             2035 ext/pcre/pcrelib/sljit/sljitNativeMIPS_common.c 		FAIL_IF(emit_op_mem2(compiler, mem_type | LOAD_DATA, DR(TMP_REG1), src, srcw, dst, dstw));
dstw             2103 ext/pcre/pcrelib/sljit/sljitNativeMIPS_common.c 		return emit_op(compiler, op | flags, mem_type | CUMULATIVE_OP | LOGICAL_OP | IMM_OP | ALT_KEEP_CACHE, dst, dstw, src, srcw, TMP_REG2, 0);
dstw             2107 ext/pcre/pcrelib/sljit/sljitNativeMIPS_common.c 		return emit_op_mem(compiler, mem_type, dst_ar, dst, dstw);
dstw             2118 ext/pcre/pcrelib/sljit/sljitNativeMIPS_common.c SLJIT_API_FUNC_ATTRIBUTE struct sljit_const* sljit_emit_const(struct sljit_compiler *compiler, sljit_si dst, sljit_sw dstw, sljit_sw init_value)
dstw             2124 ext/pcre/pcrelib/sljit/sljitNativeMIPS_common.c 	CHECK_PTR(check_sljit_emit_const(compiler, dst, dstw, init_value));
dstw             2125 ext/pcre/pcrelib/sljit/sljitNativeMIPS_common.c 	ADJUST_LOCAL_OFFSET(dst, dstw);
dstw             2136 ext/pcre/pcrelib/sljit/sljitNativeMIPS_common.c 		PTR_FAIL_IF(emit_op(compiler, SLJIT_MOV, WORD_DATA, dst, dstw, TMP_REG1, 0, TMP_REG2, 0));
dstw             1118 ext/pcre/pcrelib/sljit/sljitNativePPC_common.c 	sljit_si dst, sljit_sw dstw,
dstw             1151 ext/pcre/pcrelib/sljit/sljitNativePPC_common.c 		if (getput_arg_fast(compiler, input_flags | ARG_TEST, TMP_REG2, dst, dstw)) {
dstw             1198 ext/pcre/pcrelib/sljit/sljitNativePPC_common.c 		if (!can_cache(src1, src1w, src2, src2w) && can_cache(src1, src1w, dst, dstw)) {
dstw             1200 ext/pcre/pcrelib/sljit/sljitNativePPC_common.c 			FAIL_IF(getput_arg(compiler, input_flags | LOAD_DATA, TMP_REG1, src1, src1w, dst, dstw));
dstw             1204 ext/pcre/pcrelib/sljit/sljitNativePPC_common.c 			FAIL_IF(getput_arg(compiler, input_flags | LOAD_DATA, TMP_REG2, src2, src2w, dst, dstw));
dstw             1214 ext/pcre/pcrelib/sljit/sljitNativePPC_common.c 		FAIL_IF(getput_arg(compiler, input_flags | LOAD_DATA, TMP_REG1, src1, src1w, dst, dstw));
dstw             1218 ext/pcre/pcrelib/sljit/sljitNativePPC_common.c 		FAIL_IF(getput_arg(compiler, input_flags | LOAD_DATA, sugg_src2_r, src2, src2w, dst, dstw));
dstw             1239 ext/pcre/pcrelib/sljit/sljitNativePPC_common.c 			FAIL_IF(getput_arg_fast(compiler, input_flags, dst_r, dst, dstw));
dstw             1241 ext/pcre/pcrelib/sljit/sljitNativePPC_common.c 			FAIL_IF(getput_arg(compiler, input_flags, dst_r, dst, dstw, 0, 0));
dstw             1294 ext/pcre/pcrelib/sljit/sljitNativePPC_common.c 	emit_op(compiler, (src & SLJIT_IMM) ? SLJIT_MOV : type, flags | (type_flags), dst, dstw, TMP_REG1, 0, src, (src & SLJIT_IMM) ? type_cast srcw : srcw)
dstw             1297 ext/pcre/pcrelib/sljit/sljitNativePPC_common.c 	sljit_si dst, sljit_sw dstw,
dstw             1304 ext/pcre/pcrelib/sljit/sljitNativePPC_common.c 	CHECK(check_sljit_emit_op1(compiler, op, dst, dstw, src, srcw));
dstw             1305 ext/pcre/pcrelib/sljit/sljitNativePPC_common.c 	ADJUST_LOCAL_OFFSET(dst, dstw);
dstw             1349 ext/pcre/pcrelib/sljit/sljitNativePPC_common.c 		return emit_op(compiler, SLJIT_MOV, flags | WORD_DATA, dst, dstw, TMP_REG1, 0, src, srcw);
dstw             1377 ext/pcre/pcrelib/sljit/sljitNativePPC_common.c 		return emit_op(compiler, SLJIT_MOV, flags | WORD_DATA | WRITE_BACK, dst, dstw, TMP_REG1, 0, src, srcw);
dstw             1400 ext/pcre/pcrelib/sljit/sljitNativePPC_common.c 		return emit_op(compiler, SLJIT_NOT, flags, dst, dstw, TMP_REG1, 0, src, srcw);
dstw             1403 ext/pcre/pcrelib/sljit/sljitNativePPC_common.c 		return emit_op(compiler, SLJIT_NEG, flags, dst, dstw, TMP_REG1, 0, src, srcw);
dstw             1407 ext/pcre/pcrelib/sljit/sljitNativePPC_common.c 		return emit_op(compiler, SLJIT_CLZ, flags | (!(op_flags & SLJIT_INT_OP) ? 0 : ALT_FORM1), dst, dstw, TMP_REG1, 0, src, srcw);
dstw             1409 ext/pcre/pcrelib/sljit/sljitNativePPC_common.c 		return emit_op(compiler, SLJIT_CLZ, flags, dst, dstw, TMP_REG1, 0, src, srcw);
dstw             1452 ext/pcre/pcrelib/sljit/sljitNativePPC_common.c 	sljit_si dst, sljit_sw dstw,
dstw             1459 ext/pcre/pcrelib/sljit/sljitNativePPC_common.c 	CHECK(check_sljit_emit_op2(compiler, op, dst, dstw, src1, src1w, src2, src2w));
dstw             1460 ext/pcre/pcrelib/sljit/sljitNativePPC_common.c 	ADJUST_LOCAL_OFFSET(dst, dstw);
dstw             1491 ext/pcre/pcrelib/sljit/sljitNativePPC_common.c 				return emit_op(compiler, SLJIT_ADD, flags | ALT_FORM1, dst, dstw, src1, src1w, TMP_REG2, 0);
dstw             1495 ext/pcre/pcrelib/sljit/sljitNativePPC_common.c 				return emit_op(compiler, SLJIT_ADD, flags | ALT_FORM1, dst, dstw, src2, src2w, TMP_REG2, 0);
dstw             1499 ext/pcre/pcrelib/sljit/sljitNativePPC_common.c 				return emit_op(compiler, SLJIT_ADD, flags | ALT_FORM2, dst, dstw, src1, src1w, TMP_REG2, 0);
dstw             1503 ext/pcre/pcrelib/sljit/sljitNativePPC_common.c 				return emit_op(compiler, SLJIT_ADD, flags | ALT_FORM2, dst, dstw, src2, src2w, TMP_REG2, 0);
dstw             1508 ext/pcre/pcrelib/sljit/sljitNativePPC_common.c 				return emit_op(compiler, SLJIT_ADD, flags | ALT_FORM4, dst, dstw, src1, src1w, TMP_REG2, 0);
dstw             1512 ext/pcre/pcrelib/sljit/sljitNativePPC_common.c 				return emit_op(compiler, SLJIT_ADD, flags | ALT_FORM4, dst, dstw, src2, src2w, TMP_REG2, 0);
dstw             1518 ext/pcre/pcrelib/sljit/sljitNativePPC_common.c 				return emit_op(compiler, SLJIT_ADD, flags | ALT_FORM3, dst, dstw, src1, src1w, TMP_REG2, 0);
dstw             1522 ext/pcre/pcrelib/sljit/sljitNativePPC_common.c 				return emit_op(compiler, SLJIT_ADD, flags | ALT_FORM3, dst, dstw, src2, src2w, TMP_REG2, 0);
dstw             1525 ext/pcre/pcrelib/sljit/sljitNativePPC_common.c 		return emit_op(compiler, SLJIT_ADD, flags, dst, dstw, src1, src1w, src2, src2w);
dstw             1528 ext/pcre/pcrelib/sljit/sljitNativePPC_common.c 		return emit_op(compiler, SLJIT_ADDC, flags | (!(op & SLJIT_KEEP_FLAGS) ? 0 : ALT_FORM1), dst, dstw, src1, src1w, src2, src2w);
dstw             1534 ext/pcre/pcrelib/sljit/sljitNativePPC_common.c 				return emit_op(compiler, SLJIT_ADD, flags | ALT_FORM1, dst, dstw, src1, src1w, TMP_REG2, 0);
dstw             1538 ext/pcre/pcrelib/sljit/sljitNativePPC_common.c 				return emit_op(compiler, SLJIT_SUB, flags | ALT_FORM1, dst, dstw, src2, src2w, TMP_REG2, 0);
dstw             1542 ext/pcre/pcrelib/sljit/sljitNativePPC_common.c 				return emit_op(compiler, SLJIT_ADD, flags | ALT_FORM2, dst, dstw, src1, src1w, TMP_REG2, 0);
dstw             1547 ext/pcre/pcrelib/sljit/sljitNativePPC_common.c 				return emit_op(compiler, SLJIT_ADD, flags | ALT_FORM4, dst, dstw, src1, src1w, TMP_REG2, 0);
dstw             1555 ext/pcre/pcrelib/sljit/sljitNativePPC_common.c 					return emit_op(compiler, SLJIT_SUB, flags | ALT_FORM2, dst, dstw, src1, src1w, TMP_REG2, 0);
dstw             1559 ext/pcre/pcrelib/sljit/sljitNativePPC_common.c 					return emit_op(compiler, SLJIT_SUB, flags | ALT_FORM2, dst, dstw, src2, src2w, TMP_REG2, 0);
dstw             1566 ext/pcre/pcrelib/sljit/sljitNativePPC_common.c 					return emit_op(compiler, SLJIT_SUB, flags | ALT_FORM3, dst, dstw, src1, src1w, TMP_REG2, 0);
dstw             1568 ext/pcre/pcrelib/sljit/sljitNativePPC_common.c 				return emit_op(compiler, SLJIT_SUB, flags | ALT_FORM4, dst, dstw, src1, src1w, src2, src2w);
dstw             1572 ext/pcre/pcrelib/sljit/sljitNativePPC_common.c 				return emit_op(compiler, SLJIT_SUB, flags | ALT_FORM2 | ALT_FORM3, dst, dstw, src1, src1w, TMP_REG2, 0);
dstw             1574 ext/pcre/pcrelib/sljit/sljitNativePPC_common.c 			return emit_op(compiler, SLJIT_SUB, flags | ((op & SLJIT_SET_U) ? ALT_FORM4 : 0) | ((op & (SLJIT_SET_E | SLJIT_SET_S)) ? ALT_FORM5 : 0), dst, dstw, src1, src1w, src2, src2w);
dstw             1579 ext/pcre/pcrelib/sljit/sljitNativePPC_common.c 				return emit_op(compiler, SLJIT_ADD, flags | ALT_FORM3, dst, dstw, src1, src1w, TMP_REG2, 0);
dstw             1583 ext/pcre/pcrelib/sljit/sljitNativePPC_common.c 		return emit_op(compiler, SLJIT_SUB, flags | (!(op & SLJIT_SET_U) ? 0 : ALT_FORM6), dst, dstw, src1, src1w, src2, src2w);
dstw             1586 ext/pcre/pcrelib/sljit/sljitNativePPC_common.c 		return emit_op(compiler, SLJIT_SUBC, flags | (!(op & SLJIT_KEEP_FLAGS) ? 0 : ALT_FORM1), dst, dstw, src1, src1w, src2, src2w);
dstw             1596 ext/pcre/pcrelib/sljit/sljitNativePPC_common.c 				return emit_op(compiler, SLJIT_MUL, flags | ALT_FORM1, dst, dstw, src1, src1w, TMP_REG2, 0);
dstw             1600 ext/pcre/pcrelib/sljit/sljitNativePPC_common.c 				return emit_op(compiler, SLJIT_MUL, flags | ALT_FORM1, dst, dstw, src2, src2w, TMP_REG2, 0);
dstw             1603 ext/pcre/pcrelib/sljit/sljitNativePPC_common.c 		return emit_op(compiler, SLJIT_MUL, flags, dst, dstw, src1, src1w, src2, src2w);
dstw             1612 ext/pcre/pcrelib/sljit/sljitNativePPC_common.c 				return emit_op(compiler, GET_OPCODE(op), flags | ALT_FORM1, dst, dstw, src1, src1w, TMP_REG2, 0);
dstw             1616 ext/pcre/pcrelib/sljit/sljitNativePPC_common.c 				return emit_op(compiler, GET_OPCODE(op), flags | ALT_FORM1, dst, dstw, src2, src2w, TMP_REG2, 0);
dstw             1620 ext/pcre/pcrelib/sljit/sljitNativePPC_common.c 				return emit_op(compiler, GET_OPCODE(op), flags | ALT_FORM2, dst, dstw, src1, src1w, TMP_REG2, 0);
dstw             1624 ext/pcre/pcrelib/sljit/sljitNativePPC_common.c 				return emit_op(compiler, GET_OPCODE(op), flags | ALT_FORM2, dst, dstw, src2, src2w, TMP_REG2, 0);
dstw             1630 ext/pcre/pcrelib/sljit/sljitNativePPC_common.c 				return emit_op(compiler, GET_OPCODE(op), flags | ALT_FORM3, dst, dstw, src1, src1w, TMP_REG2, 0);
dstw             1634 ext/pcre/pcrelib/sljit/sljitNativePPC_common.c 				return emit_op(compiler, GET_OPCODE(op), flags | ALT_FORM3, dst, dstw, src2, src2w, TMP_REG2, 0);
dstw             1637 ext/pcre/pcrelib/sljit/sljitNativePPC_common.c 		return emit_op(compiler, GET_OPCODE(op), flags, dst, dstw, src1, src1w, src2, src2w);
dstw             1651 ext/pcre/pcrelib/sljit/sljitNativePPC_common.c 			return emit_op(compiler, GET_OPCODE(op), flags | ALT_FORM1, dst, dstw, src1, src1w, TMP_REG2, 0);
dstw             1653 ext/pcre/pcrelib/sljit/sljitNativePPC_common.c 		return emit_op(compiler, GET_OPCODE(op), flags, dst, dstw, src1, src1w, src2, src2w);
dstw             1713 ext/pcre/pcrelib/sljit/sljitNativePPC_common.c 	sljit_si dst, sljit_sw dstw,
dstw             1718 ext/pcre/pcrelib/sljit/sljitNativePPC_common.c 		FAIL_IF(emit_op_mem2(compiler, FLOAT_DATA(op) | LOAD_DATA, TMP_FREG1, src, srcw, dst, dstw));
dstw             1734 ext/pcre/pcrelib/sljit/sljitNativePPC_common.c 		return emit_op_mem2(compiler, DOUBLE_DATA, TMP_FREG1, dst, dstw, 0, 0);
dstw             1753 ext/pcre/pcrelib/sljit/sljitNativePPC_common.c 		dstw &= 0x3;
dstw             1754 ext/pcre/pcrelib/sljit/sljitNativePPC_common.c 		if (dstw) {
dstw             1756 ext/pcre/pcrelib/sljit/sljitNativePPC_common.c 			FAIL_IF(push_inst(compiler, RLWINM | S(OFFS_REG(dst)) | A(TMP_REG1) | (dstw << 11) | ((31 - dstw) << 1)));
dstw             1758 ext/pcre/pcrelib/sljit/sljitNativePPC_common.c 			FAIL_IF(push_inst(compiler, RLDI(TMP_REG1, OFFS_REG(dst), dstw, 63 - dstw, 1)));
dstw             1760 ext/pcre/pcrelib/sljit/sljitNativePPC_common.c 			dstw = TMP_REG1;
dstw             1763 ext/pcre/pcrelib/sljit/sljitNativePPC_common.c 			dstw = OFFS_REG(dst);
dstw             1766 ext/pcre/pcrelib/sljit/sljitNativePPC_common.c 		if ((dst & REG_MASK) && !dstw) {
dstw             1767 ext/pcre/pcrelib/sljit/sljitNativePPC_common.c 			dstw = dst & REG_MASK;
dstw             1772 ext/pcre/pcrelib/sljit/sljitNativePPC_common.c 			FAIL_IF(load_immediate(compiler, TMP_REG1, dstw));
dstw             1773 ext/pcre/pcrelib/sljit/sljitNativePPC_common.c 			dstw = TMP_REG1;
dstw             1777 ext/pcre/pcrelib/sljit/sljitNativePPC_common.c 	return push_inst(compiler, STFIWX | FS(TMP_FREG1) | A(dst & REG_MASK) | B(dstw));
dstw             1781 ext/pcre/pcrelib/sljit/sljitNativePPC_common.c 	sljit_si dst, sljit_sw dstw,
dstw             1804 ext/pcre/pcrelib/sljit/sljitNativePPC_common.c 		FAIL_IF(emit_op_mem2(compiler, DOUBLE_DATA | LOAD_DATA, TMP_FREG1, SLJIT_MEM1(SLJIT_SP), FLOAT_TMP_MEM_OFFSET, dst, dstw));
dstw             1807 ext/pcre/pcrelib/sljit/sljitNativePPC_common.c 		FAIL_IF(emit_op_mem2(compiler, DOUBLE_DATA | LOAD_DATA, TMP_FREG1, src, srcw, dst, dstw));
dstw             1812 ext/pcre/pcrelib/sljit/sljitNativePPC_common.c 		return emit_op_mem2(compiler, FLOAT_DATA(op), TMP_FREG1, dst, dstw, 0, 0);
dstw             1850 ext/pcre/pcrelib/sljit/sljitNativePPC_common.c 		return emit_op_mem2(compiler, FLOAT_DATA(op), TMP_FREG1, dst, dstw, 0, 0);
dstw             1876 ext/pcre/pcrelib/sljit/sljitNativePPC_common.c 	sljit_si dst, sljit_sw dstw,
dstw             1886 ext/pcre/pcrelib/sljit/sljitNativePPC_common.c 	SELECT_FOP1_OPERATION_WITH_CHECKS(compiler, op, dst, dstw, src, srcw);
dstw             1894 ext/pcre/pcrelib/sljit/sljitNativePPC_common.c 		FAIL_IF(emit_op_mem2(compiler, FLOAT_DATA(op) | LOAD_DATA, dst_r, src, srcw, dst, dstw));
dstw             1923 ext/pcre/pcrelib/sljit/sljitNativePPC_common.c 		FAIL_IF(emit_op_mem2(compiler, FLOAT_DATA(op), dst_r, dst, dstw, 0, 0));
dstw             1928 ext/pcre/pcrelib/sljit/sljitNativePPC_common.c 	sljit_si dst, sljit_sw dstw,
dstw             1935 ext/pcre/pcrelib/sljit/sljitNativePPC_common.c 	CHECK(check_sljit_emit_fop2(compiler, op, dst, dstw, src1, src1w, src2, src2w));
dstw             1936 ext/pcre/pcrelib/sljit/sljitNativePPC_common.c 	ADJUST_LOCAL_OFFSET(dst, dstw);
dstw             1962 ext/pcre/pcrelib/sljit/sljitNativePPC_common.c 		if (!can_cache(src1, src1w, src2, src2w) && can_cache(src1, src1w, dst, dstw)) {
dstw             1964 ext/pcre/pcrelib/sljit/sljitNativePPC_common.c 			FAIL_IF(getput_arg(compiler, FLOAT_DATA(op) | LOAD_DATA, TMP_FREG1, src1, src1w, dst, dstw));
dstw             1968 ext/pcre/pcrelib/sljit/sljitNativePPC_common.c 			FAIL_IF(getput_arg(compiler, FLOAT_DATA(op) | LOAD_DATA, TMP_FREG2, src2, src2w, dst, dstw));
dstw             1972 ext/pcre/pcrelib/sljit/sljitNativePPC_common.c 		FAIL_IF(getput_arg(compiler, FLOAT_DATA(op) | LOAD_DATA, TMP_FREG1, src1, src1w, dst, dstw));
dstw             1974 ext/pcre/pcrelib/sljit/sljitNativePPC_common.c 		FAIL_IF(getput_arg(compiler, FLOAT_DATA(op) | LOAD_DATA, TMP_FREG2, src2, src2w, dst, dstw));
dstw             2000 ext/pcre/pcrelib/sljit/sljitNativePPC_common.c 		FAIL_IF(emit_op_mem2(compiler, FLOAT_DATA(op), TMP_FREG2, dst, dstw, 0, 0));
dstw             2012 ext/pcre/pcrelib/sljit/sljitNativePPC_common.c SLJIT_API_FUNC_ATTRIBUTE sljit_si sljit_emit_fast_enter(struct sljit_compiler *compiler, sljit_si dst, sljit_sw dstw)
dstw             2015 ext/pcre/pcrelib/sljit/sljitNativePPC_common.c 	CHECK(check_sljit_emit_fast_enter(compiler, dst, dstw));
dstw             2016 ext/pcre/pcrelib/sljit/sljitNativePPC_common.c 	ADJUST_LOCAL_OFFSET(dst, dstw);
dstw             2027 ext/pcre/pcrelib/sljit/sljitNativePPC_common.c 	return emit_op(compiler, SLJIT_MOV, WORD_DATA, dst, dstw, TMP_REG1, 0, TMP_REG2, 0);
dstw             2215 ext/pcre/pcrelib/sljit/sljitNativePPC_common.c 	sljit_si dst, sljit_sw dstw,
dstw             2221 ext/pcre/pcrelib/sljit/sljitNativePPC_common.c 	sljit_sw original_dstw = dstw;
dstw             2224 ext/pcre/pcrelib/sljit/sljitNativePPC_common.c 	CHECK(check_sljit_emit_op_flags(compiler, op, dst, dstw, src, srcw, type));
dstw             2225 ext/pcre/pcrelib/sljit/sljitNativePPC_common.c 	ADJUST_LOCAL_OFFSET(dst, dstw);
dstw             2242 ext/pcre/pcrelib/sljit/sljitNativePPC_common.c 		FAIL_IF(emit_op_mem2(compiler, input_flags | LOAD_DATA, TMP_REG1, src, srcw, dst, dstw));
dstw             2345 ext/pcre/pcrelib/sljit/sljitNativePPC_common.c 		return emit_op(compiler, op, input_flags, dst, dstw, TMP_REG1, 0, TMP_REG2, 0);
dstw             2355 ext/pcre/pcrelib/sljit/sljitNativePPC_common.c SLJIT_API_FUNC_ATTRIBUTE struct sljit_const* sljit_emit_const(struct sljit_compiler *compiler, sljit_si dst, sljit_sw dstw, sljit_sw init_value)
dstw             2361 ext/pcre/pcrelib/sljit/sljitNativePPC_common.c 	CHECK_PTR(check_sljit_emit_const(compiler, dst, dstw, init_value));
dstw             2362 ext/pcre/pcrelib/sljit/sljitNativePPC_common.c 	ADJUST_LOCAL_OFFSET(dst, dstw);
dstw             2373 ext/pcre/pcrelib/sljit/sljitNativePPC_common.c 		PTR_FAIL_IF(emit_op(compiler, SLJIT_MOV, WORD_DATA, dst, dstw, TMP_REG1, 0, TMP_REG2, 0));
dstw              633 ext/pcre/pcrelib/sljit/sljitNativeSPARC_common.c 	sljit_si dst, sljit_sw dstw,
dstw              661 ext/pcre/pcrelib/sljit/sljitNativeSPARC_common.c 	else if ((dst & SLJIT_MEM) && !getput_arg_fast(compiler, flags | ARG_TEST, TMP_REG1, dst, dstw))
dstw              734 ext/pcre/pcrelib/sljit/sljitNativeSPARC_common.c 		if (!can_cache(src1, src1w, src2, src2w) && can_cache(src1, src1w, dst, dstw)) {
dstw              736 ext/pcre/pcrelib/sljit/sljitNativeSPARC_common.c 			FAIL_IF(getput_arg(compiler, flags | LOAD_DATA, TMP_REG1, src1, src1w, dst, dstw));
dstw              740 ext/pcre/pcrelib/sljit/sljitNativeSPARC_common.c 			FAIL_IF(getput_arg(compiler, flags | LOAD_DATA, TMP_REG2, src2, src2w, dst, dstw));
dstw              744 ext/pcre/pcrelib/sljit/sljitNativeSPARC_common.c 		FAIL_IF(getput_arg(compiler, flags | LOAD_DATA, TMP_REG1, src1, src1w, dst, dstw));
dstw              746 ext/pcre/pcrelib/sljit/sljitNativeSPARC_common.c 		FAIL_IF(getput_arg(compiler, flags | LOAD_DATA, sugg_src2_r, src2, src2w, dst, dstw));
dstw              752 ext/pcre/pcrelib/sljit/sljitNativeSPARC_common.c 			getput_arg_fast(compiler, flags, dst_r, dst, dstw);
dstw              755 ext/pcre/pcrelib/sljit/sljitNativeSPARC_common.c 		return getput_arg(compiler, flags, dst_r, dst, dstw, 0, 0);
dstw              808 ext/pcre/pcrelib/sljit/sljitNativeSPARC_common.c 	sljit_si dst, sljit_sw dstw,
dstw              814 ext/pcre/pcrelib/sljit/sljitNativeSPARC_common.c 	CHECK(check_sljit_emit_op1(compiler, op, dst, dstw, src, srcw));
dstw              815 ext/pcre/pcrelib/sljit/sljitNativeSPARC_common.c 	ADJUST_LOCAL_OFFSET(dst, dstw);
dstw              822 ext/pcre/pcrelib/sljit/sljitNativeSPARC_common.c 		return emit_op(compiler, SLJIT_MOV, flags | WORD_DATA, dst, dstw, TMP_REG1, 0, src, srcw);
dstw              825 ext/pcre/pcrelib/sljit/sljitNativeSPARC_common.c 		return emit_op(compiler, SLJIT_MOV_UI, flags | INT_DATA, dst, dstw, TMP_REG1, 0, src, srcw);
dstw              828 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);
dstw              831 ext/pcre/pcrelib/sljit/sljitNativeSPARC_common.c 		return emit_op(compiler, SLJIT_MOV_UB, flags | BYTE_DATA, dst, dstw, TMP_REG1, 0, src, (src & SLJIT_IMM) ? (sljit_ub)srcw : srcw);
dstw              834 ext/pcre/pcrelib/sljit/sljitNativeSPARC_common.c 		return emit_op(compiler, SLJIT_MOV_SB, flags | BYTE_DATA | SIGNED_DATA, dst, dstw, TMP_REG1, 0, src, (src & SLJIT_IMM) ? (sljit_sb)srcw : srcw);
dstw              837 ext/pcre/pcrelib/sljit/sljitNativeSPARC_common.c 		return emit_op(compiler, SLJIT_MOV_UH, flags | HALF_DATA, dst, dstw, TMP_REG1, 0, src, (src & SLJIT_IMM) ? (sljit_uh)srcw : srcw);
dstw              840 ext/pcre/pcrelib/sljit/sljitNativeSPARC_common.c 		return emit_op(compiler, SLJIT_MOV_SH, flags | HALF_DATA | SIGNED_DATA, dst, dstw, TMP_REG1, 0, src, (src & SLJIT_IMM) ? (sljit_sh)srcw : srcw);
dstw              844 ext/pcre/pcrelib/sljit/sljitNativeSPARC_common.c 		return emit_op(compiler, SLJIT_MOV, flags | WORD_DATA | WRITE_BACK, dst, dstw, TMP_REG1, 0, src, srcw);
dstw              847 ext/pcre/pcrelib/sljit/sljitNativeSPARC_common.c 		return emit_op(compiler, SLJIT_MOV_UI, flags | INT_DATA | WRITE_BACK, dst, dstw, TMP_REG1, 0, src, srcw);
dstw              850 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);
dstw              853 ext/pcre/pcrelib/sljit/sljitNativeSPARC_common.c 		return emit_op(compiler, SLJIT_MOV_UB, flags | BYTE_DATA | WRITE_BACK, dst, dstw, TMP_REG1, 0, src, (src & SLJIT_IMM) ? (sljit_ub)srcw : srcw);
dstw              856 ext/pcre/pcrelib/sljit/sljitNativeSPARC_common.c 		return emit_op(compiler, SLJIT_MOV_SB, flags | BYTE_DATA | SIGNED_DATA | WRITE_BACK, dst, dstw, TMP_REG1, 0, src, (src & SLJIT_IMM) ? (sljit_sb)srcw : srcw);
dstw              859 ext/pcre/pcrelib/sljit/sljitNativeSPARC_common.c 		return emit_op(compiler, SLJIT_MOV_UH, flags | HALF_DATA | WRITE_BACK, dst, dstw, TMP_REG1, 0, src, (src & SLJIT_IMM) ? (sljit_uh)srcw : srcw);
dstw              862 ext/pcre/pcrelib/sljit/sljitNativeSPARC_common.c 		return emit_op(compiler, SLJIT_MOV_SH, flags | HALF_DATA | SIGNED_DATA | WRITE_BACK, dst, dstw, TMP_REG1, 0, src, (src & SLJIT_IMM) ? (sljit_sh)srcw : srcw);
dstw              866 ext/pcre/pcrelib/sljit/sljitNativeSPARC_common.c 		return emit_op(compiler, op, flags, dst, dstw, TMP_REG1, 0, src, srcw);
dstw              869 ext/pcre/pcrelib/sljit/sljitNativeSPARC_common.c 		return emit_op(compiler, SLJIT_SUB, flags | IMM_OP, dst, dstw, SLJIT_IMM, 0, src, srcw);
dstw              876 ext/pcre/pcrelib/sljit/sljitNativeSPARC_common.c 	sljit_si dst, sljit_sw dstw,
dstw              883 ext/pcre/pcrelib/sljit/sljitNativeSPARC_common.c 	CHECK(check_sljit_emit_op2(compiler, op, dst, dstw, src1, src1w, src2, src2w));
dstw              884 ext/pcre/pcrelib/sljit/sljitNativeSPARC_common.c 	ADJUST_LOCAL_OFFSET(dst, dstw);
dstw              896 ext/pcre/pcrelib/sljit/sljitNativeSPARC_common.c 		return emit_op(compiler, op, flags | CUMULATIVE_OP | IMM_OP, dst, dstw, src1, src1w, src2, src2w);
dstw              900 ext/pcre/pcrelib/sljit/sljitNativeSPARC_common.c 		return emit_op(compiler, op, flags | IMM_OP, dst, dstw, src1, src1w, src2, src2w);
dstw              911 ext/pcre/pcrelib/sljit/sljitNativeSPARC_common.c 		return emit_op(compiler, op, flags | IMM_OP, dst, dstw, src1, src1w, src2, src2w);
dstw              957 ext/pcre/pcrelib/sljit/sljitNativeSPARC_common.c 	sljit_si dst, sljit_sw dstw,
dstw              961 ext/pcre/pcrelib/sljit/sljitNativeSPARC_common.c 		FAIL_IF(emit_op_mem2(compiler, FLOAT_DATA(op) | LOAD_DATA, TMP_FREG1, src, srcw, dst, dstw));
dstw              978 ext/pcre/pcrelib/sljit/sljitNativeSPARC_common.c 	return emit_op_mem2(compiler, SINGLE_DATA, TMP_FREG1, dst, dstw, 0, 0);
dstw              982 ext/pcre/pcrelib/sljit/sljitNativeSPARC_common.c 	sljit_si dst, sljit_sw dstw,
dstw             1003 ext/pcre/pcrelib/sljit/sljitNativeSPARC_common.c 	FAIL_IF(emit_op_mem2(compiler, SINGLE_DATA | LOAD_DATA, TMP_FREG1, src, srcw, dst, dstw));
dstw             1007 ext/pcre/pcrelib/sljit/sljitNativeSPARC_common.c 		return emit_op_mem2(compiler, FLOAT_DATA(op), TMP_FREG1, dst, dstw, 0, 0);
dstw             1033 ext/pcre/pcrelib/sljit/sljitNativeSPARC_common.c 	sljit_si dst, sljit_sw dstw,
dstw             1043 ext/pcre/pcrelib/sljit/sljitNativeSPARC_common.c 	SELECT_FOP1_OPERATION_WITH_CHECKS(compiler, op, dst, dstw, src, srcw);
dstw             1051 ext/pcre/pcrelib/sljit/sljitNativeSPARC_common.c 		FAIL_IF(emit_op_mem2(compiler, FLOAT_DATA(op) | LOAD_DATA, dst_r, src, srcw, dst, dstw));
dstw             1086 ext/pcre/pcrelib/sljit/sljitNativeSPARC_common.c 		FAIL_IF(emit_op_mem2(compiler, FLOAT_DATA(op), dst_r, dst, dstw, 0, 0));
dstw             1091 ext/pcre/pcrelib/sljit/sljitNativeSPARC_common.c 	sljit_si dst, sljit_sw dstw,
dstw             1098 ext/pcre/pcrelib/sljit/sljitNativeSPARC_common.c 	CHECK(check_sljit_emit_fop2(compiler, op, dst, dstw, src1, src1w, src2, src2w));
dstw             1099 ext/pcre/pcrelib/sljit/sljitNativeSPARC_common.c 	ADJUST_LOCAL_OFFSET(dst, dstw);
dstw             1129 ext/pcre/pcrelib/sljit/sljitNativeSPARC_common.c 		if (!can_cache(src1, src1w, src2, src2w) && can_cache(src1, src1w, dst, dstw)) {
dstw             1131 ext/pcre/pcrelib/sljit/sljitNativeSPARC_common.c 			FAIL_IF(getput_arg(compiler, FLOAT_DATA(op) | LOAD_DATA, TMP_FREG1, src1, src1w, dst, dstw));
dstw             1135 ext/pcre/pcrelib/sljit/sljitNativeSPARC_common.c 			FAIL_IF(getput_arg(compiler, FLOAT_DATA(op) | LOAD_DATA, TMP_FREG2, src2, src2w, dst, dstw));
dstw             1139 ext/pcre/pcrelib/sljit/sljitNativeSPARC_common.c 		FAIL_IF(getput_arg(compiler, FLOAT_DATA(op) | LOAD_DATA, TMP_FREG1, src1, src1w, dst, dstw));
dstw             1141 ext/pcre/pcrelib/sljit/sljitNativeSPARC_common.c 		FAIL_IF(getput_arg(compiler, FLOAT_DATA(op) | LOAD_DATA, TMP_FREG2, src2, src2w, dst, dstw));
dstw             1167 ext/pcre/pcrelib/sljit/sljitNativeSPARC_common.c 		FAIL_IF(emit_op_mem2(compiler, FLOAT_DATA(op), TMP_FREG2, dst, dstw, 0, 0));
dstw             1179 ext/pcre/pcrelib/sljit/sljitNativeSPARC_common.c SLJIT_API_FUNC_ATTRIBUTE sljit_si sljit_emit_fast_enter(struct sljit_compiler *compiler, sljit_si dst, sljit_sw dstw)
dstw             1182 ext/pcre/pcrelib/sljit/sljitNativeSPARC_common.c 	CHECK(check_sljit_emit_fast_enter(compiler, dst, dstw));
dstw             1183 ext/pcre/pcrelib/sljit/sljitNativeSPARC_common.c 	ADJUST_LOCAL_OFFSET(dst, dstw);
dstw             1193 ext/pcre/pcrelib/sljit/sljitNativeSPARC_common.c 	return emit_op_mem(compiler, WORD_DATA, TMP_LINK, dst, dstw);
dstw             1371 ext/pcre/pcrelib/sljit/sljitNativeSPARC_common.c 	sljit_si dst, sljit_sw dstw,
dstw             1378 ext/pcre/pcrelib/sljit/sljitNativeSPARC_common.c 	CHECK(check_sljit_emit_op_flags(compiler, op, dst, dstw, src, srcw, type));
dstw             1379 ext/pcre/pcrelib/sljit/sljitNativeSPARC_common.c 	ADJUST_LOCAL_OFFSET(dst, dstw);
dstw             1392 ext/pcre/pcrelib/sljit/sljitNativeSPARC_common.c 		FAIL_IF(emit_op_mem2(compiler, WORD_DATA | LOAD_DATA, TMP_REG1, src, srcw, dst, dstw));
dstw             1407 ext/pcre/pcrelib/sljit/sljitNativeSPARC_common.c 		return emit_op(compiler, op, flags | CUMULATIVE_OP | IMM_OP | ALT_KEEP_CACHE, dst, dstw, src, srcw, TMP_REG2, 0);
dstw             1409 ext/pcre/pcrelib/sljit/sljitNativeSPARC_common.c 	return (reg == TMP_REG2) ? emit_op_mem(compiler, WORD_DATA, TMP_REG2, dst, dstw) : SLJIT_SUCCESS;
dstw             1415 ext/pcre/pcrelib/sljit/sljitNativeSPARC_common.c SLJIT_API_FUNC_ATTRIBUTE struct sljit_const* sljit_emit_const(struct sljit_compiler *compiler, sljit_si dst, sljit_sw dstw, sljit_sw init_value)
dstw             1421 ext/pcre/pcrelib/sljit/sljitNativeSPARC_common.c 	CHECK_PTR(check_sljit_emit_const(compiler, dst, dstw, init_value));
dstw             1422 ext/pcre/pcrelib/sljit/sljitNativeSPARC_common.c 	ADJUST_LOCAL_OFFSET(dst, dstw);
dstw             1433 ext/pcre/pcrelib/sljit/sljitNativeSPARC_common.c 		PTR_FAIL_IF(emit_op_mem(compiler, WORD_DATA, TMP_REG2, dst, dstw));
dstw             1550 ext/pcre/pcrelib/sljit/sljitNativeTILEGX_64.c SLJIT_API_FUNC_ATTRIBUTE sljit_si sljit_emit_fast_enter(struct sljit_compiler *compiler, sljit_si dst, sljit_sw dstw)
dstw             1553 ext/pcre/pcrelib/sljit/sljitNativeTILEGX_64.c 	CHECK(check_sljit_emit_fast_enter(compiler, dst, dstw));
dstw             1554 ext/pcre/pcrelib/sljit/sljitNativeTILEGX_64.c 	ADJUST_LOCAL_OFFSET(dst, dstw);
dstw             1564 ext/pcre/pcrelib/sljit/sljitNativeTILEGX_64.c 	return emit_op_mem(compiler, WORD_DATA, RA, dst, dstw);
dstw             1959 ext/pcre/pcrelib/sljit/sljitNativeTILEGX_64.c static sljit_si emit_op(struct sljit_compiler *compiler, sljit_si op, sljit_si flags, sljit_si dst, sljit_sw dstw, sljit_si src1, sljit_sw src1w, sljit_si src2, sljit_sw src2w)
dstw             1985 ext/pcre/pcrelib/sljit/sljitNativeTILEGX_64.c 	} else if ((dst & SLJIT_MEM) && !getput_arg_fast(compiler, flags | ARG_TEST, TMP_REG1_mapped, dst, dstw))
dstw             2059 ext/pcre/pcrelib/sljit/sljitNativeTILEGX_64.c 		if (!can_cache(src1, src1w, src2, src2w) && can_cache(src1, src1w, dst, dstw)) {
dstw             2061 ext/pcre/pcrelib/sljit/sljitNativeTILEGX_64.c 			FAIL_IF(getput_arg(compiler, flags | LOAD_DATA, TMP_REG1_mapped, src1, src1w, dst, dstw));
dstw             2064 ext/pcre/pcrelib/sljit/sljitNativeTILEGX_64.c 			FAIL_IF(getput_arg(compiler, flags | LOAD_DATA, TMP_REG2_mapped, src2, src2w, dst, dstw));
dstw             2067 ext/pcre/pcrelib/sljit/sljitNativeTILEGX_64.c 		FAIL_IF(getput_arg(compiler, flags | LOAD_DATA, TMP_REG1_mapped, src1, src1w, dst, dstw));
dstw             2069 ext/pcre/pcrelib/sljit/sljitNativeTILEGX_64.c 		FAIL_IF(getput_arg(compiler, flags | LOAD_DATA, reg_map[sugg_src2_r], src2, src2w, dst, dstw));
dstw             2075 ext/pcre/pcrelib/sljit/sljitNativeTILEGX_64.c 			getput_arg_fast(compiler, flags, reg_map[dst_r], dst, dstw);
dstw             2079 ext/pcre/pcrelib/sljit/sljitNativeTILEGX_64.c 		return getput_arg(compiler, flags, reg_map[dst_r], dst, dstw, 0, 0);
dstw             2085 ext/pcre/pcrelib/sljit/sljitNativeTILEGX_64.c SLJIT_API_FUNC_ATTRIBUTE sljit_si sljit_emit_op_flags(struct sljit_compiler *compiler, sljit_si op, sljit_si dst, sljit_sw dstw, sljit_si src, sljit_sw srcw, sljit_si type)
dstw             2092 ext/pcre/pcrelib/sljit/sljitNativeTILEGX_64.c 	CHECK(check_sljit_emit_op_flags(compiler, op, dst, dstw, src, srcw, type));
dstw             2093 ext/pcre/pcrelib/sljit/sljitNativeTILEGX_64.c 	ADJUST_LOCAL_OFFSET(dst, dstw);
dstw             2107 ext/pcre/pcrelib/sljit/sljitNativeTILEGX_64.c 		FAIL_IF(emit_op_mem2(compiler, mem_type | LOAD_DATA, TMP_REG1_mapped, src, srcw, dst, dstw));
dstw             2159 ext/pcre/pcrelib/sljit/sljitNativeTILEGX_64.c 		return emit_op(compiler, op | flags, mem_type | CUMULATIVE_OP | LOGICAL_OP | IMM_OP | ALT_KEEP_CACHE, dst, dstw, src, srcw, TMP_REG2, 0);
dstw             2163 ext/pcre/pcrelib/sljit/sljitNativeTILEGX_64.c 		return emit_op_mem(compiler, mem_type, dst_ar, dst, dstw);
dstw             2193 ext/pcre/pcrelib/sljit/sljitNativeTILEGX_64.c SLJIT_API_FUNC_ATTRIBUTE sljit_si sljit_emit_op1(struct sljit_compiler *compiler, sljit_si op, sljit_si dst, sljit_sw dstw, sljit_si src, sljit_sw srcw)
dstw             2196 ext/pcre/pcrelib/sljit/sljitNativeTILEGX_64.c 	CHECK(check_sljit_emit_op1(compiler, op, dst, dstw, src, srcw));
dstw             2197 ext/pcre/pcrelib/sljit/sljitNativeTILEGX_64.c 	ADJUST_LOCAL_OFFSET(dst, dstw);
dstw             2203 ext/pcre/pcrelib/sljit/sljitNativeTILEGX_64.c 		return emit_op(compiler, SLJIT_MOV, WORD_DATA, dst, dstw, TMP_REG1, 0, src, srcw);
dstw             2206 ext/pcre/pcrelib/sljit/sljitNativeTILEGX_64.c 		return emit_op(compiler, SLJIT_MOV_UI, INT_DATA, dst, dstw, TMP_REG1, 0, src, srcw);
dstw             2209 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);
dstw             2212 ext/pcre/pcrelib/sljit/sljitNativeTILEGX_64.c 		return emit_op(compiler, SLJIT_MOV_UB, BYTE_DATA, dst, dstw, TMP_REG1, 0, src, (src & SLJIT_IMM) ? (sljit_ub) srcw : srcw);
dstw             2215 ext/pcre/pcrelib/sljit/sljitNativeTILEGX_64.c 		return emit_op(compiler, SLJIT_MOV_SB, BYTE_DATA | SIGNED_DATA, dst, dstw, TMP_REG1, 0, src, (src & SLJIT_IMM) ? (sljit_sb) srcw : srcw);
dstw             2218 ext/pcre/pcrelib/sljit/sljitNativeTILEGX_64.c 		return emit_op(compiler, SLJIT_MOV_UH, HALF_DATA, dst, dstw, TMP_REG1, 0, src, (src & SLJIT_IMM) ? (sljit_uh) srcw : srcw);
dstw             2221 ext/pcre/pcrelib/sljit/sljitNativeTILEGX_64.c 		return emit_op(compiler, SLJIT_MOV_SH, HALF_DATA | SIGNED_DATA, dst, dstw, TMP_REG1, 0, src, (src & SLJIT_IMM) ? (sljit_sh) srcw : srcw);
dstw             2225 ext/pcre/pcrelib/sljit/sljitNativeTILEGX_64.c 		return emit_op(compiler, SLJIT_MOV, WORD_DATA | WRITE_BACK, dst, dstw, TMP_REG1, 0, src, srcw);
dstw             2228 ext/pcre/pcrelib/sljit/sljitNativeTILEGX_64.c 		return emit_op(compiler, SLJIT_MOV_UI, INT_DATA | WRITE_BACK, dst, dstw, TMP_REG1, 0, src, srcw);
dstw             2231 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);
dstw             2234 ext/pcre/pcrelib/sljit/sljitNativeTILEGX_64.c 		return emit_op(compiler, SLJIT_MOV_UB, BYTE_DATA | WRITE_BACK, dst, dstw, TMP_REG1, 0, src, (src & SLJIT_IMM) ? (sljit_ub) srcw : srcw);
dstw             2237 ext/pcre/pcrelib/sljit/sljitNativeTILEGX_64.c 		return emit_op(compiler, SLJIT_MOV_SB, BYTE_DATA | SIGNED_DATA | WRITE_BACK, dst, dstw, TMP_REG1, 0, src, (src & SLJIT_IMM) ? (sljit_sb) srcw : srcw);
dstw             2240 ext/pcre/pcrelib/sljit/sljitNativeTILEGX_64.c 		return emit_op(compiler, SLJIT_MOV_UH, HALF_DATA | WRITE_BACK, dst, dstw, TMP_REG1, 0, src, (src & SLJIT_IMM) ? (sljit_uh) srcw : srcw);
dstw             2243 ext/pcre/pcrelib/sljit/sljitNativeTILEGX_64.c 		return emit_op(compiler, SLJIT_MOV_SH, HALF_DATA | SIGNED_DATA | WRITE_BACK, dst, dstw, TMP_REG1, 0, src, (src & SLJIT_IMM) ? (sljit_sh) srcw : srcw);
dstw             2246 ext/pcre/pcrelib/sljit/sljitNativeTILEGX_64.c 		return emit_op(compiler, op, 0, dst, dstw, TMP_REG1, 0, src, srcw);
dstw             2249 ext/pcre/pcrelib/sljit/sljitNativeTILEGX_64.c 		return emit_op(compiler, SLJIT_SUB | GET_ALL_FLAGS(op), IMM_OP, dst, dstw, SLJIT_IMM, 0, src, srcw);
dstw             2252 ext/pcre/pcrelib/sljit/sljitNativeTILEGX_64.c 		return emit_op(compiler, op, (op & SLJIT_INT_OP) ? INT_DATA : WORD_DATA, dst, dstw, TMP_REG1, 0, src, srcw);
dstw             2258 ext/pcre/pcrelib/sljit/sljitNativeTILEGX_64.c SLJIT_API_FUNC_ATTRIBUTE sljit_si sljit_emit_op2(struct sljit_compiler *compiler, sljit_si op, sljit_si dst, sljit_sw dstw, sljit_si src1, sljit_sw src1w, sljit_si src2, sljit_sw src2w)
dstw             2261 ext/pcre/pcrelib/sljit/sljitNativeTILEGX_64.c 	CHECK(check_sljit_emit_op2(compiler, op, dst, dstw, src1, src1w, src2, src2w));
dstw             2262 ext/pcre/pcrelib/sljit/sljitNativeTILEGX_64.c 	ADJUST_LOCAL_OFFSET(dst, dstw);
dstw             2269 ext/pcre/pcrelib/sljit/sljitNativeTILEGX_64.c 		return emit_op(compiler, op, CUMULATIVE_OP | IMM_OP, dst, dstw, src1, src1w, src2, src2w);
dstw             2273 ext/pcre/pcrelib/sljit/sljitNativeTILEGX_64.c 		return emit_op(compiler, op, IMM_OP, dst, dstw, src1, src1w, src2, src2w);
dstw             2276 ext/pcre/pcrelib/sljit/sljitNativeTILEGX_64.c 		return emit_op(compiler, op, CUMULATIVE_OP, dst, dstw, src1, src1w, src2, src2w);
dstw             2281 ext/pcre/pcrelib/sljit/sljitNativeTILEGX_64.c 		return emit_op(compiler, op, CUMULATIVE_OP | LOGICAL_OP | IMM_OP, dst, dstw, src1, src1w, src2, src2w);
dstw             2291 ext/pcre/pcrelib/sljit/sljitNativeTILEGX_64.c 		return emit_op(compiler, op, IMM_OP, dst, dstw, src1, src1w, src2, src2w);
dstw             2493 ext/pcre/pcrelib/sljit/sljitNativeTILEGX_64.c SLJIT_API_FUNC_ATTRIBUTE sljit_si sljit_emit_fop1(struct sljit_compiler *compiler, sljit_si op, sljit_si dst, sljit_sw dstw, sljit_si src, sljit_sw srcw)
dstw             2498 ext/pcre/pcrelib/sljit/sljitNativeTILEGX_64.c SLJIT_API_FUNC_ATTRIBUTE sljit_si sljit_emit_fop2(struct sljit_compiler *compiler, sljit_si op, sljit_si dst, sljit_sw dstw, sljit_si src1, sljit_sw src1w, sljit_si src2, sljit_sw src2w)
dstw             2503 ext/pcre/pcrelib/sljit/sljitNativeTILEGX_64.c SLJIT_API_FUNC_ATTRIBUTE struct sljit_const * sljit_emit_const(struct sljit_compiler *compiler, sljit_si dst, sljit_sw dstw, sljit_sw init_value)
dstw             2511 ext/pcre/pcrelib/sljit/sljitNativeTILEGX_64.c 	CHECK_PTR(check_sljit_emit_const(compiler, dst, dstw, init_value));
dstw             2512 ext/pcre/pcrelib/sljit/sljitNativeTILEGX_64.c 	ADJUST_LOCAL_OFFSET(dst, dstw);
dstw             2523 ext/pcre/pcrelib/sljit/sljitNativeTILEGX_64.c 		PTR_FAIL_IF(emit_op(compiler, SLJIT_MOV, WORD_DATA, dst, dstw, TMP_REG1, 0, TMP_REG2, 0));
dstw              479 ext/pcre/pcrelib/sljit/sljitNativeX86_32.c SLJIT_API_FUNC_ATTRIBUTE sljit_si sljit_emit_fast_enter(struct sljit_compiler *compiler, sljit_si dst, sljit_sw dstw)
dstw              484 ext/pcre/pcrelib/sljit/sljitNativeX86_32.c 	CHECK(check_sljit_emit_fast_enter(compiler, dst, dstw));
dstw              485 ext/pcre/pcrelib/sljit/sljitNativeX86_32.c 	ADJUST_LOCAL_OFFSET(dst, dstw);
dstw              487 ext/pcre/pcrelib/sljit/sljitNativeX86_32.c 	CHECK_EXTRA_REGS(dst, dstw, (void)0);
dstw              504 ext/pcre/pcrelib/sljit/sljitNativeX86_32.c 	inst = emit_x86_instruction(compiler, 1, 0, 0, dst, dstw);
dstw              592 ext/pcre/pcrelib/sljit/sljitNativeX86_64.c SLJIT_API_FUNC_ATTRIBUTE sljit_si sljit_emit_fast_enter(struct sljit_compiler *compiler, sljit_si dst, sljit_sw dstw)
dstw              597 ext/pcre/pcrelib/sljit/sljitNativeX86_64.c 	CHECK(check_sljit_emit_fast_enter(compiler, dst, dstw));
dstw              598 ext/pcre/pcrelib/sljit/sljitNativeX86_64.c 	ADJUST_LOCAL_OFFSET(dst, dstw);
dstw              623 ext/pcre/pcrelib/sljit/sljitNativeX86_64.c 	inst = emit_x86_instruction(compiler, 1, 0, 0, dst, dstw);
dstw              693 ext/pcre/pcrelib/sljit/sljitNativeX86_64.c 	sljit_si dst, sljit_sw dstw,
dstw              707 ext/pcre/pcrelib/sljit/sljitNativeX86_64.c 				inst = emit_x86_instruction(compiler, 1, SLJIT_IMM, (sljit_sw)(sljit_si)srcw, dst, dstw);
dstw              715 ext/pcre/pcrelib/sljit/sljitNativeX86_64.c 		inst = emit_x86_instruction(compiler, 1, SLJIT_IMM, (sljit_sw)(sljit_si)srcw, dst, dstw);
dstw              740 ext/pcre/pcrelib/sljit/sljitNativeX86_64.c 		inst = emit_x86_instruction(compiler, 1, dst_r, 0, dst, dstw);
dstw              570 ext/pcre/pcrelib/sljit/sljitNativeX86_common.c 	sljit_si dst, sljit_sw dstw,
dstw              576 ext/pcre/pcrelib/sljit/sljitNativeX86_common.c 	sljit_si dst, sljit_sw dstw,
dstw              581 ext/pcre/pcrelib/sljit/sljitNativeX86_common.c 	sljit_si dst, sljit_sw dstw,
dstw              655 ext/pcre/pcrelib/sljit/sljitNativeX86_common.c 	sljit_si dst, sljit_sw dstw,
dstw              670 ext/pcre/pcrelib/sljit/sljitNativeX86_common.c 		inst = emit_x86_instruction(compiler, 1, src, 0, dst, dstw);
dstw              691 ext/pcre/pcrelib/sljit/sljitNativeX86_common.c 			inst = emit_x86_instruction(compiler, 1, TMP_REG2, 0, dst, dstw);
dstw              697 ext/pcre/pcrelib/sljit/sljitNativeX86_common.c 		inst = emit_x86_instruction(compiler, 1, SLJIT_IMM, srcw, dst, dstw);
dstw              713 ext/pcre/pcrelib/sljit/sljitNativeX86_common.c 	inst = emit_x86_instruction(compiler, 1, TMP_REG1, 0, dst, dstw);
dstw              719 ext/pcre/pcrelib/sljit/sljitNativeX86_common.c #define EMIT_MOV(compiler, dst, dstw, src, srcw) \
dstw              720 ext/pcre/pcrelib/sljit/sljitNativeX86_common.c 	FAIL_IF(emit_mov(compiler, dst, dstw, src, srcw));
dstw              875 ext/pcre/pcrelib/sljit/sljitNativeX86_common.c 	sljit_si dst, sljit_sw dstw,
dstw              902 ext/pcre/pcrelib/sljit/sljitNativeX86_common.c 		inst = emit_x86_instruction(compiler, 1 | EX86_BYTE_ARG | EX86_NO_REXW, SLJIT_IMM, srcw, dst, dstw);
dstw              991 ext/pcre/pcrelib/sljit/sljitNativeX86_common.c 			inst = emit_x86_instruction(compiler, 1, work_r, 0, dst, dstw);
dstw             1005 ext/pcre/pcrelib/sljit/sljitNativeX86_common.c 			inst = emit_x86_instruction(compiler, 1, dst_r, 0, dst, dstw);
dstw             1010 ext/pcre/pcrelib/sljit/sljitNativeX86_common.c 		inst = emit_x86_instruction(compiler, 1 | EX86_REX | EX86_NO_REXW, dst_r, 0, dst, dstw);
dstw             1020 ext/pcre/pcrelib/sljit/sljitNativeX86_common.c 	sljit_si dst, sljit_sw dstw,
dstw             1044 ext/pcre/pcrelib/sljit/sljitNativeX86_common.c 		inst = emit_x86_instruction(compiler, 1 | EX86_HALF_ARG | EX86_NO_REXW | EX86_PREF_66, SLJIT_IMM, srcw, dst, dstw);
dstw             1062 ext/pcre/pcrelib/sljit/sljitNativeX86_common.c 		inst = emit_x86_instruction(compiler, 1 | EX86_NO_REXW | EX86_PREF_66, dst_r, 0, dst, dstw);
dstw             1071 ext/pcre/pcrelib/sljit/sljitNativeX86_common.c 	sljit_si dst, sljit_sw dstw,
dstw             1084 ext/pcre/pcrelib/sljit/sljitNativeX86_common.c 	if (dst == src && dstw == srcw) {
dstw             1086 ext/pcre/pcrelib/sljit/sljitNativeX86_common.c 		inst = emit_x86_instruction(compiler, 1, 0, 0, dst, dstw);
dstw             1094 ext/pcre/pcrelib/sljit/sljitNativeX86_common.c 		inst = emit_x86_instruction(compiler, 1, 0, 0, dst, dstw);
dstw             1105 ext/pcre/pcrelib/sljit/sljitNativeX86_common.c 	EMIT_MOV(compiler, dst, dstw, TMP_REG1, 0);
dstw             1110 ext/pcre/pcrelib/sljit/sljitNativeX86_common.c 	sljit_si dst, sljit_sw dstw,
dstw             1128 ext/pcre/pcrelib/sljit/sljitNativeX86_common.c 		inst = emit_x86_instruction(compiler, 1, 0, 0, dst, dstw);
dstw             1145 ext/pcre/pcrelib/sljit/sljitNativeX86_common.c 	EMIT_MOV(compiler, dst, dstw, TMP_REG1, 0);
dstw             1150 ext/pcre/pcrelib/sljit/sljitNativeX86_common.c 	sljit_si dst, sljit_sw dstw,
dstw             1196 ext/pcre/pcrelib/sljit/sljitNativeX86_common.c 		EMIT_MOV(compiler, dst, dstw, dst_r, 0);
dstw             1247 ext/pcre/pcrelib/sljit/sljitNativeX86_common.c 		inst = emit_x86_instruction(compiler, 1, dst_r, 0, dst, dstw);
dstw             1253 ext/pcre/pcrelib/sljit/sljitNativeX86_common.c 		EMIT_MOV(compiler, dst, dstw, TMP_REG2, 0);
dstw             1259 ext/pcre/pcrelib/sljit/sljitNativeX86_common.c 	sljit_si dst, sljit_sw dstw,
dstw             1273 ext/pcre/pcrelib/sljit/sljitNativeX86_common.c 	CHECK(check_sljit_emit_op1(compiler, op, dst, dstw, src, srcw));
dstw             1274 ext/pcre/pcrelib/sljit/sljitNativeX86_common.c 	ADJUST_LOCAL_OFFSET(dst, dstw);
dstw             1277 ext/pcre/pcrelib/sljit/sljitNativeX86_common.c 	CHECK_EXTRA_REGS(dst, dstw, dst_is_ereg = 1);
dstw             1337 ext/pcre/pcrelib/sljit/sljitNativeX86_common.c 				return emit_mov(compiler, dst, dstw, src, srcw);
dstw             1363 ext/pcre/pcrelib/sljit/sljitNativeX86_common.c 			FAIL_IF(emit_mov(compiler, dst, dstw, src, srcw));
dstw             1366 ext/pcre/pcrelib/sljit/sljitNativeX86_common.c 			FAIL_IF(emit_mov_byte(compiler, 0, dst, dstw, src, srcw));
dstw             1369 ext/pcre/pcrelib/sljit/sljitNativeX86_common.c 			FAIL_IF(emit_mov_byte(compiler, 1, dst, dstw, src, srcw));
dstw             1372 ext/pcre/pcrelib/sljit/sljitNativeX86_common.c 			FAIL_IF(emit_mov_half(compiler, 0, dst, dstw, src, srcw));
dstw             1375 ext/pcre/pcrelib/sljit/sljitNativeX86_common.c 			FAIL_IF(emit_mov_half(compiler, 1, dst, dstw, src, srcw));
dstw             1379 ext/pcre/pcrelib/sljit/sljitNativeX86_common.c 			FAIL_IF(emit_mov_int(compiler, 0, dst, dstw, src, srcw));
dstw             1382 ext/pcre/pcrelib/sljit/sljitNativeX86_common.c 			FAIL_IF(emit_mov_int(compiler, 1, dst, dstw, src, srcw));
dstw             1389 ext/pcre/pcrelib/sljit/sljitNativeX86_common.c 			return emit_mov(compiler, SLJIT_MEM1(SLJIT_SP), dstw, TMP_REG1, 0);
dstw             1392 ext/pcre/pcrelib/sljit/sljitNativeX86_common.c 		if (SLJIT_UNLIKELY(update) && (dst & SLJIT_MEM) && (dst & REG_MASK) && (dstw != 0 || (dst & OFFS_REG_MASK) != 0)) {
dstw             1393 ext/pcre/pcrelib/sljit/sljitNativeX86_common.c 			inst = emit_x86_instruction(compiler, 1, dst & REG_MASK, 0, dst, dstw);
dstw             1406 ext/pcre/pcrelib/sljit/sljitNativeX86_common.c 			return emit_not_with_flags(compiler, dst, dstw, src, srcw);
dstw             1407 ext/pcre/pcrelib/sljit/sljitNativeX86_common.c 		return emit_unary(compiler, NOT_rm, dst, dstw, src, srcw);
dstw             1412 ext/pcre/pcrelib/sljit/sljitNativeX86_common.c 		return emit_unary(compiler, NEG_rm, dst, dstw, src, srcw);
dstw             1417 ext/pcre/pcrelib/sljit/sljitNativeX86_common.c 		return emit_clz(compiler, op_flags, dst, dstw, src, srcw);
dstw             1459 ext/pcre/pcrelib/sljit/sljitNativeX86_common.c 	sljit_si dst, sljit_sw dstw,
dstw             1478 ext/pcre/pcrelib/sljit/sljitNativeX86_common.c 	if (dst == src1 && dstw == src1w) {
dstw             1488 ext/pcre/pcrelib/sljit/sljitNativeX86_common.c 				BINARY_IMM(op_imm, op_mr, src2w, dst, dstw);
dstw             1492 ext/pcre/pcrelib/sljit/sljitNativeX86_common.c 			inst = emit_x86_instruction(compiler, 1, dst, dstw, src2, src2w);
dstw             1498 ext/pcre/pcrelib/sljit/sljitNativeX86_common.c 			inst = emit_x86_instruction(compiler, 1, src2, src2w, dst, dstw);
dstw             1504 ext/pcre/pcrelib/sljit/sljitNativeX86_common.c 			inst = emit_x86_instruction(compiler, 1, TMP_REG1, 0, dst, dstw);
dstw             1512 ext/pcre/pcrelib/sljit/sljitNativeX86_common.c 	if (dst == src2 && dstw == src2w) {
dstw             1522 ext/pcre/pcrelib/sljit/sljitNativeX86_common.c 				BINARY_IMM(op_imm, op_mr, src1w, dst, dstw);
dstw             1526 ext/pcre/pcrelib/sljit/sljitNativeX86_common.c 			inst = emit_x86_instruction(compiler, 1, dst, dstw, src1, src1w);
dstw             1531 ext/pcre/pcrelib/sljit/sljitNativeX86_common.c 			inst = emit_x86_instruction(compiler, 1, src1, src1w, dst, dstw);
dstw             1537 ext/pcre/pcrelib/sljit/sljitNativeX86_common.c 			inst = emit_x86_instruction(compiler, 1, TMP_REG1, 0, dst, dstw);
dstw             1567 ext/pcre/pcrelib/sljit/sljitNativeX86_common.c 		EMIT_MOV(compiler, dst, dstw, TMP_REG1, 0);
dstw             1575 ext/pcre/pcrelib/sljit/sljitNativeX86_common.c 	sljit_si dst, sljit_sw dstw,
dstw             1594 ext/pcre/pcrelib/sljit/sljitNativeX86_common.c 	if (dst == src1 && dstw == src1w) {
dstw             1604 ext/pcre/pcrelib/sljit/sljitNativeX86_common.c 				BINARY_IMM(op_imm, op_mr, src2w, dst, dstw);
dstw             1608 ext/pcre/pcrelib/sljit/sljitNativeX86_common.c 			inst = emit_x86_instruction(compiler, 1, dst, dstw, src2, src2w);
dstw             1613 ext/pcre/pcrelib/sljit/sljitNativeX86_common.c 			inst = emit_x86_instruction(compiler, 1, src2, src2w, dst, dstw);
dstw             1619 ext/pcre/pcrelib/sljit/sljitNativeX86_common.c 			inst = emit_x86_instruction(compiler, 1, TMP_REG1, 0, dst, dstw);
dstw             1649 ext/pcre/pcrelib/sljit/sljitNativeX86_common.c 		EMIT_MOV(compiler, dst, dstw, TMP_REG1, 0);
dstw             1656 ext/pcre/pcrelib/sljit/sljitNativeX86_common.c 	sljit_si dst, sljit_sw dstw,
dstw             1780 ext/pcre/pcrelib/sljit/sljitNativeX86_common.c 		EMIT_MOV(compiler, dst, dstw, TMP_REG1, 0);
dstw             1786 ext/pcre/pcrelib/sljit/sljitNativeX86_common.c 	sljit_si dst, sljit_sw dstw,
dstw             1795 ext/pcre/pcrelib/sljit/sljitNativeX86_common.c 		if (dst == src1 && dstw == src1w)
dstw             1797 ext/pcre/pcrelib/sljit/sljitNativeX86_common.c 		if (dst == src2 && dstw == src2w)
dstw             1838 ext/pcre/pcrelib/sljit/sljitNativeX86_common.c 			return emit_mov(compiler, dst, dstw, TMP_REG1, 0);
dstw             2007 ext/pcre/pcrelib/sljit/sljitNativeX86_common.c 	sljit_si dst, sljit_sw dstw,
dstw             2014 ext/pcre/pcrelib/sljit/sljitNativeX86_common.c 		if (dst == src1 && dstw == src1w) {
dstw             2015 ext/pcre/pcrelib/sljit/sljitNativeX86_common.c 			inst = emit_x86_instruction(compiler, 1 | EX86_SHIFT_INS, src2, src2w, dst, dstw);
dstw             2047 ext/pcre/pcrelib/sljit/sljitNativeX86_common.c 		EMIT_MOV(compiler, dst, dstw, TMP_REG1, 0);
dstw             2088 ext/pcre/pcrelib/sljit/sljitNativeX86_common.c 		EMIT_MOV(compiler, dst, dstw, TMP_REG1, 0);
dstw             2096 ext/pcre/pcrelib/sljit/sljitNativeX86_common.c 	sljit_si dst, sljit_sw dstw,
dstw             2104 ext/pcre/pcrelib/sljit/sljitNativeX86_common.c 			return emit_shift(compiler, mode, dst, dstw, src1, src1w, src2, src2w);
dstw             2107 ext/pcre/pcrelib/sljit/sljitNativeX86_common.c 			return emit_shift(compiler, mode, dst, dstw, src1, src1w, src2, src2w);
dstw             2110 ext/pcre/pcrelib/sljit/sljitNativeX86_common.c 			return emit_mov(compiler, dst, dstw, src1, src1w);
dstw             2113 ext/pcre/pcrelib/sljit/sljitNativeX86_common.c 			dst, dstw, src1, src1w, SLJIT_IMM, 0);
dstw             2117 ext/pcre/pcrelib/sljit/sljitNativeX86_common.c 		return emit_shift(compiler, mode, dst, dstw, src1, src1w, src2, src2w);
dstw             2122 ext/pcre/pcrelib/sljit/sljitNativeX86_common.c 	FAIL_IF(emit_shift(compiler,mode, dst, dstw, src1, src1w, src2, src2w));
dstw             2125 ext/pcre/pcrelib/sljit/sljitNativeX86_common.c 		return emit_cmp_binary(compiler, dst, dstw, SLJIT_IMM, 0);
dstw             2130 ext/pcre/pcrelib/sljit/sljitNativeX86_common.c 	sljit_si dst, sljit_sw dstw,
dstw             2135 ext/pcre/pcrelib/sljit/sljitNativeX86_common.c 	CHECK(check_sljit_emit_op2(compiler, op, dst, dstw, src1, src1w, src2, src2w));
dstw             2136 ext/pcre/pcrelib/sljit/sljitNativeX86_common.c 	ADJUST_LOCAL_OFFSET(dst, dstw);
dstw             2140 ext/pcre/pcrelib/sljit/sljitNativeX86_common.c 	CHECK_EXTRA_REGS(dst, dstw, (void)0);
dstw             2157 ext/pcre/pcrelib/sljit/sljitNativeX86_common.c 			if (emit_lea_binary(compiler, op & SLJIT_KEEP_FLAGS, dst, dstw, src1, src1w, src2, src2w) != SLJIT_ERR_UNSUPPORTED)
dstw             2165 ext/pcre/pcrelib/sljit/sljitNativeX86_common.c 			dst, dstw, src1, src1w, src2, src2w);
dstw             2174 ext/pcre/pcrelib/sljit/sljitNativeX86_common.c 			dst, dstw, src1, src1w, src2, src2w);
dstw             2177 ext/pcre/pcrelib/sljit/sljitNativeX86_common.c 			if ((src2 & SLJIT_IMM) && emit_lea_binary(compiler, op & SLJIT_KEEP_FLAGS, dst, dstw, src1, src1w, SLJIT_IMM, -src2w) != SLJIT_ERR_UNSUPPORTED)
dstw             2187 ext/pcre/pcrelib/sljit/sljitNativeX86_common.c 			dst, dstw, src1, src1w, src2, src2w);
dstw             2196 ext/pcre/pcrelib/sljit/sljitNativeX86_common.c 			dst, dstw, src1, src1w, src2, src2w);
dstw             2198 ext/pcre/pcrelib/sljit/sljitNativeX86_common.c 		return emit_mul(compiler, dst, dstw, src1, src1w, src2, src2w);
dstw             2203 ext/pcre/pcrelib/sljit/sljitNativeX86_common.c 			dst, dstw, src1, src1w, src2, src2w);
dstw             2206 ext/pcre/pcrelib/sljit/sljitNativeX86_common.c 			dst, dstw, src1, src1w, src2, src2w);
dstw             2209 ext/pcre/pcrelib/sljit/sljitNativeX86_common.c 			dst, dstw, src1, src1w, src2, src2w);
dstw             2212 ext/pcre/pcrelib/sljit/sljitNativeX86_common.c 			dst, dstw, src1, src1w, src2, src2w);
dstw             2215 ext/pcre/pcrelib/sljit/sljitNativeX86_common.c 			dst, dstw, src1, src1w, src2, src2w);
dstw             2218 ext/pcre/pcrelib/sljit/sljitNativeX86_common.c 			dst, dstw, src1, src1w, src2, src2w);
dstw             2320 ext/pcre/pcrelib/sljit/sljitNativeX86_common.c 	sljit_si single, sljit_si dst, sljit_sw dstw, sljit_si src)
dstw             2322 ext/pcre/pcrelib/sljit/sljitNativeX86_common.c 	return emit_sse2(compiler, MOVSD_xm_x, single, src, dst, dstw);
dstw             2326 ext/pcre/pcrelib/sljit/sljitNativeX86_common.c 	sljit_si dst, sljit_sw dstw,
dstw             2343 ext/pcre/pcrelib/sljit/sljitNativeX86_common.c 		return emit_mov(compiler, dst, dstw, TMP_REG1, 0);
dstw             2348 ext/pcre/pcrelib/sljit/sljitNativeX86_common.c 	sljit_si dst, sljit_sw dstw,
dstw             2378 ext/pcre/pcrelib/sljit/sljitNativeX86_common.c 		return emit_sse2_store(compiler, op & SLJIT_SINGLE_OP, dst, dstw, TMP_FREG);
dstw             2395 ext/pcre/pcrelib/sljit/sljitNativeX86_common.c 	sljit_si dst, sljit_sw dstw,
dstw             2405 ext/pcre/pcrelib/sljit/sljitNativeX86_common.c 	SELECT_FOP1_OPERATION_WITH_CHECKS(compiler, op, dst, dstw, src, srcw);
dstw             2411 ext/pcre/pcrelib/sljit/sljitNativeX86_common.c 			return emit_sse2_store(compiler, op & SLJIT_SINGLE_OP, dst, dstw, src);
dstw             2413 ext/pcre/pcrelib/sljit/sljitNativeX86_common.c 		return emit_sse2_store(compiler, op & SLJIT_SINGLE_OP, dst, dstw, TMP_FREG);
dstw             2431 ext/pcre/pcrelib/sljit/sljitNativeX86_common.c 			return emit_sse2_store(compiler, op & SLJIT_SINGLE_OP, dst, dstw, TMP_FREG);
dstw             2456 ext/pcre/pcrelib/sljit/sljitNativeX86_common.c 		return emit_sse2_store(compiler, op & SLJIT_SINGLE_OP, dst, dstw, TMP_FREG);
dstw             2461 ext/pcre/pcrelib/sljit/sljitNativeX86_common.c 	sljit_si dst, sljit_sw dstw,
dstw             2468 ext/pcre/pcrelib/sljit/sljitNativeX86_common.c 	CHECK(check_sljit_emit_fop2(compiler, op, dst, dstw, src1, src1w, src2, src2w));
dstw             2469 ext/pcre/pcrelib/sljit/sljitNativeX86_common.c 	ADJUST_LOCAL_OFFSET(dst, dstw);
dstw             2517 ext/pcre/pcrelib/sljit/sljitNativeX86_common.c 		return emit_sse2_store(compiler, op & SLJIT_SINGLE_OP, dst, dstw, TMP_FREG);
dstw             2661 ext/pcre/pcrelib/sljit/sljitNativeX86_common.c 	sljit_si dst, sljit_sw dstw,
dstw             2672 ext/pcre/pcrelib/sljit/sljitNativeX86_common.c 	sljit_sw dstw_save = dstw;
dstw             2676 ext/pcre/pcrelib/sljit/sljitNativeX86_common.c 	CHECK(check_sljit_emit_op_flags(compiler, op, dst, dstw, src, srcw, type));
dstw             2682 ext/pcre/pcrelib/sljit/sljitNativeX86_common.c 	ADJUST_LOCAL_OFFSET(dst, dstw);
dstw             2683 ext/pcre/pcrelib/sljit/sljitNativeX86_common.c 	CHECK_EXTRA_REGS(dst, dstw, (void)0);
dstw             2727 ext/pcre/pcrelib/sljit/sljitNativeX86_common.c 		return emit_mov(compiler, dst, dstw, TMP_REG1, 0);
dstw             2733 ext/pcre/pcrelib/sljit/sljitNativeX86_common.c 	return sljit_emit_op2(compiler, op, dst, dstw, dst, dstw, TMP_REG1, 0);
dstw             2838 ext/pcre/pcrelib/sljit/sljitNativeX86_common.c 		return emit_mov(compiler, dst, dstw, TMP_REG1, 0);
dstw             2848 ext/pcre/pcrelib/sljit/sljitNativeX86_common.c SLJIT_API_FUNC_ATTRIBUTE sljit_si sljit_get_local_base(struct sljit_compiler *compiler, sljit_si dst, sljit_sw dstw, sljit_sw offset)
dstw             2851 ext/pcre/pcrelib/sljit/sljitNativeX86_common.c 	CHECK(check_sljit_get_local_base(compiler, dst, dstw, offset));
dstw             2852 ext/pcre/pcrelib/sljit/sljitNativeX86_common.c 	ADJUST_LOCAL_OFFSET(dst, dstw);
dstw             2854 ext/pcre/pcrelib/sljit/sljitNativeX86_common.c 	CHECK_EXTRA_REGS(dst, dstw, (void)0);
dstw             2866 ext/pcre/pcrelib/sljit/sljitNativeX86_common.c 		SLJIT_ASSERT(emit_lea_binary(compiler, SLJIT_KEEP_FLAGS, dst, dstw, SLJIT_SP, 0, TMP_REG1, 0) != SLJIT_ERR_UNSUPPORTED);
dstw             2869 ext/pcre/pcrelib/sljit/sljitNativeX86_common.c 		return emit_lea_binary(compiler, SLJIT_KEEP_FLAGS, dst, dstw, SLJIT_SP, 0, TMP_REG1, 0);
dstw             2875 ext/pcre/pcrelib/sljit/sljitNativeX86_common.c 		return emit_lea_binary(compiler, SLJIT_KEEP_FLAGS, dst, dstw, SLJIT_SP, 0, SLJIT_IMM, offset);
dstw             2876 ext/pcre/pcrelib/sljit/sljitNativeX86_common.c 	return emit_mov(compiler, dst, dstw, SLJIT_SP, 0);
dstw             2879 ext/pcre/pcrelib/sljit/sljitNativeX86_common.c SLJIT_API_FUNC_ATTRIBUTE struct sljit_const* sljit_emit_const(struct sljit_compiler *compiler, sljit_si dst, sljit_sw dstw, sljit_sw init_value)
dstw             2888 ext/pcre/pcrelib/sljit/sljitNativeX86_common.c 	CHECK_PTR(check_sljit_emit_const(compiler, dst, dstw, init_value));
dstw             2889 ext/pcre/pcrelib/sljit/sljitNativeX86_common.c 	ADJUST_LOCAL_OFFSET(dst, dstw);
dstw             2891 ext/pcre/pcrelib/sljit/sljitNativeX86_common.c 	CHECK_EXTRA_REGS(dst, dstw, (void)0);
dstw             2907 ext/pcre/pcrelib/sljit/sljitNativeX86_common.c 	if (emit_mov(compiler, dst, dstw, SLJIT_IMM, init_value))
dstw             2919 ext/pcre/pcrelib/sljit/sljitNativeX86_common.c 		if (emit_mov(compiler, dst, dstw, TMP_REG1, 0))