Home
last modified time | relevance | path

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

/PHP-8.1/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
760 if (detect_jump_type(jump, code_ptr, code, executable_offset)) in sljit_generate_code()
765 if (detect_jump_type(jump, code_ptr, code, executable_offset)) in sljit_generate_code()
H A DsljitNativeARM_64.c154 static SLJIT_INLINE sljit_sw detect_jump_type(struct sljit_jump *jump, sljit_ins *code_ptr, sljit_i… in detect_jump_type() function
279 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()
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()

Completed in 44 milliseconds