Home
last modified time | relevance | path

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

/PHP-8.1/ext/pcre/pcre2lib/sljit/
H A DsljitNativeMIPS_32.c43 if (op & SLJIT_SET_Z) \
49 if (op & SLJIT_SET_Z) \
57 if (op & SLJIT_SET_Z) \
63 if (op & SLJIT_SET_Z) \
124 if (op & SLJIT_SET_Z) in emit_single_op()
133 if (op & SLJIT_SET_Z) in emit_single_op()
166 else if (op & SLJIT_SET_Z) in emit_single_op()
202 if (op & SLJIT_SET_Z) in emit_single_op()
284 if (op & SLJIT_SET_Z) in emit_single_op()
290 if (op & SLJIT_SET_Z) in emit_single_op()
[all …]
H A DsljitNativeMIPS_64.c126 if (op & SLJIT_SET_Z) \
132 if (op & SLJIT_SET_Z) \
147 if (op & SLJIT_SET_Z) \
154 if (op & SLJIT_SET_Z) \
215 if (op & SLJIT_SET_Z) in emit_single_op()
224 if (op & SLJIT_SET_Z) in emit_single_op()
257 else if (op & SLJIT_SET_Z) in emit_single_op()
293 if (op & SLJIT_SET_Z) in emit_single_op()
375 if (op & SLJIT_SET_Z) in emit_single_op()
381 if (op & SLJIT_SET_Z) in emit_single_op()
[all …]
H A DsljitLir.c98 ((op) & ~(SLJIT_I32_OP | SLJIT_SET_Z | VARIABLE_FLAG_MASK))
101 ((op) & (SLJIT_SET_Z | VARIABLE_FLAG_MASK))
104 ((op) & (SLJIT_I32_OP | SLJIT_SET_Z | VARIABLE_FLAG_MASK))
1286 CHECK_ARGUMENT(!(op & SLJIT_SET_Z)); in check_sljit_emit_op2()
1426 CHECK_ARGUMENT(!(op & (SLJIT_SET_Z | VARIABLE_FLAG_MASK))); in check_sljit_emit_fop1()
1464 CHECK_ARGUMENT(!(op & SLJIT_SET_Z)); in check_sljit_emit_fop1_cmp()
1608 CHECK_ARGUMENT(compiler->last_flags & SLJIT_SET_Z); in check_sljit_emit_jump()
1823 CHECK_ARGUMENT(compiler->last_flags & SLJIT_SET_Z); in check_sljit_emit_op_flags()
1836 !(op & SLJIT_SET_Z) ? "" : ".z", in check_sljit_emit_op_flags()
1862 CHECK_ARGUMENT(compiler->last_flags & SLJIT_SET_Z); in check_sljit_emit_cmov()
[all …]
H A DsljitNativeS390X.c243 if (compiler->status_flags_state & SLJIT_SET_Z) in get_cc()
250 if (compiler->status_flags_state & SLJIT_SET_Z) in get_cc()
2002 compiler->status_flags_state = op & (VARIABLE_FLAG_MASK | SLJIT_SET_Z); in sljit_emit_op1()
2058 if ((op & (SLJIT_SET_Z | VARIABLE_FLAG_MASK)) == (SLJIT_SET_Z | SLJIT_SET_OVERFLOW)) in sljit_emit_op1()
2127 …int sets_zero_overflow = (op & (SLJIT_SET_Z | VARIABLE_FLAG_MASK)) == (SLJIT_SET_Z | SLJIT_SET_OVE… in sljit_emit_add()
2206 …int sets_zero_overflow = (op & (SLJIT_SET_Z | VARIABLE_FLAG_MASK)) == (SLJIT_SET_Z | SLJIT_SET_OVE… in sljit_emit_sub()
2308 else if (op & SLJIT_SET_Z) in sljit_emit_sub()
2500 if (!(op & SLJIT_SET_Z)) in sljit_emit_bitwise()
2561 if ((op & SLJIT_SET_Z) && type != SLJIT_ASHR) in sljit_emit_shift()
2602 compiler->status_flags_state = op & (VARIABLE_FLAG_MASK | SLJIT_SET_Z); in sljit_emit_op2()
[all …]
H A DsljitNativePPC_common.c1330 …|| (op & (SLJIT_I32_OP | SLJIT_SET_Z | VARIABLE_FLAG_MASK)) == (SLJIT_I32_OP | SLJIT_SET_Z | SLJIT…
1333 || (op & (SLJIT_I32_OP | SLJIT_SET_Z | VARIABLE_FLAG_MASK)) == (SLJIT_I32_OP | SLJIT_SET_Z))
1336 || (op & (SLJIT_I32_OP | SLJIT_SET_Z)) == (SLJIT_I32_OP | SLJIT_SET_Z))
1416 if ((op & (SLJIT_I32_OP | SLJIT_SET_Z)) == (SLJIT_I32_OP | SLJIT_SET_Z)) { in sljit_emit_op2()
1484 if (TEST_SL_IMM(src1, src1w) && !(op & SLJIT_SET_Z)) { in sljit_emit_op2()
H A DsljitLir.h856 #define SLJIT_SET_Z 0x0200 macro
H A DsljitNativeARM_32.c2625 if (flags & SLJIT_SET_Z) in sljit_emit_op_flags()
H A DsljitNativeARM_T2_32.c2223 if (!(flags & SLJIT_SET_Z)) in sljit_emit_op_flags()
H A DsljitNativeX86_common.c1557 if (SLJIT_UNLIKELY(op_flags & SLJIT_SET_Z)) in sljit_emit_op1()
/PHP-8.1/ext/pcre/pcre2lib/
H A Dpcre2_jit_compile.c4294 sljit_set_current_flags(compiler, SLJIT_SET_Z); in check_newlinechar()
6682 OP2(SLJIT_XOR | SLJIT_SET_Z, TMP2, 0, TMP2, 0, TMP3, 0); in check_wordboundary()
6989 OP_FLAGS(SLJIT_OR | SLJIT_SET_Z, TMP2, 0, SLJIT_EQUAL); in check_anynewline()
7027 OP_FLAGS(SLJIT_OR | SLJIT_SET_Z, TMP2, 0, SLJIT_EQUAL); in check_hspace()
7055 OP_FLAGS(SLJIT_OR | SLJIT_SET_Z, TMP2, 0, SLJIT_EQUAL); in check_vspace()
7753 OP_FLAGS(SLJIT_OR | SLJIT_SET_Z, TMP2, 0, SLJIT_EQUAL); in compile_xclass_matchingpath()
7809 OP_FLAGS(SLJIT_OR | SLJIT_SET_Z, TMP2, 0, SLJIT_EQUAL); in compile_xclass_matchingpath()
8056 sljit_set_current_flags(compiler, SLJIT_SET_Z); in compile_simple_assertion_matchingpath()
8118 sljit_set_current_flags(compiler, SLJIT_SET_Z); in compile_simple_assertion_matchingpath()
8665 sljit_set_current_flags(compiler, SLJIT_SET_Z); in compile_char1_matchingpath()
[all …]

Completed in 91 milliseconds