Home
last modified time | relevance | path

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

/PHP-7.3/ext/pcre/pcre2lib/sljit/
H A DsljitLir.c151 # define PATCH_B 0x8 macro
180 # define PATCH_B 0x020 macro
189 # define PATCH_B 0x010 macro
207 # define PATCH_B 0x080 macro
228 # define PATCH_B 0x10 macro
237 # define PATCH_B 0x20 macro
H A DsljitNativePPC_common.c287 jump->flags |= PATCH_B; in detect_jump_type()
291 jump->flags |= PATCH_B | PATCH_ABS_B; in detect_jump_type()
300 jump->flags |= PATCH_B | extra_jump_flags; in detect_jump_type()
305 jump->flags |= PATCH_B | PATCH_ABS_B | extra_jump_flags; in detect_jump_type()
453 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()
383 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()
757 if (jump->flags & PATCH_B) { in sljit_generate_code()
H A DsljitNativeMIPS_common.c275 jump->flags |= PATCH_B; in detect_jump_type()
293 jump->flags |= PATCH_B; in detect_jump_type()
462 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 DsljitNativeARM_64.c195 jump->flags |= PATCH_B; in detect_jump_type()
297 if (jump->flags & PATCH_B) { in sljit_generate_code()

Completed in 74 milliseconds