Lines Matching refs:unative_t
29 typedef uint8x16_t unative_t;
31 #define NBYTES(x) ((unative_t){x,x,x,x, x,x,x,x, x,x,x,x, x,x,x,x})
32 #define NSIZE sizeof(unative_t)
38 static inline unative_t SHLBYTE(unative_t v)
47 static inline unative_t MASK(unative_t v)
49 return (unative_t)vshrq_n_s8((int8x16_t)v, 7);
52 static inline unative_t PMUL(unative_t v, unative_t u)
54 return (unative_t)vmulq_p8((poly8x16_t)v, (poly8x16_t)u);
63 register unative_t wd$$, wq$$, wp$$, w1$$, w2$$;
64 const unative_t x1d = NBYTES(0x1d);
94 register unative_t wd$$, wq$$, wp$$, w1$$, w2$$;
95 const unative_t x1d = NBYTES(0x1d);