Home
last modified time | relevance | path

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

/php-src/ext/pcre/pcre2lib/sljit/
H A DsljitLir.c170 # define PATCH_B 0x8 macro
199 # define PATCH_B 0x020 macro
208 # define PATCH_B 0x010 macro
227 # define PATCH_B 0x100 macro
248 # define PATCH_B 0x010 macro
265 # define PATCH_B 0x010 macro
H A DsljitNativePPC_common.c344 jump->flags |= PATCH_B; in detect_jump_type()
348 jump->flags |= PATCH_B | PATCH_ABS_B; in detect_jump_type()
357 jump->flags |= PATCH_B | extra_jump_flags; in detect_jump_type()
362 jump->flags |= PATCH_B | PATCH_ABS_B | extra_jump_flags; in detect_jump_type()
580 if (jump->flags & PATCH_B) { in sljit_generate_code()
H A DsljitNativeARM_32.c500 jump->flags |= PATCH_B; in detect_jump_type()
507 jump->flags |= PATCH_B; in detect_jump_type()
525 jump->flags |= PATCH_B; in detect_jump_type()
919 if (jump->flags & PATCH_B) { in sljit_generate_code()
H A DsljitNativeRISCV_common.c195 jump->flags |= PATCH_B; in detect_jump_type()
478 if (!(jump->flags & (PATCH_B | PATCH_J | PATCH_REL32))) { in sljit_generate_code()
487 if (jump->flags & PATCH_B) { in sljit_generate_code()
H A DsljitNativeLOONGARCH_64.c385 jump->flags |= PATCH_B; in detect_jump_type()
591 if (!(jump->flags & (PATCH_B | PATCH_J | PATCH_REL32))) { in sljit_generate_code()
600 if (jump->flags & PATCH_B) { in sljit_generate_code()
H A DsljitNativeARM_64.c236 jump->flags |= PATCH_B; in detect_jump_type()
370 if (jump->flags & PATCH_B) { in sljit_generate_code()
H A DsljitNativeMIPS_common.c523 jump->flags |= PATCH_B; in detect_jump_type()
540 jump->flags |= PATCH_B; in detect_jump_type()
811 if (jump->flags & PATCH_B) { in sljit_generate_code()

Completed in 82 milliseconds