LOGICAL_OP        933 ext/pcre/pcrelib/sljit/sljitNativeMIPS_common.c 			if ((!(flags & LOGICAL_OP) && (src2w <= SIMM_MAX && src2w >= SIMM_MIN))
LOGICAL_OP        934 ext/pcre/pcrelib/sljit/sljitNativeMIPS_common.c 				|| ((flags & LOGICAL_OP) && !(src2w & ~UIMM_MAX))) {
LOGICAL_OP        940 ext/pcre/pcrelib/sljit/sljitNativeMIPS_common.c 			if ((!(flags & LOGICAL_OP) && (src1w <= SIMM_MAX && src1w >= SIMM_MIN))
LOGICAL_OP        941 ext/pcre/pcrelib/sljit/sljitNativeMIPS_common.c 				|| ((flags & LOGICAL_OP) && !(src1w & ~UIMM_MAX))) {
LOGICAL_OP       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);
LOGICAL_OP       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);
LOGICAL_OP       1990 ext/pcre/pcrelib/sljit/sljitNativeTILEGX_64.c 			if ((!(flags & LOGICAL_OP)
LOGICAL_OP       1992 ext/pcre/pcrelib/sljit/sljitNativeTILEGX_64.c 					|| ((flags & LOGICAL_OP) && !(src2w & ~UIMM_16BIT_MAX))) {
LOGICAL_OP       1999 ext/pcre/pcrelib/sljit/sljitNativeTILEGX_64.c 			if ((!(flags & LOGICAL_OP)
LOGICAL_OP       2001 ext/pcre/pcrelib/sljit/sljitNativeTILEGX_64.c 					|| ((flags & LOGICAL_OP) && !(src1w & ~UIMM_16BIT_MAX))) {
LOGICAL_OP       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);
LOGICAL_OP       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);