Searched refs:vec_lvrx (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/spu/
H A Dvmx2spu.h3550 /* vec_lvrx (load vector right indexed)
3553 static inline vec_uchar16 vec_lvrx(int a, unsigned char *b) function
3559 static inline vec_uchar16 vec_lvrx(int a, vec_uchar16 *b) function
3565 static inline vec_char16 vec_lvrx(int a, signed char *b) function
3571 static inline vec_char16 vec_lvrx(int a, vec_char16 *b) function
3577 static inline vec_ushort8 vec_lvrx(int a, unsigned short *b) function
3583 static inline vec_ushort8 vec_lvrx(int a, vec_ushort8 *b) function
3589 static inline vec_short8 vec_lvrx(int a, signed short *b) function
3595 static inline vec_short8 vec_lvrx(int a, vec_short8 *b) function
3601 static inline vec_uint4 vec_lvrx(in function
3607 static inline vec_uint4 vec_lvrx(int a, vec_uint4 *b) function
3613 static inline vec_int4 vec_lvrx(int a, signed int *b) function
3619 static inline vec_int4 vec_lvrx(int a, vec_int4 *b) function
3625 static inline vec_float4 vec_lvrx(int a, float *b) function
3631 static inline vec_float4 vec_lvrx(int a, vec_float4 *b) function
[all...]
/netbsd-current/external/apache2/llvm/dist/clang/lib/Headers/
H A Daltivec.h13858 /* vec_lvrx */
13861 vec_lvrx(int __a, const signed char *__b) { function
13867 vec_lvrx(int __a, const vector signed char *__b) { function
13873 vec_lvrx(int __a, const unsigned char *__b) { function
13879 vec_lvrx(int __a, const vector unsigned char *__b) { function
13885 vec_lvrx(int __a, const vector bool char *__b) { function
13890 static __inline__ vector short __ATTRS_o_ai vec_lvrx(int __a, function
13895 static __inline__ vector short __ATTRS_o_ai vec_lvrx(int __a, function
13902 vec_lvrx(int __a, const unsigned short *__b) { function
13908 vec_lvrx(in function
13914 vec_lvrx(int __a, const vector bool short *__b) { function
13919 static __inline__ vector pixel __ATTRS_o_ai vec_lvrx(int __a, function
13925 static __inline__ vector int __ATTRS_o_ai vec_lvrx(int __a, const int *__b) { function
13929 static __inline__ vector int __ATTRS_o_ai vec_lvrx(int __a, function
13936 vec_lvrx(int __a, const unsigned int *__b) { function
13942 vec_lvrx(int __a, const vector unsigned int *__b) { function
13948 vec_lvrx(int __a, const vector bool int *__b) { function
13953 static __inline__ vector float __ATTRS_o_ai vec_lvrx(int __a, function
13958 static __inline__ vector float __ATTRS_o_ai vec_lvrx(int __a, function
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/rs6000/
H A Daltivec.h246 #define vec_lvrx __builtin_vec_lvrx macro

Completed in 295 milliseconds