Home
last modified time | relevance | path

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

/PHP-8.3/ext/pcre/pcre2lib/sljit/
H A DsljitLir.c160 # define PATCH_B 0x8 macro
189 # define PATCH_B 0x020 macro
198 # define PATCH_B 0x010 macro
217 # define PATCH_B 0x100 macro
238 # define PATCH_B 0x010 macro
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 DsljitNativePPC_common.c315 jump->flags |= PATCH_B; in detect_jump_type()
319 jump->flags |= PATCH_B | PATCH_ABS_B; in detect_jump_type()
328 jump->flags |= PATCH_B | extra_jump_flags; in detect_jump_type()
333 jump->flags |= PATCH_B | PATCH_ABS_B | extra_jump_flags; in detect_jump_type()
550 if (jump->flags & PATCH_B) { in sljit_generate_code()
H A DsljitNativeARM_32.c442 jump->flags |= PATCH_B; in detect_jump_type()
449 jump->flags |= PATCH_B; in detect_jump_type()
467 jump->flags |= PATCH_B; in detect_jump_type()
862 if (jump->flags & PATCH_B) { in sljit_generate_code()
H A DsljitNativeRISCV_common.c191 jump->flags |= PATCH_B; in detect_jump_type()
475 if (!(jump->flags & (PATCH_B | PATCH_J | PATCH_REL32))) { in sljit_generate_code()
484 if (jump->flags & PATCH_B) { in sljit_generate_code()
H A DsljitNativeARM_64.c192 jump->flags |= PATCH_B; in detect_jump_type()
326 if (jump->flags & PATCH_B) { in sljit_generate_code()
H A DsljitNativeMIPS_common.c387 jump->flags |= PATCH_B; in detect_jump_type()
404 jump->flags |= PATCH_B; in detect_jump_type()
675 if (jump->flags & PATCH_B) { in sljit_generate_code()

Completed in 89 milliseconds