Home
last modified time | relevance | path

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

/third_party/pcre2/pcre2/src/sljit/
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
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()
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()
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()
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()
DsljitNativeARM_64.c190 jump->flags |= PATCH_B; in detect_jump_type()
324 if (jump->flags & PATCH_B) { in sljit_generate_code()