Home
last modified time | relevance | path

Searched refs:data_ind (Results 1 – 1 of 1) sorted by relevance

/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_jit_simd_inc.h198 sljit_s32 data_ind = 0; in fast_forward_char_simd() local
268 load_from_mem_sse2(compiler, data_ind, str_ptr_reg_ind, 0); in fast_forward_char_simd()
270 …fast_forward_char_pair_sse2_compare(compiler, compare_type, i, data_ind, cmp1_ind, cmp2_ind, tmp_i… in fast_forward_char_simd()
276 instruction[3] = 0xc0 | (tmp1_reg_ind << 3) | data_ind; in fast_forward_char_simd()
295 load_from_mem_sse2(compiler, data_ind, str_ptr_reg_ind, 0); in fast_forward_char_simd()
303 instruction[3] = 0xc0 | (tmp1_reg_ind << 3) | data_ind; in fast_forward_char_simd()
359 sljit_s32 data_ind = 0; in fast_requested_char_simd() local
424 load_from_mem_sse2(compiler, data_ind, str_ptr_reg_ind, 0); in fast_requested_char_simd()
432 instruction[3] = 0xc0 | (tmp1_reg_ind << 3) | data_ind; in fast_requested_char_simd()
449 load_from_mem_sse2(compiler, data_ind, str_ptr_reg_ind, 0); in fast_requested_char_simd()
[all …]

Completed in 8 milliseconds