Searched defs:vec_extract (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/lib/Headers/
H A Dvecintrin.h46 vec_extract(vector signed char __vec, int __index) { function
51 vec_extract(vector bool char __vec, int __index) { function
56 vec_extract(vector unsigned char __vec, int __index) { function
61 vec_extract(vector signed short __vec, int __index) { function
66 vec_extract(vector bool short __vec, int __index) { function
71 vec_extract(vector unsigned short __vec, int __index) { function
76 vec_extract(vector signed int __vec, int __index) { function
81 vec_extract(vector bool int __vec, int __index) { function
86 vec_extract(vecto function
91 vec_extract(vector signed long long __vec, int __index) { function
96 vec_extract(vector bool long long __vec, int __index) { function
101 vec_extract(vector unsigned long long __vec, int __index) { function
107 vec_extract(vector float __vec, int __index) { function
113 vec_extract(vector double __vec, int __index) { function
[all...]
H A Daltivec.h12501 static __inline__ signed char __ATTRS_o_ai vec_extract(vector signed char __a, function
12507 vec_extract(vector unsigned char __a, int __b) { function
12511 static __inline__ unsigned char __ATTRS_o_ai vec_extract(vector bool char __a, function
12516 static __inline__ signed short __ATTRS_o_ai vec_extract(vector signed short __a, function
12522 vec_extract(vector unsigned short __a, int __b) { function
12526 static __inline__ unsigned short __ATTRS_o_ai vec_extract(vector bool short __a, function
12531 static __inline__ signed int __ATTRS_o_ai vec_extract(vector signed int __a, function
12536 static __inline__ unsigned int __ATTRS_o_ai vec_extract(vector unsigned int __a, function
12541 static __inline__ unsigned int __ATTRS_o_ai vec_extract(vecto function
12548 vec_extract(vector signed long long __a, int __b) { function
12553 vec_extract(vector unsigned long long __a, int __b) { function
12558 vec_extract(vector bool long long __a, int __b) { function
12562 static __inline__ double __ATTRS_o_ai vec_extract(vector double __a, int __b) { function
12567 static __inline__ float __ATTRS_o_ai vec_extract(vector float __a, int __b) { function
[all...]

Completed in 260 milliseconds