Searched defs:vec_lvlx (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/spu/
H A Dvmx2spu.h3459 static inline vec_uchar16 vec_lvlx(int a, unsigned char *b) function
3465 static inline vec_uchar16 vec_lvlx(int a, vec_uchar16 *b) function
3471 static inline vec_char16 vec_lvlx(int a, signed char *b) function
3477 static inline vec_char16 vec_lvlx(int a, vec_char16 *b) function
3483 static inline vec_ushort8 vec_lvlx(int a, unsigned short *b) function
3489 static inline vec_ushort8 vec_lvlx(int a, vec_ushort8 *b) function
3495 static inline vec_short8 vec_lvlx(int a, signed short *b) function
3501 static inline vec_short8 vec_lvlx(int a, vec_short8 *b) function
3507 static inline vec_uint4 vec_lvlx(in function
3513 static inline vec_uint4 vec_lvlx(int a, vec_uint4 *b) function
3519 static inline vec_int4 vec_lvlx(int a, signed int *b) function
3525 static inline vec_int4 vec_lvlx(int a, vec_int4 *b) function
3531 static inline vec_float4 vec_lvlx(int a, float *b) function
3537 static inline vec_float4 vec_lvlx(int a, vec_float4 *b) function
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/rs6000/
H A Daltivec.h244 #define vec_lvlx __builtin_vec_lvlx macro
/netbsd-current/external/apache2/llvm/dist/clang/lib/Headers/
H A Daltivec.h13649 vec_lvlx(int __a, const signed char *__b) { function
13655 vec_lvlx(int __a, const vector signed char *__b) { function
13661 vec_lvlx(int __a, const unsigned char *__b) { function
13667 vec_lvlx(int __a, const vector unsigned char *__b) { function
13673 vec_lvlx(int __a, const vector bool char *__b) { function
13678 static __inline__ vector short __ATTRS_o_ai vec_lvlx(int __a, function
13683 static __inline__ vector short __ATTRS_o_ai vec_lvlx(int __a, function
13690 vec_lvlx(int __a, const unsigned short *__b) { function
13696 vec_lvlx(in function
13702 vec_lvlx(int __a, const vector bool short *__b) { function
13707 static __inline__ vector pixel __ATTRS_o_ai vec_lvlx(int __a, function
13713 static __inline__ vector int __ATTRS_o_ai vec_lvlx(int __a, const int *__b) { function
13717 static __inline__ vector int __ATTRS_o_ai vec_lvlx(int __a, function
13724 vec_lvlx(int __a, const unsigned int *__b) { function
13730 vec_lvlx(int __a, const vector unsigned int *__b) { function
13736 vec_lvlx(int __a, const vector bool int *__b) { function
13741 static __inline__ vector float __ATTRS_o_ai vec_lvlx(int __a, function
13746 static __inline__ vector float __ATTRS_o_ai vec_lvlx(int __a, function
[all...]

Completed in 285 milliseconds