SLJIT_CONVD_FROMW 1266 ext/pcre/pcrelib/sljit/sljitLir.c 	CHECK_ARGUMENT(GET_OPCODE(op) >= SLJIT_CONVD_FROMW && GET_OPCODE(op) <= SLJIT_CONVD_FROMI);
SLJIT_CONVD_FROMW 1481 ext/pcre/pcrelib/sljit/sljitLir.c 	SLJIT_COMPILE_ASSERT(!(SLJIT_CONVW_FROMD & 0x1) && !(SLJIT_CONVD_FROMW & 0x1), \
SLJIT_CONVD_FROMW  906 ext/pcre/pcrelib/sljit/sljitLir.h #define SLJIT_CONVS_FROMW		(SLJIT_CONVD_FROMW | SLJIT_SINGLE_OP)
SLJIT_CONVD_FROMW 1329 ext/pcre/pcrelib/sljit/sljitNativeMIPS_common.c 	sljit_si flags = (GET_OPCODE(op) == SLJIT_CONVD_FROMW) << 21;
SLJIT_CONVD_FROMW 2342 ext/pcre/pcrelib/sljit/sljitNativeX86_common.c 	if (GET_OPCODE(op) == SLJIT_CONVD_FROMW)