GET_FLAGS         628 ext/pcre/pcrelib/sljit/sljitLir.c 	CHECK_ARGUMENT(!GET_FLAGS(op) || !(op & SLJIT_KEEP_FLAGS)); \
GET_FLAGS         675 ext/pcre/pcrelib/sljit/sljitLir.c 	CHECK_ARGUMENT(!GET_FLAGS(op) || !(op & SLJIT_KEEP_FLAGS)); \
GET_FLAGS        1617 ext/pcre/pcrelib/sljit/sljitNativeARM_32.c 	sljit_si flags = GET_FLAGS(op) ? SET_FLAGS : 0;
GET_FLAGS        1394 ext/pcre/pcrelib/sljit/sljitNativeARM_64.c 	flags = GET_FLAGS(op_flags) ? SET_FLAGS : 0;
GET_FLAGS        1447 ext/pcre/pcrelib/sljit/sljitNativeARM_64.c 	flags = GET_FLAGS(op) ? SET_FLAGS : 0;
GET_FLAGS        1995 ext/pcre/pcrelib/sljit/sljitNativeARM_64.c 	flags = GET_FLAGS(op) ? SET_FLAGS : 0;
GET_FLAGS        1422 ext/pcre/pcrelib/sljit/sljitNativeARM_T2_32.c 	flags = (GET_FLAGS(op_flags) ? SET_FLAGS : 0) | ((op_flags & SLJIT_KEEP_FLAGS) ? KEEP_FLAGS : 0);
GET_FLAGS        1464 ext/pcre/pcrelib/sljit/sljitNativeARM_T2_32.c 	flags = (GET_FLAGS(op) ? SET_FLAGS : 0) | ((op & SLJIT_KEEP_FLAGS) ? KEEP_FLAGS : 0);
GET_FLAGS         525 ext/pcre/pcrelib/sljit/sljitNativeMIPS_common.c 	(!(flags & UNUSED_DEST) || (op & GET_FLAGS(~(list))))
GET_FLAGS         919 ext/pcre/pcrelib/sljit/sljitNativeMIPS_common.c 		if (GET_FLAGS(op))
GET_FLAGS        1300 ext/pcre/pcrelib/sljit/sljitNativePPC_common.c 	sljit_si flags = GET_FLAGS(op) ? ALT_SET_FLAGS : 0;
GET_FLAGS        1456 ext/pcre/pcrelib/sljit/sljitNativePPC_common.c 	sljit_si flags = GET_FLAGS(op) ? ALT_SET_FLAGS : 0;
GET_FLAGS        1477 ext/pcre/pcrelib/sljit/sljitNativePPC_common.c 		if (GET_FLAGS(op))
GET_FLAGS        1488 ext/pcre/pcrelib/sljit/sljitNativePPC_common.c 		if (!GET_FLAGS(op) && ((src1 | src2) & SLJIT_IMM)) {
GET_FLAGS        1515 ext/pcre/pcrelib/sljit/sljitNativePPC_common.c 		if (!(GET_FLAGS(op) & (SLJIT_SET_E | SLJIT_SET_O))) {
GET_FLAGS        1531 ext/pcre/pcrelib/sljit/sljitNativePPC_common.c 		if (!GET_FLAGS(op) && ((src1 | src2) & SLJIT_IMM)) {
GET_FLAGS        1557 ext/pcre/pcrelib/sljit/sljitNativePPC_common.c 				if (GET_FLAGS(op) == SLJIT_SET_E && TEST_SL_IMM(src1, src1w)) {
GET_FLAGS        1593 ext/pcre/pcrelib/sljit/sljitNativePPC_common.c 		if (!GET_FLAGS(op)) {
GET_FLAGS        1609 ext/pcre/pcrelib/sljit/sljitNativePPC_common.c 		if (!GET_FLAGS(op) || GET_OPCODE(op) == SLJIT_AND) {
GET_FLAGS        1627 ext/pcre/pcrelib/sljit/sljitNativePPC_common.c 		if (!GET_FLAGS(op) && GET_OPCODE(op) != SLJIT_AND) {
GET_FLAGS         811 ext/pcre/pcrelib/sljit/sljitNativeSPARC_common.c 	sljit_si flags = GET_FLAGS(op) ? SET_FLAGS : 0;
GET_FLAGS         880 ext/pcre/pcrelib/sljit/sljitNativeSPARC_common.c 	sljit_si flags = GET_FLAGS(op) ? SET_FLAGS : 0;
GET_FLAGS        1375 ext/pcre/pcrelib/sljit/sljitNativeSPARC_common.c 	sljit_si reg, flags = (GET_FLAGS(op) ? SET_FLAGS : 0);
GET_FLAGS         107 ext/pcre/pcrelib/sljit/sljitNativeTILEGX_64.c #define CHECK_FLAGS(list) (!(flags & UNUSED_DEST) || (op & GET_FLAGS(~(list))))
GET_FLAGS        1978 ext/pcre/pcrelib/sljit/sljitNativeTILEGX_64.c 		if (GET_FLAGS(op))
GET_FLAGS        1400 ext/pcre/pcrelib/sljit/sljitNativeX86_common.c 	if (SLJIT_UNLIKELY(GET_FLAGS(op_flags)))
GET_FLAGS        2148 ext/pcre/pcrelib/sljit/sljitNativeX86_common.c 		if (SLJIT_UNLIKELY(GET_FLAGS(op)))
GET_FLAGS        2156 ext/pcre/pcrelib/sljit/sljitNativeX86_common.c 		if (!GET_FLAGS(op)) {
GET_FLAGS        2171 ext/pcre/pcrelib/sljit/sljitNativeX86_common.c 		if (SLJIT_UNLIKELY(GET_FLAGS(op)))
GET_FLAGS        2176 ext/pcre/pcrelib/sljit/sljitNativeX86_common.c 		if (!GET_FLAGS(op)) {
GET_FLAGS        2193 ext/pcre/pcrelib/sljit/sljitNativeX86_common.c 		if (SLJIT_UNLIKELY(GET_FLAGS(op)))
GET_FLAGS        2211 ext/pcre/pcrelib/sljit/sljitNativeX86_common.c 		return emit_shift_with_flags(compiler, SHL, GET_FLAGS(op),
GET_FLAGS        2214 ext/pcre/pcrelib/sljit/sljitNativeX86_common.c 		return emit_shift_with_flags(compiler, SHR, GET_FLAGS(op),
GET_FLAGS        2217 ext/pcre/pcrelib/sljit/sljitNativeX86_common.c 		return emit_shift_with_flags(compiler, SAR, GET_FLAGS(op),