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       1222 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       2100 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       2009 ext/pcre/pcrelib/sljit/sljitNativeTILEGX_64.c 			if ((!(flags & LOGICAL_OP)
LOGICAL_OP       2011 ext/pcre/pcrelib/sljit/sljitNativeTILEGX_64.c 					|| ((flags & LOGICAL_OP) && !(src2w & ~UIMM_16BIT_MAX))) {
LOGICAL_OP       2018 ext/pcre/pcrelib/sljit/sljitNativeTILEGX_64.c 			if ((!(flags & LOGICAL_OP)
LOGICAL_OP       2020 ext/pcre/pcrelib/sljit/sljitNativeTILEGX_64.c 					|| ((flags & LOGICAL_OP) && !(src1w & ~UIMM_16BIT_MAX))) {
LOGICAL_OP       2183 ext/pcre/pcrelib/sljit/sljitNativeTILEGX_64.c 		return emit_op(compiler, op | flags, CUMULATIVE_OP | LOGICAL_OP | IMM_OP | ALT_KEEP_CACHE, dst, dstw, src, srcw, TMP_REG2, 0);
LOGICAL_OP       2305 ext/pcre/pcrelib/sljit/sljitNativeTILEGX_64.c 		return emit_op(compiler, op, CUMULATIVE_OP | LOGICAL_OP | IMM_OP, dst, dstw, src1, src1w, src2, src2w);