Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/sljit/dist/sljit_src/
H A DsljitNativeARM_32.c393 static SLJIT_INLINE sljit_s32 detect_jump_type(struct sljit_jump *jump, sljit_uw *code_ptr, sljit_u… in detect_jump_type() function
667 if (detect_jump_type(jump, code_ptr, code, executable_offset)) in sljit_generate_code()
672 if (detect_jump_type(jump, code_ptr, code, executable_offset)) in sljit_generate_code()
H A DsljitNativeSPARC_common.c204 static SLJIT_INLINE sljit_ins* detect_jump_type(struct sljit_jump *jump, sljit_ins *code_ptr, sljit… in detect_jump_type() function
331 code_ptr = detect_jump_type(jump, code_ptr, code, executable_offset); in sljit_generate_code()
H A DsljitNativeARM_T2_32.c225 static SLJIT_INLINE sljit_s32 detect_jump_type(struct sljit_jump *jump, sljit_u16 *code_ptr, sljit_… in detect_jump_type() function
391 code_ptr -= detect_jump_type(jump, code_ptr, code, executable_offset); in sljit_generate_code()
H A DsljitNativeARM_64.c156 static SLJIT_INLINE sljit_s32 detect_jump_type(struct sljit_jump *jump, sljit_ins *code_ptr, sljit_… in detect_jump_type() function
257 code_ptr -= detect_jump_type(jump, code_ptr, code, executable_offset); in sljit_generate_code()
H A DsljitNativeMIPS_common.c218 static SLJIT_INLINE sljit_ins* detect_jump_type(struct sljit_jump *jump, sljit_ins *code_ptr, sljit… in detect_jump_type() function
408 code_ptr = detect_jump_type(jump, code_ptr, code, executable_offset); in sljit_generate_code()
H A DsljitNativeTILEGX_64.c905 static SLJIT_INLINE sljit_ins * detect_jump_type(struct sljit_jump *jump, sljit_ins *code_ptr, slji… in detect_jump_type() function
1047 code_ptr = detect_jump_type(jump, code_ptr, code); in sljit_generate_code()
H A DsljitNativePPC_common.c254 static SLJIT_INLINE sljit_s32 detect_jump_type(struct sljit_jump *jump, sljit_ins *code_ptr, sljit_… in detect_jump_type() function
384 if (detect_jump_type(jump, code_ptr, code, executable_offset)) { in sljit_generate_code()