Lines Matching refs:y2
159 reg_t y0 = b[0], y1 = b[1], y2 = b[2], y3 = b[3]; in unaligned_words() local
164 if (x2 != y2) in unaligned_words()
165 return do_by_bitfields (x2, y2); in unaligned_words()
171 y0 = b[4]; y1 = b[5]; y2 = b[6]; y3 = b[7]; in unaligned_words()
176 if (x2 != y2) in unaligned_words()
177 return do_by_bitfields (x2, y2); in unaligned_words()
188 reg_t y0 = b[0], y1 = b[1], y2 = b[2], y3 = b[3]; in unaligned_words() local
193 if (x2 != y2) in unaligned_words()
194 return do_by_bitfields (x2, y2); in unaligned_words()
247 reg_t y0 = b[0], y1 = b[1], y2 = b[2], y3 = b[3]; in aligned_words() local
252 if (x2 != y2) in aligned_words()
253 return do_by_bitfields (x2, y2); in aligned_words()
258 y0 = b[4]; y1 = b[5]; y2 = b[6]; y3 = b[7]; in aligned_words()
263 if (x2 != y2) in aligned_words()
264 return do_by_bitfields (x2, y2); in aligned_words()
269 y0 = b[8]; y1 = b[9]; y2 = b[10]; y3 = b[11]; in aligned_words()
274 if (x2 != y2) in aligned_words()
275 return do_by_bitfields (x2, y2); in aligned_words()
285 reg_t y0 = b[0], y1 = b[1], y2 = b[2], y3 = b[3]; in aligned_words() local
290 if (x2 != y2) in aligned_words()
291 return do_by_bitfields (x2, y2); in aligned_words()