int_op           1035 ext/pcre/pcrelib/sljit/sljitNativeMIPS_common.c 	sljit_si int_op = op & SLJIT_INT_OP;
int_op           1067 ext/pcre/pcrelib/sljit/sljitNativeMIPS_common.c 		if (int_op)
int_op           1249 ext/pcre/pcrelib/sljit/sljitNativePPC_common.c 	sljit_si int_op = op & SLJIT_INT_OP;
int_op           1274 ext/pcre/pcrelib/sljit/sljitNativePPC_common.c 		FAIL_IF(push_inst(compiler, (int_op ? (op == SLJIT_UDIVMOD ? DIVWU : DIVW) : (op == SLJIT_UDIVMOD ? DIVDU : DIVD)) | D(SLJIT_R0) | A(SLJIT_R0) | B(SLJIT_R1)));
int_op           1275 ext/pcre/pcrelib/sljit/sljitNativePPC_common.c 		FAIL_IF(push_inst(compiler, (int_op ? MULLW : MULLD) | D(SLJIT_R1) | A(SLJIT_R0) | B(SLJIT_R1)));
int_op           1284 ext/pcre/pcrelib/sljit/sljitNativePPC_common.c 		return push_inst(compiler, (int_op ? (op == SLJIT_UDIVI ? DIVWU : DIVW) : (op == SLJIT_UDIVI ? DIVDU : DIVD)) | D(SLJIT_R0) | A(SLJIT_R0) | B(SLJIT_R1));