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()
205 if (jump->flags & IS_COND) { in detect_jump_type()
219 if (jump->flags & IS_COND) in detect_jump_type()
228 if (jump->flags & IS_COND) in detect_jump_type()
237 if (jump->flags & IS_COND) in detect_jump_type()
246 if (jump->flags & IS_COND) in detect_jump_type()
457 …if ((jump->flags & IS_COND) && (diff + 1) <= (BRANCH_MAX / SSIZE_OF(ins)) && (diff + 1) >= (BRANCH… in reduce_code_size()
2628 jump->flags |= IS_COND; in sljit_emit_jump()
2714 set_jump(jump, compiler, (sljit_u32)((type & SLJIT_REWRITABLE_JUMP) | IS_COND)); in sljit_emit_cmp()
H A DsljitNativeARM_64.c224 if (jump->flags & IS_COND) { in detect_jump_type()
236 if (jump->flags & IS_COND) in detect_jump_type()
243 if (jump->flags & IS_COND) in detect_jump_type()
250 if (jump->flags & IS_COND) in detect_jump_type()
258 if (jump->flags & IS_COND) in detect_jump_type()
426 …if ((jump->flags & IS_COND) && (diff + 1) <= (0xfffff / SSIZE_OF(ins)) && (diff + 1) >= (-0x100000… in reduce_code_size()
2355 jump->flags |= IS_COND; in sljit_emit_jump()
2396 jump->flags |= IS_CBZ | IS_COND; in emit_cmp_to0()
H A DsljitNativeLOONGARCH_64.c428 if (jump->flags & IS_COND) { in detect_jump_type()
443 if (jump->flags & IS_COND) { in detect_jump_type()
452 if (jump->flags & IS_COND) in detect_jump_type()
461 if (jump->flags & IS_COND) in detect_jump_type()
470 if (jump->flags & IS_COND) in detect_jump_type()
479 if (jump->flags & IS_COND) in detect_jump_type()
621 …if ((jump->flags & IS_COND) && (diff + 1) <= (BRANCH16_MAX / SSIZE_OF(ins)) && (diff + 1) >= (BRAN… in reduce_code_size()
2711 jump->flags |= IS_COND; in sljit_emit_jump()
2794 set_jump(jump, compiler, (sljit_u32)((type & SLJIT_REWRITABLE_JUMP) | IS_COND)); in sljit_emit_cmp()
H A DsljitLir.c193 # define IS_COND 0x04 macro
213 # define IS_COND 0x004 macro
226 # define IS_COND 0x004 macro
249 # define IS_COND (IS_BIT26_COND | IS_BIT16_COND | IS_BIT23_COND) macro
269 # define IS_COND 0x004 macro
289 # define IS_COND 0x004 macro
H A DsljitNativePPC_common.c340 if (jump->flags & IS_COND) { in detect_jump_type()
360 if (!(jump->flags & IS_COND)) in detect_jump_type()
366 jump->flags -= IS_COND; in detect_jump_type()
440 if (flags & IS_COND) { in generate_jump_or_mov_addr()
551 if (jump->flags & IS_COND) { in reduce_code_size()
2521 jump->flags |= IS_COND; in sljit_emit_jump()
H A DsljitNativeARM_T2_32.c337 if (jump->flags & IS_COND) { in detect_jump_type()
372 if (jump->flags & IS_COND) { in detect_jump_type()
442 SLJIT_ASSERT(diff <= 0x7f && diff >= -0x80 && (jump->flags & IS_COND)); in generate_jump_or_mov_addr()
447 SLJIT_ASSERT(diff <= 0x7ffff && diff >= -0x80000 && (jump->flags & IS_COND)); in generate_jump_or_mov_addr()
453 SLJIT_ASSERT(diff <= 0x3ff && diff >= -0x400 && !(jump->flags & IS_COND)); in generate_jump_or_mov_addr()
521 if (jump->flags & IS_COND) { in reduce_code_size()
2677 jump->flags |= IS_COND; in sljit_emit_jump()
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()

Completed in 72 milliseconds