Searched defs:vec_ste (Results 1 – 3 of 3) sorted by relevance
/openbsd-src/gnu/gcc/gcc/config/rs6000/ |
H A D | altivec.h | 237 #define vec_ste __builtin_vec_ste macro
|
/openbsd-src/gnu/usr.bin/gcc/gcc/config/rs6000/ |
H A D | altivec.h | 4269 vec_ste (vector signed char a1, int a2, void *a3) in vec_ste() function 4275 vec_ste (vector unsigned char a1, int a2, void *a3) in vec_ste() function 4281 vec_ste (vector signed short a1, int a2, void *a3) in vec_ste() function 4287 vec_ste (vector unsigned short a1, int a2, void *a3) in vec_ste() function 4293 vec_ste (vector float a1, int a2, void *a3) in vec_ste() function 4299 vec_ste (vector signed int a1, int a2, void *a3) in vec_ste() function 4305 vec_ste (vector unsigned int a1, int a2, void *a3) in vec_ste() function
|
/openbsd-src/gnu/llvm/clang/lib/Headers/ |
H A D | altivec.h | 11435 static __inline__ void __ATTRS_o_ai vec_ste(vector signed char __a, long __b, in vec_ste() function 11440 static __inline__ void __ATTRS_o_ai vec_ste(vector unsigned char __a, long __b, in vec_ste() function 11445 static __inline__ void __ATTRS_o_ai vec_ste(vector bool char __a, long __b, in vec_ste() function 11450 static __inline__ void __ATTRS_o_ai vec_ste(vector bool char __a, long __b, in vec_ste() function 11455 static __inline__ void __ATTRS_o_ai vec_ste(vector short __a, long __b, in vec_ste() function 11460 static __inline__ void __ATTRS_o_ai vec_ste(vector unsigned short __a, long __b, in vec_ste() function 11465 static __inline__ void __ATTRS_o_ai vec_ste(vector bool short __a, long __b, in vec_ste() function 11470 static __inline__ void __ATTRS_o_ai vec_ste(vector bool short __a, long __b, in vec_ste() function 11475 static __inline__ void __ATTRS_o_ai vec_ste(vector pixel __a, long __b, in vec_ste() function 11480 static __inline__ void __ATTRS_o_ai vec_ste(vector pixel __a, long __b, in vec_ste() function [all …]
|