Home
last modified time | relevance | path

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

/PHP-7.4/ext/pcre/pcre2lib/sljit/
H A DsljitNativeSPARC_common.c218 static SLJIT_INLINE sljit_ins* detect_jump_type(struct sljit_jump *jump, sljit_ins *code_ptr, sljit… in detect_jump_type() function
352 code_ptr = detect_jump_type(jump, code_ptr, code, executable_offset); in sljit_generate_code()
H A DsljitNativeARM_32.c404 static SLJIT_INLINE sljit_s32 detect_jump_type(struct sljit_jump *jump, sljit_uw *code_ptr, sljit_u… in detect_jump_type() function
687 if (detect_jump_type(jump, code_ptr, code, executable_offset)) in sljit_generate_code()
692 if (detect_jump_type(jump, code_ptr, code, executable_offset)) in sljit_generate_code()
H A DsljitNativeARM_64.c164 static SLJIT_INLINE sljit_sw detect_jump_type(struct sljit_jump *jump, sljit_ins *code_ptr, sljit_i… in detect_jump_type() function
289 code_ptr -= detect_jump_type(jump, code_ptr, code, executable_offset); in sljit_generate_code()
H A DsljitNativeTILEGX_64.c903 static SLJIT_INLINE sljit_ins * detect_jump_type(struct sljit_jump *jump, sljit_ins *code_ptr, slji… in detect_jump_type() function
1045 code_ptr = detect_jump_type(jump, code_ptr, code); in sljit_generate_code()
H A DsljitNativeMIPS_common.c314 static SLJIT_INLINE sljit_ins* detect_jump_type(struct sljit_jump *jump, sljit_ins *code_ptr, sljit… in detect_jump_type() function
560 code_ptr = detect_jump_type(jump, code_ptr, code, executable_offset); in sljit_generate_code()
H A DsljitNativeARM_T2_32.c240 static SLJIT_INLINE sljit_s32 detect_jump_type(struct sljit_jump *jump, sljit_u16 *code_ptr, sljit_… in detect_jump_type() function
413 code_ptr -= detect_jump_type(jump, code_ptr, code, executable_offset); in sljit_generate_code()
H A DsljitNativePPC_common.c259 static SLJIT_INLINE sljit_s32 detect_jump_type(struct sljit_jump *jump, sljit_ins *code_ptr, sljit_… in detect_jump_type() function
445 if (detect_jump_type(jump, code_ptr, code, executable_offset)) { in sljit_generate_code()

Completed in 87 milliseconds