Home | History | Annotate | Download | only in include

Lines Matching defs:vec_insert

8581 /* vec_insert */
8584 vec_insert(signed char __a, vector signed char __b, int __c)
8591 vec_insert(unsigned char __a, vector unsigned char __b, int __c)
8598 vec_insert(short __a, vector short __b, int __c)
8605 vec_insert(unsigned short __a, vector unsigned short __b, int __c)
8612 vec_insert(int __a, vector int __b, int __c)
8619 vec_insert(unsigned int __a, vector unsigned int __b, int __c)
8626 vec_insert(float __a, vector float __b, int __c)