Home
last modified time | relevance | path

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

/PHP-5.4/ext/pcre/pcrelib/sljit/
H A DsljitLir.c132 # define IS_COND 0x04 macro
150 # define IS_COND 0x004 macro
160 # define IS_COND 0x004 macro
178 # define IS_COND (IS_BIT26_COND | IS_BIT16_COND) macro
199 # define IS_COND 0x08 macro
207 # define IS_COND 0x08 macro
H A DsljitNativeARM_T2_32.c242 if (jump->flags & IS_COND) { in detect_jump_type()
302 SLJIT_ASSERT(diff <= 127 && diff >= -128 && (jump->flags & IS_COND)); in set_jump_instruction()
307 SLJIT_ASSERT(diff <= 524287 && diff >= -524288 && (jump->flags & IS_COND)); in set_jump_instruction()
312 SLJIT_ASSERT(jump->flags & IS_COND); in set_jump_instruction()
319 SLJIT_ASSERT(diff <= 1023 && diff >= -1024 && !(jump->flags & IS_COND)); in set_jump_instruction()
384 jump->addr = (sljit_uw)code_ptr - ((jump->flags & IS_COND) ? 10 : 8); in sljit_generate_code()
1898 jump->flags |= IS_COND; in sljit_emit_jump()
H A DsljitNativeSPARC_common.c235 if (jump->flags & IS_COND) in detect_jump_type()
243 if (jump->flags & IS_COND) { in detect_jump_type()
259 if (jump->flags & IS_COND) in detect_jump_type()
1297 jump->flags |= IS_COND; in sljit_emit_jump()
1307 jump->flags |= IS_COND; in sljit_emit_jump()
H A DsljitNativeARM_64.c172 if (jump->flags & IS_COND) { in detect_jump_type()
189 if (jump->flags & IS_COND) in detect_jump_type()
195 if (jump->flags & IS_COND) in detect_jump_type()
285 if (jump->flags & IS_COND) in sljit_generate_code()
1871 jump->flags |= IS_COND; in sljit_emit_jump()
1896 jump->flags |= IS_CBZ | IS_COND; in emit_cmp_to0()
H A DsljitNativeMIPS_common.c243 if (jump->flags & IS_COND) in detect_jump_type()
257 if (!(jump->flags & IS_COND)) { in detect_jump_type()
275 if (!(jump->flags & IS_COND)) { in detect_jump_type()
287 if (jump->flags & IS_COND) { in detect_jump_type()
329 if (jump->flags & IS_COND) { in detect_jump_type()
339 if (jump->flags & IS_COND) { in detect_jump_type()
H A DsljitNativeTILEGX_64.c921 if (jump->flags & IS_COND) in detect_jump_type()
928 if (!(jump->flags & IS_COND)) { in detect_jump_type()
960 if (jump->flags & IS_COND) { in detect_jump_type()
2420 flags = IS_COND;
2424 flags = IS_COND;
H A DsljitNativePPC_common.c277 if (jump->flags & IS_COND) { in detect_jump_type()
402 jump->flags -= IS_COND; in sljit_generate_code()
439 if (jump->flags & IS_COND) { in sljit_generate_code()
2149 jump->flags |= IS_COND; in sljit_emit_jump()

Completed in 72 milliseconds