Home
last modified time | relevance | path

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

/PHP-7.2/ext/pcre/pcrelib/sljit/
H A DsljitLir.c136 # define PATCH_B 0x8 macro
165 # define PATCH_B 0x020 macro
174 # define PATCH_B 0x010 macro
192 # define PATCH_B 0x080 macro
213 # define PATCH_B 0x10 macro
222 # define PATCH_B 0x20 macro
H A DsljitNativePPC_common.c284 jump->flags |= PATCH_B; in detect_jump_type()
288 jump->flags |= PATCH_B | PATCH_ABS_B; in detect_jump_type()
297 jump->flags |= PATCH_B | extra_jump_flags; in detect_jump_type()
302 jump->flags |= PATCH_B | PATCH_ABS_B | extra_jump_flags; in detect_jump_type()
450 if (jump->flags & PATCH_B) { in sljit_generate_code()
H A DsljitNativeSPARC_common.c246 jump->flags |= PATCH_B; in detect_jump_type()
264 jump->flags |= PATCH_B; in detect_jump_type()
367 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()
745 if (jump->flags & PATCH_B) { in sljit_generate_code()
H A DsljitNativeMIPS_common.c257 jump->flags |= PATCH_B; in detect_jump_type()
275 jump->flags |= PATCH_B; in detect_jump_type()
444 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.c186 jump->flags |= PATCH_B; in detect_jump_type()
287 if (jump->flags & PATCH_B) { in sljit_generate_code()

Completed in 50 milliseconds