Home
last modified time | relevance | path

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

/PHP-8.2/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 DsljitNativeARM_64.c178 if (jump->flags & IS_COND) { in detect_jump_type()
195 if (jump->flags & IS_COND) in detect_jump_type()
202 if (jump->flags & IS_COND) in detect_jump_type()
328 if (jump->flags & IS_COND) in sljit_generate_code()
1798 jump->flags |= IS_COND; in sljit_emit_jump()
1843 jump->flags |= IS_CBZ | IS_COND; in emit_cmp_to0()
H A DsljitNativeARM_T2_32.c268 if (jump->flags & IS_COND) { in detect_jump_type()
330 SLJIT_ASSERT(diff <= 127 && diff >= -128 && (jump->flags & IS_COND)); in set_jump_instruction()
335 SLJIT_ASSERT(diff <= 524287 && diff >= -524288 && (jump->flags & IS_COND)); in set_jump_instruction()
340 SLJIT_ASSERT(jump->flags & IS_COND); in set_jump_instruction()
347 SLJIT_ASSERT(diff <= 1023 && diff >= -1024 && !(jump->flags & IS_COND)); in set_jump_instruction()
422 jump->addr = (sljit_uw)code_ptr - ((jump->flags & IS_COND) ? 10 : 8); in sljit_generate_code()
2085 jump->flags |= IS_COND; in sljit_emit_jump()
H A DsljitLir.c160 # define IS_COND 0x04 macro
178 # define IS_COND 0x004 macro
188 # define IS_COND 0x004 macro
207 # define IS_COND (IS_BIT26_COND | IS_BIT16_COND | IS_BIT23_COND) macro
228 # define IS_COND 0x08 macro
H A DsljitNativeMIPS_common.c341 if (jump->flags & IS_COND) in detect_jump_type()
355 if (!(jump->flags & IS_COND)) { in detect_jump_type()
373 if (!(jump->flags & IS_COND)) { in detect_jump_type()
385 if (jump->flags & IS_COND) { in detect_jump_type()
427 if (jump->flags & IS_COND) { in detect_jump_type()
437 if (jump->flags & IS_COND) { in detect_jump_type()
H A DsljitNativePPC_common.c293 if (jump->flags & IS_COND) { in detect_jump_type()
480 jump->flags -= IS_COND; in sljit_generate_code()
531 if (jump->flags & IS_COND) { in sljit_generate_code()
2137 jump->flags |= IS_COND; in sljit_emit_jump()

Completed in 41 milliseconds