Home
last modified time | relevance | path

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

/php-src/ext/pcre/pcre2lib/sljit/
H A DsljitNativeS390X.c190 #define SLJIT_ADD_SUB_NO_COMPARE(status_flags_state) \ argument
192 && !((status_flags_state) & SLJIT_CURRENT_FLAGS_COMPARE))
256 if (compiler->status_flags_state & SLJIT_CURRENT_FLAGS_SUB) in get_cc()
266 if (compiler->status_flags_state & SLJIT_CURRENT_FLAGS_SUB) in get_cc()
279 if (compiler->status_flags_state & SLJIT_SET_Z) in get_cc()
287 if (compiler->status_flags_state & SLJIT_SET_Z) in get_cc()
2957 compiler->status_flags_state |= SLJIT_CURRENT_FLAGS_ADD; in sljit_emit_op2()
2960 compiler->status_flags_state |= SLJIT_CURRENT_FLAGS_ADD; in sljit_emit_op2()
2966 compiler->status_flags_state |= SLJIT_CURRENT_FLAGS_SUB; in sljit_emit_op2()
2969 compiler->status_flags_state |= SLJIT_CURRENT_FLAGS_SUB; in sljit_emit_op2()
[all …]
H A DsljitNativeARM_T2_32.c695 compiler->status_flags_state = SLJIT_CURRENT_FLAGS_ADD; in emit_op_imm()
723 compiler->status_flags_state = SLJIT_CURRENT_FLAGS_ADD; in emit_op_imm()
734 compiler->status_flags_state = SLJIT_CURRENT_FLAGS_SUB; in emit_op_imm()
781 compiler->status_flags_state = SLJIT_CURRENT_FLAGS_SUB; in emit_op_imm()
939 compiler->status_flags_state = SLJIT_CURRENT_FLAGS_ADD; in emit_op_imm()
946 compiler->status_flags_state = SLJIT_CURRENT_FLAGS_ADD; in emit_op_imm()
951 compiler->status_flags_state = SLJIT_CURRENT_FLAGS_SUB; in emit_op_imm()
961 compiler->status_flags_state = SLJIT_CURRENT_FLAGS_SUB; in emit_op_imm()
966 compiler->status_flags_state = 0; in emit_op_imm()
2422 if (compiler->status_flags_state & SLJIT_CURRENT_FLAGS_ADD) in get_cc()
[all …]
H A DsljitNativeARM_64.c713 compiler->status_flags_state = SLJIT_CURRENT_FLAGS_SUB; in emit_op_imm()
720 compiler->status_flags_state = SLJIT_CURRENT_FLAGS_ADD; in emit_op_imm()
906 compiler->status_flags_state = SLJIT_CURRENT_FLAGS_ADD; in emit_op_imm()
910 compiler->status_flags_state = SLJIT_CURRENT_FLAGS_ADD; in emit_op_imm()
914 compiler->status_flags_state = SLJIT_CURRENT_FLAGS_SUB; in emit_op_imm()
918 compiler->status_flags_state = SLJIT_CURRENT_FLAGS_SUB; in emit_op_imm()
922 compiler->status_flags_state = 0; in emit_op_imm()
2081 if (compiler->status_flags_state & SLJIT_CURRENT_FLAGS_ADD) in get_cc()
2089 if (compiler->status_flags_state & SLJIT_CURRENT_FLAGS_ADD) in get_cc()
2124 if (!(compiler->status_flags_state & (SLJIT_CURRENT_FLAGS_ADD | SLJIT_CURRENT_FLAGS_SUB))) in get_cc()
[all …]
H A DsljitNativePPC_common.c1694 compiler->status_flags_state = SLJIT_CURRENT_FLAGS_ADD; in sljit_emit_op2()
1753 compiler->status_flags_state = SLJIT_CURRENT_FLAGS_ADD; in sljit_emit_op2()
1757 compiler->status_flags_state = SLJIT_CURRENT_FLAGS_SUB; in sljit_emit_op2()
1820 compiler->status_flags_state = SLJIT_CURRENT_FLAGS_SUB; in sljit_emit_op2()
2357 if (compiler->status_flags_state & SLJIT_CURRENT_FLAGS_SUB) in get_bo_bi_flags()
2365 if (compiler->status_flags_state & SLJIT_CURRENT_FLAGS_SUB) in get_bo_bi_flags()
2644 invert = (compiler->status_flags_state & SLJIT_CURRENT_FLAGS_SUB) != 0; in sljit_emit_op_flags()
2650 invert = (compiler->status_flags_state & SLJIT_CURRENT_FLAGS_ADD) != 0; in sljit_emit_op_flags()
H A DsljitNativeARM_32.c1599 compiler->status_flags_state = 0; in emit_single_op()
1993 compiler->status_flags_state = SLJIT_CURRENT_FLAGS_ADD; in emit_op()
1997 compiler->status_flags_state = SLJIT_CURRENT_FLAGS_ADD; in emit_op()
2001 compiler->status_flags_state = SLJIT_CURRENT_FLAGS_SUB; in emit_op()
2005 compiler->status_flags_state = SLJIT_CURRENT_FLAGS_SUB; in emit_op()
2873 if (compiler->status_flags_state & SLJIT_CURRENT_FLAGS_ADD) in get_cc()
2881 if (compiler->status_flags_state & SLJIT_CURRENT_FLAGS_ADD) in get_cc()
2916 if (!(compiler->status_flags_state & (SLJIT_CURRENT_FLAGS_ADD | SLJIT_CURRENT_FLAGS_SUB))) in get_cc()
2924 if (!(compiler->status_flags_state & (SLJIT_CURRENT_FLAGS_ADD | SLJIT_CURRENT_FLAGS_SUB))) in get_cc()
H A DsljitLir.h494 sljit_s32 status_flags_state; member
H A DsljitNativeRISCV_common.c1890 compiler->status_flags_state = SLJIT_CURRENT_FLAGS_ADD; in sljit_emit_op2()
1895 compiler->status_flags_state = SLJIT_CURRENT_FLAGS_SUB; in sljit_emit_op2()
1899 compiler->status_flags_state = 0; in sljit_emit_op2()
2751 if (compiler->status_flags_state & (SLJIT_CURRENT_FLAGS_ADD | SLJIT_CURRENT_FLAGS_SUB)) { in sljit_emit_op_flags()
H A DsljitNativeLOONGARCH_64.c1846 compiler->status_flags_state = SLJIT_CURRENT_FLAGS_ADD; in sljit_emit_op2()
1851 compiler->status_flags_state = SLJIT_CURRENT_FLAGS_SUB; in sljit_emit_op2()
1855 compiler->status_flags_state = 0; in sljit_emit_op2()
2793 if (compiler->status_flags_state & (SLJIT_CURRENT_FLAGS_ADD | SLJIT_CURRENT_FLAGS_SUB)) { in sljit_emit_op_flags()
H A DsljitNativeMIPS_common.c2602 compiler->status_flags_state = SLJIT_CURRENT_FLAGS_ADD; in sljit_emit_op2()
2607 compiler->status_flags_state = SLJIT_CURRENT_FLAGS_SUB; in sljit_emit_op2()
2611 compiler->status_flags_state = 0; in sljit_emit_op2()
3619 if (compiler->status_flags_state & (SLJIT_CURRENT_FLAGS_ADD | SLJIT_CURRENT_FLAGS_SUB)) { in sljit_emit_op_flags()
H A DsljitLir.c599 compiler->status_flags_state = current_flags; in sljit_set_current_flags()

Completed in 108 milliseconds