Lines Matching defs:vec_reve
17526 /* vec_reve */
17528 static inline __ATTRS_o_ai vector bool char vec_reve(vector bool char __a) {
17533 static inline __ATTRS_o_ai vector signed char vec_reve(vector signed char __a) {
17539 vec_reve(vector unsigned char __a) {
17544 static inline __ATTRS_o_ai vector bool int vec_reve(vector bool int __a) {
17548 static inline __ATTRS_o_ai vector signed int vec_reve(vector signed int __a) {
17553 vec_reve(vector unsigned int __a) {
17557 static inline __ATTRS_o_ai vector bool short vec_reve(vector bool short __a) {
17562 vec_reve(vector signed short __a) {
17567 vec_reve(vector unsigned short __a) {
17571 static inline __ATTRS_o_ai vector float vec_reve(vector float __a) {
17577 vec_reve(vector bool long long __a) {
17582 vec_reve(vector signed long long __a) {
17587 vec_reve(vector unsigned long long __a) {
17591 static inline __ATTRS_o_ai vector double vec_reve(vector double __a) {