Searched refs:SLJIT_FUNC_OFFSET (Results 1 – 5 of 5) sorted by relevance
/external/pcre/dist2/src/ |
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() 904 SLJIT_IMM, SLJIT_FUNC_OFFSET(ffcs_mask_utf)); 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() [all …]
|
D | pcre2_jit_compile.c | 8694 …tf ? (common->invalid_utf ? SLJIT_FUNC_OFFSET(do_extuni_utf_invalid) : SLJIT_FUNC_OFFSET(do_extuni… in compile_char1_matchingpath() 8699 …common->invalid_utf ? SLJIT_FUNC_OFFSET(do_extuni_utf_invalid) : SLJIT_FUNC_OFFSET(do_extuni_no_ut… in compile_char1_matchingpath() 9578 …S32) | SLJIT_ARG1(SW) | SLJIT_ARG2(SW) | SLJIT_ARG3(SW), SLJIT_IMM, SLJIT_FUNC_OFFSET(do_callout)); in compile_callout_matchingpath() 10152 common->utf ? SLJIT_FUNC_OFFSET(do_script_run_utf) : SLJIT_FUNC_OFFSET(do_script_run)); in match_script_run_common() 10154 …T_CALL, SLJIT_RET(SW) | SLJIT_ARG1(SW) | SLJIT_ARG2(SW), SLJIT_IMM, SLJIT_FUNC_OFFSET(do_script_ru… in match_script_run_common() 13007 …T_CALL, SLJIT_RET(SW) | SLJIT_ARG1(SW) | SLJIT_ARG2(SW), SLJIT_IMM, SLJIT_FUNC_OFFSET(do_search_ma… in compile_control_verb_backtrackingpath() 13948 …T_CALL, SLJIT_RET(SW) | SLJIT_ARG1(SW) | SLJIT_ARG2(SW), SLJIT_IMM, SLJIT_FUNC_OFFSET(sljit_stack_… in jit_compile()
|
/external/pcre/dist2/src/sljit/ |
D | sljitLir.h | 1474 #define SLJIT_FUNC_OFFSET(func_name) ((sljit_sw)func_name) macro 1480 #define SLJIT_FUNC_OFFSET(func_name) (*(sljit_sw*)(void*)func_name) macro
|
D | sljitNativeARM_T2_32.c | 1312 ((op | 0x2) == SLJIT_DIV_UW ? SLJIT_FUNC_OFFSET(__rt_udiv) : SLJIT_FUNC_OFFSET(__rt_sdiv)))); in sljit_emit_op0() 1315 …((op | 0x2) == SLJIT_DIV_UW ? SLJIT_FUNC_OFFSET(__aeabi_uidivmod) : SLJIT_FUNC_OFFSET(__aeabi_idiv… in sljit_emit_op0()
|
D | sljitNativeARM_32.c | 1740 …((op | 0x2) == SLJIT_DIV_UW ? SLJIT_FUNC_OFFSET(__aeabi_uidivmod) : SLJIT_FUNC_OFFSET(__aeabi_idiv… in sljit_emit_op0()
|