Home | History | Annotate | Download | only in include

Lines Matching refs:v128_t

111 v128_add(v128_t *z, v128_t *x, v128_t *y);
190 v128_set_to_zero(v128_t *x);
193 v128_is_eq(const v128_t *x, const v128_t *y);
196 v128_copy(v128_t *x, const v128_t *y);
199 v128_xor(v128_t *z, v128_t *x, v128_t *y);
202 v128_and(v128_t *z, v128_t *x, v128_t *y);
205 v128_or(v128_t *z, v128_t *x, v128_t *y);
208 v128_complement(v128_t *x);
211 v128_get_bit(const v128_t *x, int i);
214 v128_set_bit(v128_t *x, int i) ;
217 v128_clear_bit(v128_t *x, int i);
220 v128_set_bit_to(v128_t *x, int i, int y);