Home
last modified time | relevance | path

Searched refs:SLJIT_CURRENT_FLAGS_ADD (Results 1 – 10 of 10) sorted by relevance

/PHP-8.2/ext/pcre/pcre2lib/sljit/
H A DsljitNativeSPARC_32.c91 compiler->status_flags_state = SLJIT_CURRENT_FLAGS_ADD; in emit_single_op()
95 compiler->status_flags_state = SLJIT_CURRENT_FLAGS_ADD; in emit_single_op()
H A DsljitNativeARM_64.c654 compiler->status_flags_state = SLJIT_CURRENT_FLAGS_ADD; in emit_op_imm()
800 compiler->status_flags_state = SLJIT_CURRENT_FLAGS_ADD; in emit_op_imm()
804 compiler->status_flags_state = SLJIT_CURRENT_FLAGS_ADD; in emit_op_imm()
1710 if (compiler->status_flags_state & SLJIT_CURRENT_FLAGS_ADD) in get_cc()
1719 if (compiler->status_flags_state & SLJIT_CURRENT_FLAGS_ADD) in get_cc()
1748 if (!(compiler->status_flags_state & (SLJIT_CURRENT_FLAGS_ADD | SLJIT_CURRENT_FLAGS_SUB))) in get_cc()
1756 if (!(compiler->status_flags_state & (SLJIT_CURRENT_FLAGS_ADD | SLJIT_CURRENT_FLAGS_SUB))) in get_cc()
H A DsljitNativeARM_T2_32.c623 compiler->status_flags_state = SLJIT_CURRENT_FLAGS_ADD; in emit_op_imm()
651 compiler->status_flags_state = SLJIT_CURRENT_FLAGS_ADD; in emit_op_imm()
819 compiler->status_flags_state = SLJIT_CURRENT_FLAGS_ADD; in emit_op_imm()
826 compiler->status_flags_state = SLJIT_CURRENT_FLAGS_ADD; in emit_op_imm()
1995 if (compiler->status_flags_state & SLJIT_CURRENT_FLAGS_ADD) in get_cc()
2004 if (compiler->status_flags_state & SLJIT_CURRENT_FLAGS_ADD) in get_cc()
2033 if (!(compiler->status_flags_state & (SLJIT_CURRENT_FLAGS_ADD | SLJIT_CURRENT_FLAGS_SUB))) in get_cc()
2041 if (!(compiler->status_flags_state & (SLJIT_CURRENT_FLAGS_ADD | SLJIT_CURRENT_FLAGS_SUB))) in get_cc()
H A DsljitNativeARM_32.c1793 compiler->status_flags_state = SLJIT_CURRENT_FLAGS_ADD; in emit_op()
1797 compiler->status_flags_state = SLJIT_CURRENT_FLAGS_ADD; in emit_op()
2411 if (compiler->status_flags_state & SLJIT_CURRENT_FLAGS_ADD) in get_cc()
2420 if (compiler->status_flags_state & SLJIT_CURRENT_FLAGS_ADD) in get_cc()
2449 if (!(compiler->status_flags_state & (SLJIT_CURRENT_FLAGS_ADD | SLJIT_CURRENT_FLAGS_SUB))) in get_cc()
2457 if (!(compiler->status_flags_state & (SLJIT_CURRENT_FLAGS_ADD | SLJIT_CURRENT_FLAGS_SUB))) in get_cc()
H A DsljitLir.h1571 #define SLJIT_CURRENT_FLAGS_ADD 0x01 macro
H A DsljitNativePPC_common.c1459 compiler->status_flags_state = SLJIT_CURRENT_FLAGS_ADD; in sljit_emit_op2()
1518 compiler->status_flags_state = SLJIT_CURRENT_FLAGS_ADD; in sljit_emit_op2()
2332 invert = (compiler->status_flags_state & SLJIT_CURRENT_FLAGS_ADD) != 0; in sljit_emit_op_flags()
H A DsljitNativeSPARC_common.c1430 if (!(compiler->status_flags_state & (SLJIT_CURRENT_FLAGS_ADD | SLJIT_CURRENT_FLAGS_SUB))) in get_cc()
1438 if (!(compiler->status_flags_state & (SLJIT_CURRENT_FLAGS_ADD | SLJIT_CURRENT_FLAGS_SUB))) in get_cc()
H A DsljitNativeS390X.c201 (((status_flags_state) & (SLJIT_CURRENT_FLAGS_ADD | SLJIT_CURRENT_FLAGS_SUB)) \
2693 compiler->status_flags_state |= SLJIT_CURRENT_FLAGS_ADD; in sljit_emit_op2()
2696 compiler->status_flags_state |= SLJIT_CURRENT_FLAGS_ADD; in sljit_emit_op2()
H A DsljitNativeMIPS_common.c1620 compiler->status_flags_state = SLJIT_CURRENT_FLAGS_ADD; in sljit_emit_op2()
2334 if (compiler->status_flags_state & (SLJIT_CURRENT_FLAGS_ADD | SLJIT_CURRENT_FLAGS_SUB)) { in sljit_emit_op_flags()
H A DsljitLir.c545 …(SLJIT_CURRENT_FLAGS_32 | SLJIT_CURRENT_FLAGS_ADD | SLJIT_CURRENT_FLAGS_SUB | SLJIT_CURRENT_FLAGS_…

Completed in 80 milliseconds