Home
last modified time | relevance | path

Searched refs:int_op (Results 1 – 2 of 2) sorted by relevance

/PHP-7.4/ext/pcre/pcre2lib/sljit/
H A DsljitNativePPC_common.c1125 sljit_s32 int_op = op & SLJIT_I32_OP; in sljit_emit_op0() local
1150 …FAIL_IF(push_inst(compiler, (int_op ? (op == SLJIT_DIVMOD_UW ? DIVWU : DIVW) : (op == SLJIT_DIVMOD… in sljit_emit_op0()
1151 FAIL_IF(push_inst(compiler, (int_op ? MULLW : MULLD) | D(SLJIT_R1) | A(SLJIT_R0) | B(SLJIT_R1))); in sljit_emit_op0()
1160 …return push_inst(compiler, (int_op ? (op == SLJIT_DIV_UW ? DIVWU : DIVW) : (op == SLJIT_DIV_UW ? D… in sljit_emit_op0()
H A DsljitNativeMIPS_common.c1223 sljit_s32 int_op = op & SLJIT_I32_OP; in sljit_emit_op0() local
1263 if (int_op) { in sljit_emit_op0()
1283 if (int_op) in sljit_emit_op0()

Completed in 23 milliseconds