Lines Matching refs:vec_bint4

150 static inline vec_int4 vec_add(vec_bint4 a, vec_int4 b)
155 static inline vec_int4 vec_add(vec_int4 a, vec_bint4 b)
253 static inline vec_int4 vec_adds(vec_bint4 a, vec_int4 b)
258 static inline vec_int4 vec_adds(vec_int4 a, vec_bint4 b)
316 static inline vec_int4 vec_and(vec_bint4 a, vec_int4 b)
321 static inline vec_int4 vec_and(vec_int4 a, vec_bint4 b)
331 static inline vec_float4 vec_and(vec_bint4 a, vec_float4 b)
336 static inline vec_float4 vec_and(vec_float4 a, vec_bint4 b)
395 static inline vec_int4 vec_andc(vec_bint4 a, vec_int4 b)
400 static inline vec_int4 vec_andc(vec_int4 a, vec_bint4 b)
410 static inline vec_float4 vec_andc(vec_bint4 a, vec_float4 b)
415 static inline vec_float4 vec_andc(vec_float4 a, vec_bint4 b)
498 static inline vec_bint4 vec_cmpge(vec_float4 a, vec_float4 b)
513 static inline vec_bint4 vec_cmple(vec_float4 a, vec_float4 b)
901 static inline vec_int4 vec_max(vec_bint4 a, vec_int4 b)
906 static inline vec_int4 vec_max(vec_int4 a, vec_bint4 b)
1069 static inline vec_int4 vec_min(vec_bint4 a, vec_int4 b)
1074 static inline vec_int4 vec_min(vec_int4 a, vec_bint4 b)
1346 static inline vec_int4 vec_or(vec_bint4 a, vec_int4 b)
1351 static inline vec_int4 vec_or(vec_int4 a, vec_bint4 b)
1361 static inline vec_float4 vec_or(vec_bint4 a, vec_float4 b)
1366 static inline vec_float4 vec_or(vec_float4 a, vec_bint4 b)
1897 static inline void vec_st(vec_bint4 a, int b, signed int *c)
1899 *((vec_bint4 *)((signed char *)(c)+b)) = a;
1965 static inline void vec_ste(vec_bint4 a, int b, signed int *c)
2037 static inline vec_int4 vec_sub(vec_bint4 a, vec_int4 b)
2042 static inline vec_int4 vec_sub(vec_int4 a, vec_bint4 b)
2145 static inline vec_int4 vec_subs(vec_bint4 a, vec_int4 b)
2150 static inline vec_int4 vec_subs(vec_int4 a, vec_bint4 b)
2325 static inline vec_bint4 vec_unpackh(vec_bshort8 a)
2327 return ((vec_bint4)(vec_unpackh((vec_short8)(a))));
2379 static inline vec_bint4 vec_unpackl(vec_bshort8 a)
2381 return ((vec_bint4)(vec_unpackl((vec_short8)(a))));
2441 static inline vec_int4 vec_xor(vec_bint4 a, vec_int4 b)
2446 static inline vec_int4 vec_xor(vec_int4 a, vec_bint4 b)
2456 static inline vec_float4 vec_xor(vec_bint4 a, vec_float4 b)
2461 static inline vec_float4 vec_xor(vec_float4 a, vec_bint4 b)
2523 static inline int vec_all_eq(vec_bint4 a, vec_int4 b)
2528 static inline int vec_all_eq(vec_int4 a, vec_bint4 b)
2592 static inline int vec_all_ge(vec_bint4 a, vec_int4 b)
2597 static inline int vec_all_ge(vec_int4 a, vec_bint4 b)
2661 static inline int vec_all_gt(vec_bint4 a, vec_int4 b)
2666 static inline int vec_all_gt(vec_int4 a, vec_bint4 b)
2739 static inline int vec_all_le(vec_bint4 a, vec_int4 b)
2744 static inline int vec_all_le(vec_int4 a, vec_bint4 b)
2808 static inline int vec_all_lt(vec_bint4 a, vec_int4 b)
2813 static inline int vec_all_lt(vec_int4 a, vec_bint4 b)
2894 static inline int vec_all_ne(vec_bint4 a, vec_int4 b)
2899 static inline int vec_all_ne(vec_int4 a, vec_bint4 b)
3012 static inline int vec_any_eq(vec_bint4 a, vec_int4 b)
3017 static inline int vec_any_eq(vec_int4 a, vec_bint4 b)
3080 static inline int vec_any_ge(vec_bint4 a, vec_int4 b)
3085 static inline int vec_any_ge(vec_int4 a, vec_bint4 b)
3150 static inline int vec_any_gt(vec_bint4 a, vec_int4 b)
3155 static inline int vec_any_gt(vec_int4 a, vec_bint4 b)
3218 static inline int vec_any_le(vec_bint4 a, vec_int4 b)
3223 static inline int vec_any_le(vec_int4 a, vec_bint4 b)
3287 static inline int vec_any_lt(vec_bint4 a, vec_int4 b)
3292 static inline int vec_any_lt(vec_int4 a, vec_bint4 b)
3370 static inline int vec_any_ne(vec_bint4 a, vec_int4 b)
3375 static inline int vec_any_ne(vec_int4 a, vec_bint4 b)