Searched refs:__tmp1 (Results 1 – 1 of 1) sorted by relevance
2710 vector bool char __tmp1 = vec_cmpeq(__a, __b); in vec_first_match_or_eos_index() local2711 vector bool char __tmp2 = __tmp1 | in vec_first_match_or_eos_index()2712 vec_cmpeq((vector signed char)__tmp1, __a) | in vec_first_match_or_eos_index()2713 vec_cmpeq((vector signed char)__tmp1, __b); in vec_first_match_or_eos_index()2730 vector bool char __tmp1 = vec_cmpeq(__a, __b); in vec_first_match_or_eos_index() local2731 vector bool char __tmp2 = __tmp1 | in vec_first_match_or_eos_index()2732 vec_cmpeq((vector unsigned char)__tmp1, __a) | in vec_first_match_or_eos_index()2733 vec_cmpeq((vector unsigned char)__tmp1, __b); in vec_first_match_or_eos_index()2749 vector bool short __tmp1 = vec_cmpeq(__a, __b); in vec_first_match_or_eos_index() local2750 vector bool short __tmp2 = __tmp1 | in vec_first_match_or_eos_index()[all …]