Lines Matching refs:unative_t
41 typedef vector signed char unative_t;
44 #define NSIZE sizeof(unative_t)
50 static inline __attribute_const__ unative_t SHLBYTE(unative_t v)
59 static inline __attribute_const__ unative_t MASK(unative_t v)
61 unative_t zv = NBYTES(0);
64 return (unative_t)vec_cmpgt(zv, v);
77 unative_t wd$$, wq$$, wp$$, w1$$, w2$$;
78 unative_t x1d = NBYTES(0x1d);
85 wq$$ = wp$$ = *(unative_t *)&dptr[z0][d+$$*NSIZE];
87 wd$$ = *(unative_t *)&dptr[z][d+$$*NSIZE];
95 *(unative_t *)&p[d+NSIZE*$$] = wp$$;
96 *(unative_t *)&q[d+NSIZE*$$] = wq$$;