Searched refs:CUMULATIVE_OP (Results 1 – 2 of 2) sorted by relevance
/PHP-8.2/ext/pcre/pcre2lib/sljit/ |
H A D | sljitNativeSPARC_common.c | 492 #define CUMULATIVE_OP 0x00080 macro 847 if (!(flags & SRC2_IMM) && (flags & CUMULATIVE_OP) && (src1 & SLJIT_IMM) && src1w) { in emit_op() 1053 return emit_op(compiler, op, flags | CUMULATIVE_OP | IMM_OP, dst, dstw, src1, src1w, src2, src2w); in sljit_emit_op2() 1604 flags |= CUMULATIVE_OP | IMM_OP | ALT_KEEP_CACHE; in sljit_emit_op_flags()
|
H A D | sljitNativeMIPS_common.c | 736 #define CUMULATIVE_OP 0x00080 macro 1335 if (!(flags & SRC2_IMM) && (flags & CUMULATIVE_OP) && (src1 & SLJIT_IMM) && src1w) { in emit_op() 1621 return emit_op(compiler, op, flags | CUMULATIVE_OP | IMM_OP, dst, dstw, src1, src1w, src2, src2w); in sljit_emit_op2() 1630 return emit_op(compiler, op, flags | CUMULATIVE_OP, dst, dstw, src1, src1w, src2, src2w); in sljit_emit_op2() 1635 …return emit_op(compiler, op, flags | CUMULATIVE_OP | LOGICAL_OP | IMM_OP, dst, dstw, src1, src1w, … in sljit_emit_op2() 2385 mem_type |= CUMULATIVE_OP | LOGICAL_OP | IMM_OP | ALT_KEEP_CACHE; in sljit_emit_op_flags()
|
Completed in 40 milliseconds