Home
last modified time | relevance | path

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

/external/pcre/dist2/src/
Dpcre2_jit_compile.c3907 sljit_s32 str_ptr_ind = sljit_get_register_index(STR_PTR); in fast_forward_first_char2_sse2() local
3962 if (str_ptr_ind < 8) in fast_forward_first_char2_sse2()
3965 instruction[3] = (0 << 3) | str_ptr_ind; in fast_forward_first_char2_sse2()
3970 instruction[3] = (1 << 3) | str_ptr_ind; in fast_forward_first_char2_sse2()
3979 instruction[4] = (0 << 3) | (str_ptr_ind & 0x7); in fast_forward_first_char2_sse2()
3984 instruction[4] = (1 << 3) | str_ptr_ind; in fast_forward_first_char2_sse2()
3993 instruction[3] = (0 << 3) | str_ptr_ind; in fast_forward_first_char2_sse2()
3998 instruction[3] = (1 << 3) | str_ptr_ind; in fast_forward_first_char2_sse2()
4066 if (str_ptr_ind < 8) in fast_forward_first_char2_sse2()
4069 instruction[3] = (0 << 3) | str_ptr_ind; in fast_forward_first_char2_sse2()
[all …]