Lines Matching refs:unative_t
33 typedef u64 unative_t;
39 typedef u32 unative_t;
53 static inline __attribute_const__ unative_t SHLBYTE(unative_t v)
55 unative_t vv;
65 static inline __attribute_const__ unative_t MASK(unative_t v)
67 unative_t vv;
81 unative_t wd$$, wq$$, wp$$, w1$$, w2$$;
88 wq$$ = wp$$ = *(unative_t *)&dptr[z0][d+$$*NSIZE];
90 wd$$ = *(unative_t *)&dptr[z][d+$$*NSIZE];
98 *(unative_t *)&p[d+NSIZE*$$] = wp$$;
99 *(unative_t *)&q[d+NSIZE*$$] = wq$$;
110 unative_t wd$$, wq$$, wp$$, w1$$, w2$$;
118 wq$$ = wp$$ = *(unative_t *)&dptr[z0][d+$$*NSIZE];
120 wd$$ = *(unative_t *)&dptr[z][d+$$*NSIZE];
135 *(unative_t *)&p[d+NSIZE*$$] ^= wp$$;
136 *(unative_t *)&q[d+NSIZE*$$] ^= wq$$;