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        1372 ext/pcre/pcrelib/sljit/sljitNativeARM_64.c 	flags = GET_FLAGS(op_flags) ? SET_FLAGS : 0;
GET_FLAGS        1425 ext/pcre/pcrelib/sljit/sljitNativeARM_64.c 	flags = GET_FLAGS(op) ? SET_FLAGS : 0;
GET_FLAGS        1973 ext/pcre/pcrelib/sljit/sljitNativeARM_64.c 	flags = GET_FLAGS(op) ? SET_FLAGS : 0;
GET_FLAGS        1390 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        1432 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        1299 ext/pcre/pcrelib/sljit/sljitNativePPC_common.c 	sljit_si flags = GET_FLAGS(op) ? ALT_SET_FLAGS : 0;
GET_FLAGS        1455 ext/pcre/pcrelib/sljit/sljitNativePPC_common.c 	sljit_si flags = GET_FLAGS(op) ? ALT_SET_FLAGS : 0;
GET_FLAGS        1476 ext/pcre/pcrelib/sljit/sljitNativePPC_common.c 		if (GET_FLAGS(op))
GET_FLAGS        1487 ext/pcre/pcrelib/sljit/sljitNativePPC_common.c 		if (!GET_FLAGS(op) && ((src1 | src2) & SLJIT_IMM)) {
GET_FLAGS        1514 ext/pcre/pcrelib/sljit/sljitNativePPC_common.c 		if (!(GET_FLAGS(op) & (SLJIT_SET_E | SLJIT_SET_O))) {
GET_FLAGS        1530 ext/pcre/pcrelib/sljit/sljitNativePPC_common.c 		if (!GET_FLAGS(op) && ((src1 | src2) & SLJIT_IMM)) {
GET_FLAGS        1556 ext/pcre/pcrelib/sljit/sljitNativePPC_common.c 				if (GET_FLAGS(op) == SLJIT_SET_E && TEST_SL_IMM(src1, src1w)) {
GET_FLAGS        1592 ext/pcre/pcrelib/sljit/sljitNativePPC_common.c 		if (!GET_FLAGS(op)) {
GET_FLAGS        1608 ext/pcre/pcrelib/sljit/sljitNativePPC_common.c 		if (!GET_FLAGS(op) || GET_OPCODE(op) == SLJIT_AND) {
GET_FLAGS        1626 ext/pcre/pcrelib/sljit/sljitNativePPC_common.c 		if (!GET_FLAGS(op) && GET_OPCODE(op) != SLJIT_AND) {
GET_FLAGS         806 ext/pcre/pcrelib/sljit/sljitNativeSPARC_common.c 	sljit_si flags = GET_FLAGS(op) ? SET_FLAGS : 0;
GET_FLAGS         875 ext/pcre/pcrelib/sljit/sljitNativeSPARC_common.c 	sljit_si flags = GET_FLAGS(op) ? SET_FLAGS : 0;
GET_FLAGS        1370 ext/pcre/pcrelib/sljit/sljitNativeSPARC_common.c 	sljit_si reg, flags = (GET_FLAGS(op) ? SET_FLAGS : 0);
GET_FLAGS         112 ext/pcre/pcrelib/sljit/sljitNativeTILEGX_64.c #define CHECK_FLAGS(list) (!(flags & UNUSED_DEST) || (op & GET_FLAGS(~(list))))
GET_FLAGS        1997 ext/pcre/pcrelib/sljit/sljitNativeTILEGX_64.c 		if (GET_FLAGS(op))
GET_FLAGS        1389 ext/pcre/pcrelib/sljit/sljitNativeX86_common.c 	if (SLJIT_UNLIKELY(GET_FLAGS(op_flags)))
GET_FLAGS        2135 ext/pcre/pcrelib/sljit/sljitNativeX86_common.c 		if (SLJIT_UNLIKELY(GET_FLAGS(op)))
GET_FLAGS        2143 ext/pcre/pcrelib/sljit/sljitNativeX86_common.c 		if (!GET_FLAGS(op)) {
GET_FLAGS        2158 ext/pcre/pcrelib/sljit/sljitNativeX86_common.c 		if (SLJIT_UNLIKELY(GET_FLAGS(op)))
GET_FLAGS        2163 ext/pcre/pcrelib/sljit/sljitNativeX86_common.c 		if (!GET_FLAGS(op)) {
GET_FLAGS        2180 ext/pcre/pcrelib/sljit/sljitNativeX86_common.c 		if (SLJIT_UNLIKELY(GET_FLAGS(op)))
GET_FLAGS        2198 ext/pcre/pcrelib/sljit/sljitNativeX86_common.c 		return emit_shift_with_flags(compiler, SHL, GET_FLAGS(op),
GET_FLAGS        2201 ext/pcre/pcrelib/sljit/sljitNativeX86_common.c 		return emit_shift_with_flags(compiler, SHR, GET_FLAGS(op),
GET_FLAGS        2204 ext/pcre/pcrelib/sljit/sljitNativeX86_common.c 		return emit_shift_with_flags(compiler, SAR, GET_FLAGS(op),