Home | History | Annotate | Download | only in Headers

Lines Matching refs:vec_reve

17362 /* vec_reve */
17364 static inline __ATTRS_o_ai vector bool char vec_reve(vector bool char __a) {
17369 static inline __ATTRS_o_ai vector signed char vec_reve(vector signed char __a) {
17375 vec_reve(vector unsigned char __a) {
17380 static inline __ATTRS_o_ai vector bool int vec_reve(vector bool int __a) {
17384 static inline __ATTRS_o_ai vector signed int vec_reve(vector signed int __a) {
17389 vec_reve(vector unsigned int __a) {
17393 static inline __ATTRS_o_ai vector bool short vec_reve(vector bool short __a) {
17398 vec_reve(vector signed short __a) {
17403 vec_reve(vector unsigned short __a) {
17407 static inline __ATTRS_o_ai vector float vec_reve(vector float __a) {
17413 vec_reve(vector bool long long __a) {
17418 vec_reve(vector signed long long __a) {
17423 vec_reve(vector unsigned long long __a) {
17427 static inline __ATTRS_o_ai vector double vec_reve(vector double __a) {