Home
last modified time | relevance | path

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

/PHP-7.4/ext/pcre/pcre2lib/sljit/
H A DsljitLir.c152 # define PATCH_B 0x8 macro
181 # define PATCH_B 0x020 macro
190 # define PATCH_B 0x010 macro
209 # define PATCH_B 0x100 macro
230 # define PATCH_B 0x10 macro
239 # define PATCH_B 0x20 macro
H A DsljitNativePPC_common.c290 jump->flags |= PATCH_B; in detect_jump_type()
294 jump->flags |= PATCH_B | PATCH_ABS_B; in detect_jump_type()
303 jump->flags |= PATCH_B | extra_jump_flags; in detect_jump_type()
308 jump->flags |= PATCH_B | PATCH_ABS_B | extra_jump_flags; in detect_jump_type()
525 if (jump->flags & PATCH_B) { in sljit_generate_code()
H A DsljitNativeSPARC_common.c262 jump->flags |= PATCH_B; in detect_jump_type()
280 jump->flags |= PATCH_B; in detect_jump_type()
398 if (jump->flags & PATCH_B) { in sljit_generate_code()
H A DsljitNativeARM_32.c429 jump->flags |= PATCH_B; in detect_jump_type()
436 jump->flags |= PATCH_B; in detect_jump_type()
454 jump->flags |= PATCH_B; in detect_jump_type()
774 if (jump->flags & PATCH_B) { in sljit_generate_code()
H A DsljitNativeTILEGX_64.c925 jump->flags |= PATCH_B; in detect_jump_type()
929 jump->flags &= ~(PATCH_B); in detect_jump_type()
1079 if (jump->flags & PATCH_B) { in sljit_generate_code()
H A DsljitNativeMIPS_common.c349 jump->flags |= PATCH_B; in detect_jump_type()
367 jump->flags |= PATCH_B; in detect_jump_type()
603 if (jump->flags & PATCH_B) { in sljit_generate_code()
H A DsljitNativeARM_64.c195 jump->flags |= PATCH_B; in detect_jump_type()
329 if (jump->flags & PATCH_B) { in sljit_generate_code()

Completed in 62 milliseconds