Searched refs:str_ptr_reg_ind (Results 1 – 1 of 1) sorted by relevance
/external/pcre/dist2/src/ |
D | pcre2_jit_simd_inc.h | 197 sljit_s32 str_ptr_reg_ind = sljit_get_register_index(STR_PTR); in fast_forward_char_simd() local 268 load_from_mem_sse2(compiler, data_ind, str_ptr_reg_ind, 0); in fast_forward_char_simd() 295 load_from_mem_sse2(compiler, data_ind, str_ptr_reg_ind, 0); in fast_forward_char_simd() 358 sljit_s32 str_ptr_reg_ind = sljit_get_register_index(STR_PTR); in fast_requested_char_simd() local 424 load_from_mem_sse2(compiler, data_ind, str_ptr_reg_ind, 0); in fast_requested_char_simd() 449 load_from_mem_sse2(compiler, data_ind, str_ptr_reg_ind, 0); in fast_requested_char_simd() 505 sljit_s32 str_ptr_reg_ind = sljit_get_register_index(STR_PTR); in fast_forward_char_pair_simd() local 635 load_from_mem_sse2(compiler, data1_ind, str_ptr_reg_ind, 0); in fast_forward_char_pair_simd() 639 load_from_mem_sse2(compiler, data2_ind, str_ptr_reg_ind, -(sljit_s8)diff); in fast_forward_char_pair_simd() 697 load_from_mem_sse2(compiler, data1_ind, str_ptr_reg_ind, 0); in fast_forward_char_pair_simd() [all …]
|