Home
last modified time | relevance | path

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

/php-src/ext/pcre/pcre2lib/sljit/
H A DsljitNativeARM_32.c476 static SLJIT_INLINE sljit_s32 detect_jump_type(struct sljit_jump *jump, sljit_uw *code_ptr, sljit_u… in detect_jump_type() function
915 if (detect_jump_type(jump, code_ptr, code, executable_offset)) in sljit_generate_code()
921 if (!detect_jump_type(jump, code_ptr, code, executable_offset)) { in sljit_generate_code()
H A DsljitNativePPC_common.c313 static SLJIT_INLINE sljit_ins* detect_jump_type(struct sljit_jump *jump, sljit_ins *code_ptr, sljit… in detect_jump_type() function
652 code_ptr = detect_jump_type(jump, code_ptr, code, executable_offset); in sljit_generate_code()
H A DsljitNativeARM_64.c207 static SLJIT_INLINE sljit_ins* detect_jump_type(struct sljit_jump *jump, sljit_ins *code_ptr, sljit… in detect_jump_type() function
520 code_ptr = detect_jump_type(jump, code_ptr, code, executable_offset); in sljit_generate_code()
H A DsljitNativeRISCV_common.c170 static SLJIT_INLINE sljit_ins* detect_jump_type(struct sljit_jump *jump, sljit_ins *code, sljit_sw … in detect_jump_type() function
556 code_ptr = detect_jump_type(jump, code, executable_offset); in sljit_generate_code()
H A DsljitNativeARM_T2_32.c320 static SLJIT_INLINE sljit_u16* detect_jump_type(struct sljit_jump *jump, sljit_u16 *code_ptr, sljit… in detect_jump_type() function
616 code_ptr = detect_jump_type(jump, code_ptr, code, executable_offset); in sljit_generate_code()
H A DsljitNativeLOONGARCH_64.c408 static SLJIT_INLINE sljit_ins* detect_jump_type(struct sljit_jump *jump, sljit_ins *code, sljit_sw … in detect_jump_type() function
714 code_ptr = detect_jump_type(jump, code, executable_offset); in sljit_generate_code()
H A DsljitNativeMIPS_common.c487 static SLJIT_INLINE sljit_ins* detect_jump_type(struct sljit_jump *jump, sljit_ins *code, sljit_sw … in detect_jump_type() function
754 code_ptr = detect_jump_type(jump, code, executable_offset); in sljit_generate_code()

Completed in 77 milliseconds