Searched refs:str_ptr_reg_ind (Results 1 – 1 of 1) sorted by relevance
/PHP-8.2/ext/pcre/pcre2lib/ |
H A D | pcre2_jit_simd_inc.h | 217 sljit_s32 str_ptr_reg_ind = sljit_get_register_index(STR_PTR); in fast_forward_char_simd() local 288 load_from_mem_sse2(compiler, data_ind, str_ptr_reg_ind, 0); in fast_forward_char_simd() 315 load_from_mem_sse2(compiler, data_ind, str_ptr_reg_ind, 0); in fast_forward_char_simd() 378 sljit_s32 str_ptr_reg_ind = sljit_get_register_index(STR_PTR); in fast_requested_char_simd() local 444 load_from_mem_sse2(compiler, data_ind, str_ptr_reg_ind, 0); in fast_requested_char_simd() 469 load_from_mem_sse2(compiler, data_ind, str_ptr_reg_ind, 0); in fast_requested_char_simd() 513 sljit_s32 str_ptr_reg_ind = sljit_get_register_index(STR_PTR); in fast_forward_char_pair_simd() local 642 load_from_mem_sse2(compiler, data1_ind, str_ptr_reg_ind, 0); in fast_forward_char_pair_simd() 704 load_from_mem_sse2(compiler, data1_ind, str_ptr_reg_ind, 0); in fast_forward_char_pair_simd() 1260 sljit_s32 str_ptr_reg_ind = sljit_get_register_index(STR_PTR); in fast_forward_char_simd() local [all …]
|
Completed in 9 milliseconds