Searched refs:detect_jump_type (Results 1 – 7 of 7) sorted by relevance
/php-src/ext/pcre/pcre2lib/sljit/ |
H A D | sljitNativeARM_32.c | 476 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 D | sljitNativePPC_common.c | 313 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 D | sljitNativeARM_64.c | 207 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 D | sljitNativeRISCV_common.c | 170 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 D | sljitNativeARM_T2_32.c | 320 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 D | sljitNativeLOONGARCH_64.c | 408 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 D | sljitNativeMIPS_common.c | 487 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