Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/sljit/dist/sljit_src/
H A DsljitLir.c140 # define PATCH_B 0x8 macro
169 # define PATCH_B 0x020 macro
178 # define PATCH_B 0x010 macro
196 # define PATCH_B 0x080 macro
217 # define PATCH_B 0x10 macro
226 # define PATCH_B 0x20 macro
H A DsljitNativePPC_common.c285 jump->flags |= PATCH_B; in detect_jump_type()
289 jump->flags |= PATCH_B | PATCH_ABS_B; in detect_jump_type()
298 jump->flags |= PATCH_B | extra_jump_flags; in detect_jump_type()
303 jump->flags |= PATCH_B | PATCH_ABS_B | extra_jump_flags; in detect_jump_type()
451 if (jump->flags & PATCH_B) { in sljit_generate_code()
H A DsljitNativeSPARC_common.c248 jump->flags |= PATCH_B; in detect_jump_type()
266 jump->flags |= PATCH_B; in detect_jump_type()
369 if (jump->flags & PATCH_B) { in sljit_generate_code()
H A DsljitNativeARM_32.c418 jump->flags |= PATCH_B; in detect_jump_type()
425 jump->flags |= PATCH_B; in detect_jump_type()
443 jump->flags |= PATCH_B; in detect_jump_type()
746 if (jump->flags & PATCH_B) { in sljit_generate_code()
H A DsljitNativeMIPS_common.c253 jump->flags |= PATCH_B; in detect_jump_type()
271 jump->flags |= PATCH_B; in detect_jump_type()
440 if (jump->flags & PATCH_B) { in sljit_generate_code()
H A DsljitNativeTILEGX_64.c927 jump->flags |= PATCH_B; in detect_jump_type()
931 jump->flags &= ~(PATCH_B); in detect_jump_type()
1081 if (jump->flags & PATCH_B) { in sljit_generate_code()
H A DsljitNativeARM_64.c187 jump->flags |= PATCH_B; in detect_jump_type()
288 if (jump->flags & PATCH_B) { in sljit_generate_code()