SLJIT_CONVD_FROMS 1180 ext/pcre/pcrelib/sljit/sljitLir.c 		if (GET_OPCODE(op) == SLJIT_CONVD_FROMS)
SLJIT_CONVD_FROMS 1181 ext/pcre/pcrelib/sljit/sljitLir.c 			fprintf(compiler->verbose, "  %s%s ", fop1_names[SLJIT_CONVD_FROMS - SLJIT_FOP1_BASE],
SLJIT_CONVD_FROMS  897 ext/pcre/pcrelib/sljit/sljitLir.h #define SLJIT_CONVS_FROMD		(SLJIT_CONVD_FROMS | SLJIT_SINGLE_OP)
SLJIT_CONVD_FROMS 2164 ext/pcre/pcrelib/sljit/sljitNativeARM_32.c 	if (GET_OPCODE(op) != SLJIT_CONVD_FROMS)
SLJIT_CONVD_FROMS 2192 ext/pcre/pcrelib/sljit/sljitNativeARM_32.c 	case SLJIT_CONVD_FROMS:
SLJIT_CONVD_FROMS 1670 ext/pcre/pcrelib/sljit/sljitNativeARM_64.c 		emit_fop_mem(compiler, (GET_OPCODE(op) == SLJIT_CONVD_FROMS) ? (mem_flags ^ 0x100) : mem_flags, dst_r, src, srcw);
SLJIT_CONVD_FROMS 1689 ext/pcre/pcrelib/sljit/sljitNativeARM_64.c 	case SLJIT_CONVD_FROMS:
SLJIT_CONVD_FROMS 1669 ext/pcre/pcrelib/sljit/sljitNativeARM_T2_32.c 	if (GET_OPCODE(op) != SLJIT_CONVD_FROMS)
SLJIT_CONVD_FROMS 1697 ext/pcre/pcrelib/sljit/sljitNativeARM_T2_32.c 	case SLJIT_CONVD_FROMS:
SLJIT_CONVD_FROMS 1412 ext/pcre/pcrelib/sljit/sljitNativeMIPS_common.c 	if (GET_OPCODE(op) == SLJIT_CONVD_FROMS)
SLJIT_CONVD_FROMS 1439 ext/pcre/pcrelib/sljit/sljitNativeMIPS_common.c 	case SLJIT_CONVD_FROMS:
SLJIT_CONVD_FROMS 1887 ext/pcre/pcrelib/sljit/sljitNativePPC_common.c 	if (GET_OPCODE(op) == SLJIT_CONVD_FROMS)
SLJIT_CONVD_FROMS 1898 ext/pcre/pcrelib/sljit/sljitNativePPC_common.c 	case SLJIT_CONVD_FROMS:
SLJIT_CONVD_FROMS 1040 ext/pcre/pcrelib/sljit/sljitNativeSPARC_common.c 	if (GET_OPCODE(op) == SLJIT_CONVD_FROMS)
SLJIT_CONVD_FROMS 1074 ext/pcre/pcrelib/sljit/sljitNativeSPARC_common.c 	case SLJIT_CONVD_FROMS:
SLJIT_CONVD_FROMS 2403 ext/pcre/pcrelib/sljit/sljitNativeX86_common.c 	if (GET_OPCODE(op) == SLJIT_CONVD_FROMS) {