Lines Matching refs:x0
157 reg_t x0 = a[0].uli, x1 = a[1].uli; in unaligned_words() local
160 if (x0 != y0) in unaligned_words()
161 return do_by_bitfields (x0, y0); in unaligned_words()
169 x0 = a[4].uli; x1 = a[5].uli; in unaligned_words()
172 if (x0 != y0) in unaligned_words()
173 return do_by_bitfields (x0, y0); in unaligned_words()
186 reg_t x0 = a[0].uli, x1 = a[1].uli; in unaligned_words() local
189 if (x0 != y0) in unaligned_words()
190 return do_by_bitfields (x0, y0); in unaligned_words()
203 reg_t x0 = a->uli; in unaligned_words() local
207 if (x0 != y0) in unaligned_words()
208 return do_by_bitfields (x0, y0); in unaligned_words()
246 reg_t x0 = a[0], x1 = a[1], x2 = a[2], x3 = a[3]; in aligned_words() local
248 if (x0 != y0) in aligned_words()
249 return do_by_bitfields (x0, y0); in aligned_words()
257 x0 = a[4]; x1 = a[5]; x2 = a[6]; x3 = a[7]; in aligned_words()
259 if (x0 != y0) in aligned_words()
260 return do_by_bitfields (x0, y0); in aligned_words()
268 x0 = a[8]; x1 = a[9]; x2 = a[10]; x3 = a[11]; in aligned_words()
270 if (x0 != y0) in aligned_words()
271 return do_by_bitfields (x0, y0); in aligned_words()
284 reg_t x0 = a[0], x1 = a[1], x2 = a[2], x3 = a[3]; in aligned_words() local
286 if (x0 != y0) in aligned_words()
287 return do_by_bitfields (x0, y0); in aligned_words()
300 reg_t x0 = *a; in aligned_words() local
304 if (x0 != y0) in aligned_words()
305 return do_by_bitfields (x0, y0); in aligned_words()