Home
last modified time | relevance | path

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

/PHP-7.1/ext/pcre/pcrelib/sljit/
H A DsljitLir.c124 # define PATCH_B 0x8 macro
153 # define PATCH_B 0x020 macro
162 # define PATCH_B 0x010 macro
180 # define PATCH_B 0x080 macro
201 # define PATCH_B 0x10 macro
210 # define PATCH_B 0x20 macro
H A DsljitNativePPC_common.c279 jump->flags |= PATCH_B; in detect_jump_type()
283 jump->flags |= PATCH_B | PATCH_ABS_B; in detect_jump_type()
292 jump->flags |= PATCH_B | extra_jump_flags; in detect_jump_type()
296 jump->flags |= PATCH_B | PATCH_ABS_B | extra_jump_flags; in detect_jump_type()
438 if (jump->flags & PATCH_B) { in sljit_generate_code()
H A DsljitNativeSPARC_common.c241 jump->flags |= PATCH_B; in detect_jump_type()
258 jump->flags |= PATCH_B; in detect_jump_type()
357 if (jump->flags & PATCH_B) { in sljit_generate_code()
H A DsljitNativeARM_32.c417 jump->flags |= PATCH_B; in detect_jump_type()
424 jump->flags |= PATCH_B; in detect_jump_type()
442 jump->flags |= PATCH_B; in detect_jump_type()
734 if (jump->flags & PATCH_B) { in sljit_generate_code()
H A DsljitNativeMIPS_common.c255 jump->flags |= PATCH_B; in detect_jump_type()
273 jump->flags |= PATCH_B; in detect_jump_type()
439 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.c184 jump->flags |= PATCH_B; in detect_jump_type()
281 if (jump->flags & PATCH_B) { in sljit_generate_code()

Completed in 42 milliseconds