Home
last modified time | relevance | path

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

/PHP-8.3/ext/pcre/pcre2lib/sljit/
H A DsljitNativeSPARC_common.c222 static SLJIT_INLINE sljit_ins* detect_jump_type(struct sljit_jump *jump, sljit_ins *code_ptr, sljit… in detect_jump_type() function
356 code_ptr = detect_jump_type(jump, code_ptr, code, executable_offset); in sljit_generate_code()
H A DsljitNativeARM_32.c417 static SLJIT_INLINE sljit_s32 detect_jump_type(struct sljit_jump *jump, sljit_uw *code_ptr, sljit_u… in detect_jump_type() function
775 if (detect_jump_type(jump, code_ptr, code, executable_offset)) in sljit_generate_code()
780 if (detect_jump_type(jump, code_ptr, code, executable_offset)) in sljit_generate_code()
H A DsljitNativeARM_64.c161 static SLJIT_INLINE sljit_sw detect_jump_type(struct sljit_jump *jump, sljit_ins *code_ptr, sljit_i… in detect_jump_type() function
286 code_ptr -= detect_jump_type(jump, code_ptr, code, executable_offset); in sljit_generate_code()
H A DsljitNativePPC_common.c284 static SLJIT_INLINE sljit_s32 detect_jump_type(struct sljit_jump *jump, sljit_ins *code_ptr, sljit_… in detect_jump_type() function
470 if (detect_jump_type(jump, code_ptr, code, executable_offset)) { in sljit_generate_code()
H A DsljitNativeARM_T2_32.c255 static SLJIT_INLINE sljit_s32 detect_jump_type(struct sljit_jump *jump, sljit_u16 *code_ptr, sljit_… in detect_jump_type() function
428 code_ptr -= detect_jump_type(jump, code_ptr, code, executable_offset); in sljit_generate_code()
H A DsljitNativeRISCV_common.c166 static SLJIT_INLINE sljit_ins* detect_jump_type(struct sljit_jump *jump, sljit_ins *code, sljit_sw … in detect_jump_type() function
432 code_ptr = detect_jump_type(jump, code, executable_offset); in sljit_generate_code()
H A DsljitNativeMIPS_common.c351 static SLJIT_INLINE sljit_ins* detect_jump_type(struct sljit_jump *jump, sljit_ins *code, sljit_sw … in detect_jump_type() function
629 code_ptr = detect_jump_type(jump, code, executable_offset); in sljit_generate_code()

Completed in 52 milliseconds