Home
last modified time | relevance | path

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

/PHP-7.2/ext/pcre/pcrelib/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.c92 ((op) & ~(SLJIT_I32_OP | SLJIT_SET_Z | VARIABLE_FLAG_MASK))
95 ((op) & (SLJIT_SET_Z | VARIABLE_FLAG_MASK))
98 ((op) & (SLJIT_I32_OP | SLJIT_SET_Z | VARIABLE_FLAG_MASK))
1132 CHECK_ARGUMENT(!(op & SLJIT_SET_Z)); in check_sljit_emit_op2()
1243 CHECK_ARGUMENT(!(op & (SLJIT_SET_Z | VARIABLE_FLAG_MASK))); in check_sljit_emit_fop1()
1281 CHECK_ARGUMENT(!(op & SLJIT_SET_Z)); in check_sljit_emit_fop1_cmp()
1426 CHECK_ARGUMENT(compiler->last_flags & SLJIT_SET_Z); in check_sljit_emit_jump()
1530 CHECK_ARGUMENT(compiler->last_flags & SLJIT_SET_Z); in check_sljit_emit_op_flags()
1544 !(op & SLJIT_SET_Z) ? "" : ".z", in check_sljit_emit_op_flags()
1567 CHECK_ARGUMENT(compiler->last_flags & SLJIT_SET_Z); in check_sljit_emit_cmov()
[all …]
H A DsljitLir.h761 #define SLJIT_SET_Z 0x0200 macro
H A DsljitNativeARM_T2_32.c1895 if (!(flags & SLJIT_SET_Z)) in sljit_emit_op_flags()
H A DsljitNativeARM_32.c2249 if (flags & SLJIT_SET_Z) in sljit_emit_op_flags()
H A DsljitNativeX86_common.c1399 if (SLJIT_UNLIKELY(op_flags & SLJIT_SET_Z)) in sljit_emit_op1()
/PHP-7.2/ext/pcre/pcrelib/
H A Dpcre_jit_compile.c3120 sljit_set_current_flags(compiler, SLJIT_SET_Z); in check_newlinechar()
4034 sljit_set_current_flags(compiler, SLJIT_SET_Z); in fast_forward_first_char2_sse2()
4135 sljit_set_current_flags(compiler, SLJIT_SET_Z); in fast_forward_first_char2_sse2()
4259 OP_FLAGS(SLJIT_OR | SLJIT_SET_Z, TMP2, 0, SLJIT_EQUAL); in fast_forward_first_char2()
5099 OP_FLAGS(SLJIT_OR | SLJIT_SET_Z, TMP2, 0, SLJIT_EQUAL); in check_anynewline()
5137 OP_FLAGS(SLJIT_OR | SLJIT_SET_Z, TMP2, 0, SLJIT_EQUAL); in check_hspace()
5165 OP_FLAGS(SLJIT_OR | SLJIT_SET_Z, TMP2, 0, SLJIT_EQUAL); in check_vspace()
6044 sljit_set_current_flags(compiler, SLJIT_SET_Z); in compile_simple_assertion_matchingpath()
6106 sljit_set_current_flags(compiler, SLJIT_SET_Z); in compile_simple_assertion_matchingpath()
6401 sljit_set_current_flags(compiler, SLJIT_SET_Z); in compile_char1_matchingpath()
[all …]

Completed in 63 milliseconds