• Home
  • Raw
  • Download

Lines Matching defs:vec_sel

6445 static __inline__ vector signed char __ATTRS_o_ai vec_sel(  in vec_sel()  function
6451 vec_sel(vector signed char __a, vector signed char __b, vector bool char __c) { in vec_sel() function
6456 vec_sel(vector unsigned char __a, vector unsigned char __b, in vec_sel() function
6461 static __inline__ vector unsigned char __ATTRS_o_ai vec_sel( in vec_sel() function
6467 vec_sel(vector bool char __a, vector bool char __b, vector unsigned char __c) { in vec_sel() function
6471 static __inline__ vector bool char __ATTRS_o_ai vec_sel(vector bool char __a, in vec_sel() function
6477 static __inline__ vector short __ATTRS_o_ai vec_sel(vector short __a, in vec_sel() function
6483 static __inline__ vector short __ATTRS_o_ai vec_sel(vector short __a, in vec_sel() function
6490 vec_sel(vector unsigned short __a, vector unsigned short __b, in vec_sel() function
6496 vec_sel(vector unsigned short __a, vector unsigned short __b, in vec_sel() function
6502 static __inline__ vector bool short __ATTRS_o_ai vec_sel( in vec_sel() function
6508 vec_sel(vector bool short __a, vector bool short __b, vector bool short __c) { in vec_sel() function
6512 static __inline__ vector int __ATTRS_o_ai vec_sel(vector int __a, in vec_sel() function
6518 static __inline__ vector int __ATTRS_o_ai vec_sel(vector int __a, in vec_sel() function
6524 static __inline__ vector unsigned int __ATTRS_o_ai vec_sel( in vec_sel() function
6530 vec_sel(vector unsigned int __a, vector unsigned int __b, vector bool int __c) { in vec_sel() function
6535 vec_sel(vector bool int __a, vector bool int __b, vector unsigned int __c) { in vec_sel() function
6539 static __inline__ vector bool int __ATTRS_o_ai vec_sel(vector bool int __a, in vec_sel() function
6545 static __inline__ vector float __ATTRS_o_ai vec_sel(vector float __a, in vec_sel() function
6553 static __inline__ vector float __ATTRS_o_ai vec_sel(vector float __a, in vec_sel() function
6563 vec_sel(vector double __a, vector double __b, vector bool long long __c) { in vec_sel() function
6570 vec_sel(vector double __a, vector double __b, vector unsigned long long __c) { in vec_sel() function