Lines Matching refs:unative_t
38 typedef vector signed char unative_t;
41 #define NSIZE sizeof(unative_t)
47 static inline __attribute_const__ unative_t SHLBYTE(unative_t v)
56 static inline __attribute_const__ unative_t MASK(unative_t v)
58 unative_t zv = NBYTES(0);
61 return (unative_t)vec_cmpgt(zv, v);
74 unative_t wd$$, wq$$, wp$$, w1$$, w2$$;
75 unative_t x1d = NBYTES(0x1d);
82 wq$$ = wp$$ = *(unative_t *)&dptr[z0][d+$$*NSIZE];
84 wd$$ = *(unative_t *)&dptr[z][d+$$*NSIZE];
92 *(unative_t *)&p[d+NSIZE*$$] = wp$$;
93 *(unative_t *)&q[d+NSIZE*$$] = wq$$;