Home
last modified time | relevance | path

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

/php-src/ext/pcre/pcre2lib/sljit/
H A DsljitNativeRISCV_common.c190 if (jump->flags & IS_COND) { in detect_jump_type()
206 if (jump->flags & IS_COND) { in detect_jump_type()
220 if (jump->flags & IS_COND) in detect_jump_type()
229 if (jump->flags & IS_COND) in detect_jump_type()
238 if (jump->flags & IS_COND) in detect_jump_type()
247 if (jump->flags & IS_COND) in detect_jump_type()
2511 jump->flags |= IS_COND; in sljit_emit_jump()
2600 set_jump(jump, compiler, (sljit_u32)((type & SLJIT_REWRITABLE_JUMP) | IS_COND)); in sljit_emit_cmp()
H A DsljitNativeLOONGARCH_64.c380 if (jump->flags & IS_COND) { in detect_jump_type()
396 if (jump->flags & IS_COND) { in detect_jump_type()
405 if (jump->flags & IS_COND) in detect_jump_type()
414 if (jump->flags & IS_COND) in detect_jump_type()
423 if (jump->flags & IS_COND) in detect_jump_type()
432 if (jump->flags & IS_COND) in detect_jump_type()
2562 jump->flags |= IS_COND; in sljit_emit_jump()
2645 set_jump(jump, compiler, (sljit_u32)((type & SLJIT_REWRITABLE_JUMP) | IS_COND)); in sljit_emit_cmp()
H A DsljitLir.c178 # define IS_COND 0x04 macro
196 # define IS_COND 0x004 macro
206 # define IS_COND 0x004 macro
225 # define IS_COND (IS_BIT26_COND | IS_BIT16_COND | IS_BIT23_COND) macro
245 # define IS_COND 0x004 macro
262 # define IS_COND 0x004 macro
H A DsljitNativeARM_T2_32.c331 if (jump->flags & IS_COND) { in detect_jump_type()
393 SLJIT_ASSERT(diff <= 127 && diff >= -128 && (jump->flags & IS_COND)); in set_jump_instruction()
398 SLJIT_ASSERT(diff <= 524287 && diff >= -524288 && (jump->flags & IS_COND)); in set_jump_instruction()
403 SLJIT_ASSERT(jump->flags & IS_COND); in set_jump_instruction()
410 SLJIT_ASSERT(diff <= 1023 && diff >= -1024 && !(jump->flags & IS_COND)); in set_jump_instruction()
485 jump->addr = (sljit_uw)code_ptr - ((jump->flags & IS_COND) ? 10 : 8); in sljit_generate_code()
2524 jump->flags |= IS_COND; in sljit_emit_jump()
H A DsljitNativeARM_64.c224 if (jump->flags & IS_COND) { in detect_jump_type()
241 if (jump->flags & IS_COND) in detect_jump_type()
248 if (jump->flags & IS_COND) in detect_jump_type()
374 if (jump->flags & IS_COND) in sljit_generate_code()
2181 jump->flags |= IS_COND; in sljit_emit_jump()
2222 jump->flags |= IS_CBZ | IS_COND; in emit_cmp_to0()
H A DsljitNativeMIPS_common.c511 if (jump->flags & IS_COND) in detect_jump_type()
525 if (!(jump->flags & IS_COND)) { in detect_jump_type()
542 if (!(jump->flags & IS_COND)) { in detect_jump_type()
554 if (jump->flags & IS_COND) { in detect_jump_type()
592 if (jump->flags & IS_COND) in detect_jump_type()
599 if (jump->flags & IS_COND) in detect_jump_type()
608 if (jump->flags & IS_COND) in detect_jump_type()
H A DsljitNativePPC_common.c342 if (jump->flags & IS_COND) { in detect_jump_type()
530 jump->flags -= IS_COND; in sljit_generate_code()
581 if (jump->flags & IS_COND) { in sljit_generate_code()
2458 jump->flags |= IS_COND; in sljit_emit_jump()

Completed in 96 milliseconds