Home
last modified time | relevance | path

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

/PHP-7.4/ext/pcre/pcre2lib/sljit/
H A DsljitNativeSPARC_common.c255 if (jump->flags & IS_COND) in detect_jump_type()
264 if (jump->flags & IS_COND) { in detect_jump_type()
281 if (jump->flags & IS_COND) in detect_jump_type()
1345 jump->flags |= IS_COND; in sljit_emit_jump()
1355 jump->flags |= IS_COND; in sljit_emit_jump()
H A DsljitNativeARM_64.c183 if (jump->flags & IS_COND) { in detect_jump_type()
200 if (jump->flags & IS_COND) in detect_jump_type()
207 if (jump->flags & IS_COND) in detect_jump_type()
333 if (jump->flags & IS_COND) in sljit_generate_code()
1696 jump->flags |= IS_COND; in sljit_emit_jump()
1735 jump->flags |= IS_CBZ | IS_COND; in emit_cmp_to0()
H A DsljitNativeARM_T2_32.c258 if (jump->flags & IS_COND) { in detect_jump_type()
320 SLJIT_ASSERT(diff <= 127 && diff >= -128 && (jump->flags & IS_COND)); in set_jump_instruction()
325 SLJIT_ASSERT(diff <= 524287 && diff >= -524288 && (jump->flags & IS_COND)); in set_jump_instruction()
330 SLJIT_ASSERT(jump->flags & IS_COND); in set_jump_instruction()
337 SLJIT_ASSERT(diff <= 1023 && diff >= -1024 && !(jump->flags & IS_COND)); in set_jump_instruction()
412 jump->addr = (sljit_uw)code_ptr - ((jump->flags & IS_COND) ? 10 : 8); in sljit_generate_code()
1847 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
236 # define IS_COND 0x08 macro
H A DsljitNativeMIPS_common.c337 if (jump->flags & IS_COND) in detect_jump_type()
351 if (!(jump->flags & IS_COND)) { in detect_jump_type()
369 if (!(jump->flags & IS_COND)) { in detect_jump_type()
381 if (jump->flags & IS_COND) { in detect_jump_type()
423 if (jump->flags & IS_COND) { in detect_jump_type()
433 if (jump->flags & IS_COND) { in detect_jump_type()
H A DsljitNativeTILEGX_64.c920 if (jump->flags & IS_COND) in detect_jump_type()
927 if (!(jump->flags & IS_COND)) { in detect_jump_type()
959 if (jump->flags & IS_COND) { in detect_jump_type()
2405 flags = IS_COND;
2409 flags = IS_COND;
H A DsljitNativePPC_common.c288 if (jump->flags & IS_COND) { in detect_jump_type()
475 jump->flags -= IS_COND; in sljit_generate_code()
526 if (jump->flags & IS_COND) { in sljit_generate_code()
1987 jump->flags |= IS_COND; in sljit_emit_jump()

Completed in 59 milliseconds