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

/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Headers/
H A Dvecintrin.h60 vec_extract(vector signed char __vec, int __index) { function
65 vec_extract(vector bool char __vec, int __index) { function
70 vec_extract(vector unsigned char __vec, int __index) { function
75 vec_extract(vector signed short __vec, int __index) { function
80 vec_extract(vector bool short __vec, int __index) { function
85 vec_extract(vector unsigned short __vec, int __index) { function
90 vec_extract(vector signed int __vec, int __index) { function
95 vec_extract(vector bool int __vec, int __index) { function
100 vec_extract(vecto function
105 vec_extract(vector signed long long __vec, int __index) { function
110 vec_extract(vector bool long long __vec, int __index) { function
115 vec_extract(vector unsigned long long __vec, int __index) { function
120 vec_extract(vector double __vec, int __index) { function
[all...]
H A Daltivec.h10522 static signed char __ATTRS_o_ai vec_extract(vector signed char __a, int __b) { function
10526 static unsigned char __ATTRS_o_ai vec_extract(vector unsigned char __a, function
10531 static unsigned char __ATTRS_o_ai vec_extract(vector bool char __a, function
10536 static signed short __ATTRS_o_ai vec_extract(vector signed short __a, int __b) { function
10540 static unsigned short __ATTRS_o_ai vec_extract(vector unsigned short __a, function
10545 static unsigned short __ATTRS_o_ai vec_extract(vector bool short __a, function
10550 static signed int __ATTRS_o_ai vec_extract(vector signed int __a, int __b) { function
10554 static unsigned int __ATTRS_o_ai vec_extract(vector unsigned int __a, int __b) { function
10558 static unsigned int __ATTRS_o_ai vec_extract(vecto function
10563 static signed long long __ATTRS_o_ai vec_extract(vector signed long long __a, function
10569 vec_extract(vector unsigned long long __a, int __b) { function
10573 static unsigned long long __ATTRS_o_ai vec_extract(vector bool long long __a, function
10578 static double __ATTRS_o_ai vec_extract(vector double __a, int __b) { function
10583 static float __ATTRS_o_ai vec_extract(vector float __a, int __b) { function
[all...]

Completed in 202 milliseconds