Home
last modified time | relevance | path

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

/PHP-8.2/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
231 # define PATCH_B 0x20 macro
H A DsljitNativePPC_common.c295 jump->flags |= PATCH_B; in detect_jump_type()
299 jump->flags |= PATCH_B | PATCH_ABS_B; in detect_jump_type()
308 jump->flags |= PATCH_B | extra_jump_flags; in detect_jump_type()
313 jump->flags |= PATCH_B | PATCH_ABS_B | extra_jump_flags; in detect_jump_type()
530 if (jump->flags & PATCH_B) { in sljit_generate_code()
H A DsljitNativeSPARC_common.c266 jump->flags |= PATCH_B; in detect_jump_type()
284 jump->flags |= PATCH_B; in detect_jump_type()
402 if (jump->flags & PATCH_B) { in sljit_generate_code()
H A DsljitNativeARM_32.c438 jump->flags |= PATCH_B; in detect_jump_type()
445 jump->flags |= PATCH_B; in detect_jump_type()
463 jump->flags |= PATCH_B; in detect_jump_type()
857 if (jump->flags & PATCH_B) { in sljit_generate_code()
H A DsljitNativeMIPS_common.c353 jump->flags |= PATCH_B; in detect_jump_type()
371 jump->flags |= PATCH_B; in detect_jump_type()
607 if (jump->flags & PATCH_B) { in sljit_generate_code()
H A DsljitNativeARM_64.c190 jump->flags |= PATCH_B; in detect_jump_type()
324 if (jump->flags & PATCH_B) { in sljit_generate_code()

Completed in 41 milliseconds