Searched refs:dst_ind (Results 1 – 1 of 1) sorted by relevance
127 int step, sljit_s32 dst_ind, sljit_s32 cmp1_ind, sljit_s32 cmp2_ind, sljit_s32 tmp_ind) in fast_forward_char_pair_sse2_compare() argument145 instruction[3] = 0xc0 | (dst_ind << 3) | cmp2_ind; in fast_forward_char_pair_sse2_compare()158 instruction[3] = 0xc0 | (dst_ind << 3) | cmp1_ind; in fast_forward_char_pair_sse2_compare()170 instruction[3] = 0xc0 | (tmp_ind << 3) | dst_ind; in fast_forward_char_pair_sse2_compare()179 instruction[3] = 0xc0 | (dst_ind << 3) | cmp1_ind; in fast_forward_char_pair_sse2_compare()197 instruction[3] = 0xc0 | (dst_ind << 3) | tmp_ind; in fast_forward_char_pair_sse2_compare()1197 int step, sljit_s32 dst_ind, sljit_s32 cmp1_ind, sljit_s32 cmp2_ind, sljit_s32 tmp_ind) in fast_forward_char_pair_sse2_compare() argument1206 instruction[0] = (sljit_u16)(0xe700 | (dst_ind << 4) | dst_ind); in fast_forward_char_pair_sse2_compare()1218 instruction[0] = (sljit_u16)(0xe700 | (dst_ind << 4) | dst_ind); in fast_forward_char_pair_sse2_compare()1230 instruction[0] = (sljit_u16)(0xe700 | (tmp_ind << 4) | dst_ind); in fast_forward_char_pair_sse2_compare()[all …]
Completed in 13 milliseconds