Home
last modified time | relevance | path

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

/PHP-8.0/ext/pcre/pcre2lib/
H A Dpcre2_jit_simd_inc.h507 sljit_s32 data2_ind = 1; in fast_forward_char_pair_simd() local
639 load_from_mem_sse2(compiler, data2_ind, str_ptr_reg_ind, -(sljit_s8)diff); in fast_forward_char_pair_simd()
648 instruction[3] = 0xc0 | (data2_ind << 3) | data1_ind; in fast_forward_char_pair_simd()
655 instruction[3] = 0xc0 | (7 << 3) | data2_ind; in fast_forward_char_pair_simd()
665 …fast_forward_char_pair_sse2_compare(compiler, compare2_type, i, data2_ind, cmp2a_ind, cmp2b_ind, t… in fast_forward_char_pair_simd()
673 instruction[3] = 0xc0 | (data1_ind << 3) | data2_ind; in fast_forward_char_pair_simd()
698 load_from_mem_sse2(compiler, data2_ind, str_ptr_reg_ind, -(sljit_s8)diff); in fast_forward_char_pair_simd()
703 …fast_forward_char_pair_sse2_compare(compiler, compare2_type, i, data2_ind, cmp2a_ind, cmp2b_ind, t… in fast_forward_char_pair_simd()
710 instruction[3] = 0xc0 | (data1_ind << 3) | data2_ind; in fast_forward_char_pair_simd()

Completed in 6 milliseconds