Home
last modified time | relevance | path

Searched refs:SLJIT_CURRENT_FLAGS_ADD (Results 1 – 11 of 11) 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.c659 compiler->status_flags_state = SLJIT_CURRENT_FLAGS_ADD; in emit_op_imm()
823 compiler->status_flags_state = SLJIT_CURRENT_FLAGS_ADD; in emit_op_imm()
827 compiler->status_flags_state = SLJIT_CURRENT_FLAGS_ADD; in emit_op_imm()
1867 if (compiler->status_flags_state & SLJIT_CURRENT_FLAGS_ADD) in get_cc()
1875 if (compiler->status_flags_state & SLJIT_CURRENT_FLAGS_ADD) in get_cc()
1910 if (!(compiler->status_flags_state & (SLJIT_CURRENT_FLAGS_ADD | SLJIT_CURRENT_FLAGS_SUB))) in get_cc()
1918 if (!(compiler->status_flags_state & (SLJIT_CURRENT_FLAGS_ADD | SLJIT_CURRENT_FLAGS_SUB))) in get_cc()
H A DsljitNativeARM_T2_32.c631 compiler->status_flags_state = SLJIT_CURRENT_FLAGS_ADD; in emit_op_imm()
659 compiler->status_flags_state = SLJIT_CURRENT_FLAGS_ADD; in emit_op_imm()
845 compiler->status_flags_state = SLJIT_CURRENT_FLAGS_ADD; in emit_op_imm()
852 compiler->status_flags_state = SLJIT_CURRENT_FLAGS_ADD; in emit_op_imm()
2185 if (compiler->status_flags_state & SLJIT_CURRENT_FLAGS_ADD) in get_cc()
2193 if (compiler->status_flags_state & SLJIT_CURRENT_FLAGS_ADD) in get_cc()
2228 if (!(compiler->status_flags_state & (SLJIT_CURRENT_FLAGS_ADD | SLJIT_CURRENT_FLAGS_SUB))) in get_cc()
2236 if (!(compiler->status_flags_state & (SLJIT_CURRENT_FLAGS_ADD | SLJIT_CURRENT_FLAGS_SUB))) in get_cc()
H A DsljitNativeARM_32.c1918 compiler->status_flags_state = SLJIT_CURRENT_FLAGS_ADD; in emit_op()
1922 compiler->status_flags_state = SLJIT_CURRENT_FLAGS_ADD; in emit_op()
2598 if (compiler->status_flags_state & SLJIT_CURRENT_FLAGS_ADD) in get_cc()
2606 if (compiler->status_flags_state & SLJIT_CURRENT_FLAGS_ADD) in get_cc()
2641 if (!(compiler->status_flags_state & (SLJIT_CURRENT_FLAGS_ADD | SLJIT_CURRENT_FLAGS_SUB))) in get_cc()
2649 if (!(compiler->status_flags_state & (SLJIT_CURRENT_FLAGS_ADD | SLJIT_CURRENT_FLAGS_SUB))) in get_cc()
H A DsljitLir.h1701 #define SLJIT_CURRENT_FLAGS_ADD 0x01 macro
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 DsljitNativePPC_common.c1512 compiler->status_flags_state = SLJIT_CURRENT_FLAGS_ADD; in sljit_emit_op2()
1571 compiler->status_flags_state = SLJIT_CURRENT_FLAGS_ADD; in sljit_emit_op2()
2499 invert = (compiler->status_flags_state & SLJIT_CURRENT_FLAGS_ADD) != 0; in sljit_emit_op_flags()
H A DsljitNativeS390X.c198 (((status_flags_state) & (SLJIT_CURRENT_FLAGS_ADD | SLJIT_CURRENT_FLAGS_SUB)) \
2878 compiler->status_flags_state |= SLJIT_CURRENT_FLAGS_ADD; in sljit_emit_op2()
2881 compiler->status_flags_state |= SLJIT_CURRENT_FLAGS_ADD; in sljit_emit_op2()
H A DsljitNativeRISCV_common.c1779 compiler->status_flags_state = SLJIT_CURRENT_FLAGS_ADD; in sljit_emit_op2()
2594 if (compiler->status_flags_state & (SLJIT_CURRENT_FLAGS_ADD | SLJIT_CURRENT_FLAGS_SUB)) { in sljit_emit_op_flags()
H A DsljitNativeMIPS_common.c2339 compiler->status_flags_state = SLJIT_CURRENT_FLAGS_ADD; in sljit_emit_op2()
3228 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 89 milliseconds