Searched refs:SLJIT_FUNC_OFFSET (Results 1 – 5 of 5) sorted by relevance
/PHP-7.4/ext/pcre/pcre2lib/ |
H A D | pcre2_jit_simd_inc.h | 883 SLJIT_IMM, SLJIT_FUNC_OFFSET(ffcs_utf)); in fast_forward_char_simd() 886 SLJIT_IMM, SLJIT_FUNC_OFFSET(ffcs)); in fast_forward_char_simd() 889 SLJIT_IMM, SLJIT_FUNC_OFFSET(ffcs)); in fast_forward_char_simd() 907 SLJIT_IMM, SLJIT_FUNC_OFFSET(ffcs_mask)); in fast_forward_char_simd() 910 SLJIT_IMM, SLJIT_FUNC_OFFSET(ffcs_mask)); in fast_forward_char_simd() 922 SLJIT_IMM, SLJIT_FUNC_OFFSET(ffcs_2_utf)); in fast_forward_char_simd() 925 SLJIT_IMM, SLJIT_FUNC_OFFSET(ffcs_2)); in fast_forward_char_simd() 928 SLJIT_IMM, SLJIT_FUNC_OFFSET(ffcs_2)); in fast_forward_char_simd() 1084 SLJIT_IMM, SLJIT_FUNC_OFFSET(ffcps_0_utf)); in fast_forward_char_pair_simd() 1088 SLJIT_IMM, SLJIT_FUNC_OFFSET(ffcps_0)); in fast_forward_char_pair_simd() [all …]
|
H A D | pcre2_jit_compile.c | 8617 …tf ? (common->invalid_utf ? SLJIT_FUNC_OFFSET(do_extuni_utf_invalid) : SLJIT_FUNC_OFFSET(do_extuni… in compile_char1_matchingpath() 8622 …common->invalid_utf ? SLJIT_FUNC_OFFSET(do_extuni_utf_invalid) : SLJIT_FUNC_OFFSET(do_extuni_no_ut… in compile_char1_matchingpath() 9501 …S32) | SLJIT_ARG1(SW) | SLJIT_ARG2(SW) | SLJIT_ARG3(SW), SLJIT_IMM, SLJIT_FUNC_OFFSET(do_callout)); in compile_callout_matchingpath() 10075 common->utf ? SLJIT_FUNC_OFFSET(do_script_run_utf) : SLJIT_FUNC_OFFSET(do_script_run)); in match_script_run_common() 10077 …T_CALL, SLJIT_RET(SW) | SLJIT_ARG1(SW) | SLJIT_ARG2(SW), SLJIT_IMM, SLJIT_FUNC_OFFSET(do_script_ru… in match_script_run_common() 12930 …T_CALL, SLJIT_RET(SW) | SLJIT_ARG1(SW) | SLJIT_ARG2(SW), SLJIT_IMM, SLJIT_FUNC_OFFSET(do_search_ma… in compile_control_verb_backtrackingpath() 13871 …T_CALL, SLJIT_RET(SW) | SLJIT_ARG1(SW) | SLJIT_ARG2(SW), SLJIT_IMM, SLJIT_FUNC_OFFSET(sljit_stack_… in jit_compile()
|
/PHP-7.4/ext/pcre/pcre2lib/sljit/ |
H A D | sljitLir.h | 1468 #define SLJIT_FUNC_OFFSET(func_name) ((sljit_sw)func_name) macro 1474 #define SLJIT_FUNC_OFFSET(func_name) (*(sljit_sw*)(void*)func_name) macro
|
H A D | sljitNativeARM_T2_32.c | 1310 ((op | 0x2) == SLJIT_DIV_UW ? SLJIT_FUNC_OFFSET(__rt_udiv) : SLJIT_FUNC_OFFSET(__rt_sdiv)))); in sljit_emit_op0() 1313 …((op | 0x2) == SLJIT_DIV_UW ? SLJIT_FUNC_OFFSET(__aeabi_uidivmod) : SLJIT_FUNC_OFFSET(__aeabi_idiv… in sljit_emit_op0()
|
H A D | sljitNativeARM_32.c | 1666 …((op | 0x2) == SLJIT_DIV_UW ? SLJIT_FUNC_OFFSET(__aeabi_uidivmod) : SLJIT_FUNC_OFFSET(__aeabi_idiv… in sljit_emit_op0()
|
Completed in 66 milliseconds