Searched refs:detect_jump_type (Results 1 – 7 of 7) sorted by relevance
/netbsd-src/sys/external/bsd/sljit/dist/sljit_src/ |
H A D | sljitNativeARM_32.c | 393 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 D | sljitNativeSPARC_common.c | 204 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 D | sljitNativeARM_T2_32.c | 225 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 D | sljitNativeARM_64.c | 156 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 D | sljitNativeMIPS_common.c | 218 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 D | sljitNativeTILEGX_64.c | 905 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 D | sljitNativePPC_common.c | 254 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()
|