Home
last modified time | relevance | path

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

/PHP-7.2/ext/pcre/pcrelib/sljit/
H A DsljitNativeARM_T2_32.c245 if (jump->flags & IS_COND) { in detect_jump_type()
307 SLJIT_ASSERT(diff <= 127 && diff >= -128 && (jump->flags & IS_COND)); in set_jump_instruction()
312 SLJIT_ASSERT(diff <= 524287 && diff >= -524288 && (jump->flags & IS_COND)); in set_jump_instruction()
317 SLJIT_ASSERT(jump->flags & IS_COND); in set_jump_instruction()
324 SLJIT_ASSERT(diff <= 1023 && diff >= -1024 && !(jump->flags & IS_COND)); in set_jump_instruction()
392 jump->addr = (sljit_uw)code_ptr - ((jump->flags & IS_COND) ? 10 : 8); in sljit_generate_code()
1804 jump->flags |= IS_COND; in sljit_emit_jump()
H A DsljitNativeSPARC_common.c239 if (jump->flags & IS_COND) in detect_jump_type()
248 if (jump->flags & IS_COND) { in detect_jump_type()
265 if (jump->flags & IS_COND) in detect_jump_type()
1324 jump->flags |= IS_COND; in sljit_emit_jump()
1334 jump->flags |= IS_COND; in sljit_emit_jump()
H A DsljitLir.c144 # define IS_COND 0x04 macro
162 # define IS_COND 0x004 macro
172 # define IS_COND 0x004 macro
190 # define IS_COND (IS_BIT26_COND | IS_BIT16_COND) macro
211 # define IS_COND 0x08 macro
219 # define IS_COND 0x08 macro
H A DsljitNativeARM_64.c174 if (jump->flags & IS_COND) { in detect_jump_type()
191 if (jump->flags & IS_COND) in detect_jump_type()
197 if (jump->flags & IS_COND) in detect_jump_type()
291 if (jump->flags & IS_COND) in sljit_generate_code()
1926 jump->flags |= IS_COND; in sljit_emit_jump()
1951 jump->flags |= IS_CBZ | IS_COND; in emit_cmp_to0()
H A DsljitNativeMIPS_common.c245 if (jump->flags & IS_COND) in detect_jump_type()
259 if (!(jump->flags & IS_COND)) { in detect_jump_type()
277 if (!(jump->flags & IS_COND)) { in detect_jump_type()
289 if (jump->flags & IS_COND) { in detect_jump_type()
331 if (jump->flags & IS_COND) { in detect_jump_type()
341 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()
2397 flags = IS_COND;
2401 flags = IS_COND;
H A DsljitNativePPC_common.c282 if (jump->flags & IS_COND) { in detect_jump_type()
413 jump->flags -= IS_COND; in sljit_generate_code()
451 if (jump->flags & IS_COND) { in sljit_generate_code()
2201 jump->flags |= IS_COND; in sljit_emit_jump()

Completed in 72 milliseconds