Home
last modified time | relevance | path

Searched refs:IS_COND (Results 1 – 7 of 7) sorted by relevance

/PHP-8.3/ext/pcre/pcre2lib/sljit/
H A DsljitNativeSPARC_common.c259 if (jump->flags & IS_COND) in detect_jump_type()
268 if (jump->flags & IS_COND) { in detect_jump_type()
285 if (jump->flags & IS_COND) in detect_jump_type()
1464 jump->flags |= IS_COND; in sljit_emit_jump()
1474 jump->flags |= IS_COND; in sljit_emit_jump()
H A DsljitNativeRISCV_common.c186 if (jump->flags & IS_COND) { in detect_jump_type()
202 if (jump->flags & IS_COND) { in detect_jump_type()
216 if (jump->flags & IS_COND) in detect_jump_type()
225 if (jump->flags & IS_COND) in detect_jump_type()
234 if (jump->flags & IS_COND) in detect_jump_type()
243 if (jump->flags & IS_COND) in detect_jump_type()
2354 jump->flags |= IS_COND; in sljit_emit_jump()
2443 set_jump(jump, compiler, (sljit_u32)((type & SLJIT_REWRITABLE_JUMP) | IS_COND)); in sljit_emit_cmp()
H A DsljitNativeARM_64.c180 if (jump->flags & IS_COND) { in detect_jump_type()
197 if (jump->flags & IS_COND) in detect_jump_type()
204 if (jump->flags & IS_COND) in detect_jump_type()
330 if (jump->flags & IS_COND) in sljit_generate_code()
1967 jump->flags |= IS_COND; in sljit_emit_jump()
2008 jump->flags |= IS_CBZ | IS_COND; in emit_cmp_to0()
H A DsljitNativeARM_T2_32.c273 if (jump->flags & IS_COND) { in detect_jump_type()
335 SLJIT_ASSERT(diff <= 127 && diff >= -128 && (jump->flags & IS_COND)); in set_jump_instruction()
340 SLJIT_ASSERT(diff <= 524287 && diff >= -524288 && (jump->flags & IS_COND)); in set_jump_instruction()
345 SLJIT_ASSERT(jump->flags & IS_COND); in set_jump_instruction()
352 SLJIT_ASSERT(diff <= 1023 && diff >= -1024 && !(jump->flags & IS_COND)); in set_jump_instruction()
427 jump->addr = (sljit_uw)code_ptr - ((jump->flags & IS_COND) ? 10 : 8); in sljit_generate_code()
2287 jump->flags |= IS_COND; in sljit_emit_jump()
H A DsljitLir.c168 # define IS_COND 0x04 macro
186 # define IS_COND 0x004 macro
196 # define IS_COND 0x004 macro
215 # define IS_COND (IS_BIT26_COND | IS_BIT16_COND | IS_BIT23_COND) macro
235 # define IS_COND 0x004 macro
H A DsljitNativeMIPS_common.c375 if (jump->flags & IS_COND) in detect_jump_type()
389 if (!(jump->flags & IS_COND)) { in detect_jump_type()
406 if (!(jump->flags & IS_COND)) { in detect_jump_type()
418 if (jump->flags & IS_COND) { in detect_jump_type()
456 if (jump->flags & IS_COND) in detect_jump_type()
463 if (jump->flags & IS_COND) in detect_jump_type()
472 if (jump->flags & IS_COND) in detect_jump_type()
H A DsljitNativePPC_common.c313 if (jump->flags & IS_COND) { in detect_jump_type()
500 jump->flags -= IS_COND; in sljit_generate_code()
551 if (jump->flags & IS_COND) { in sljit_generate_code()
2311 jump->flags |= IS_COND; in sljit_emit_jump()

Completed in 93 milliseconds