Home
last modified time | relevance | path

Searched defs:__vec (Results 1 – 3 of 3) sorted by relevance

/freebsd-src/contrib/llvm-project/clang/lib/Headers/
H A Dvecintrin.h46 vec_extract(__vector signed char __vec, int __index) { in vec_extract() argument
51 vec_extract(__vector __bool char __vec, int __index) { in vec_extract() argument
56 vec_extract(__vector unsigned char __vec, int __index) { in vec_extract() argument
61 vec_extract(__vector signed short __vec, int __index) { in vec_extract() argument
66 vec_extract(__vector __bool short __vec, int __index) { in vec_extract() argument
71 vec_extract(__vector unsigned short __vec,int __index) vec_extract() argument
76 vec_extract(__vector signed int __vec,int __index) vec_extract() argument
81 vec_extract(__vector __bool int __vec,int __index) vec_extract() argument
86 vec_extract(__vector unsigned int __vec,int __index) vec_extract() argument
91 vec_extract(__vector signed long long __vec,int __index) vec_extract() argument
96 vec_extract(__vector __bool long long __vec,int __index) vec_extract() argument
101 vec_extract(__vector unsigned long long __vec,int __index) vec_extract() argument
107 vec_extract(__vector float __vec,int __index) vec_extract() argument
113 vec_extract(__vector double __vec,int __index) vec_extract() argument
120 vec_insert(signed char __scalar,__vector signed char __vec,int __index) vec_insert() argument
127 vec_insert(unsigned char __scalar,__vector __bool char __vec,int __index) vec_insert() argument
134 vec_insert(unsigned char __scalar,__vector unsigned char __vec,int __index) vec_insert() argument
140 vec_insert(signed short __scalar,__vector signed short __vec,int __index) vec_insert() argument
147 vec_insert(unsigned short __scalar,__vector __bool short __vec,int __index) vec_insert() argument
155 vec_insert(unsigned short __scalar,__vector unsigned short __vec,int __index) vec_insert() argument
162 vec_insert(signed int __scalar,__vector signed int __vec,int __index) vec_insert() argument
169 vec_insert(unsigned int __scalar,__vector __bool int __vec,int __index) vec_insert() argument
176 vec_insert(unsigned int __scalar,__vector unsigned int __vec,int __index) vec_insert() argument
182 vec_insert(signed long long __scalar,__vector signed long long __vec,int __index) vec_insert() argument
190 vec_insert(unsigned long long __scalar,__vector __bool long long __vec,int __index) vec_insert() argument
198 vec_insert(unsigned long long __scalar,__vector unsigned long long __vec,int __index) vec_insert() argument
206 vec_insert(float __scalar,__vector float __vec,int __index) vec_insert() argument
213 vec_insert(double __scalar,__vector double __vec,int __index) vec_insert() argument
223 __vector signed char __vec = __builtin_shufflevector(__zero, __zero, vec_promote() local
232 __vector unsigned char __vec = __builtin_shufflevector(__zero, __zero, vec_promote() local
241 __vector signed short __vec = __builtin_shufflevector(__zero, __zero, vec_promote() local
250 __vector unsigned short __vec = __builtin_shufflevector(__zero, __zero, vec_promote() local
259 __vector signed int __vec = __builtin_shufflevector(__zero, __zero, vec_promote() local
268 __vector unsigned int __vec = __builtin_shufflevector(__zero, __zero, vec_promote() local
277 __vector signed long long __vec = __builtin_shufflevector(__zero, __zero, vec_promote() local
286 __vector unsigned long long __vec = __builtin_shufflevector(__zero, __zero, vec_promote() local
296 __vector float __vec = __builtin_shufflevector(__zero, __zero, vec_promote() local
306 __vector double __vec = __builtin_shufflevector(__zero, __zero, -1, -1); vec_promote() local
315 __vector signed char __vec = (__vector signed char)0; vec_insert_and_zero() local
322 __vector unsigned char __vec = (__vector unsigned char)0; vec_insert_and_zero() local
329 __vector signed short __vec = (__vector signed short)0; vec_insert_and_zero() local
336 __vector unsigned short __vec = (__vector unsigned short)0; vec_insert_and_zero() local
343 __vector signed int __vec = (__vector signed int)0; vec_insert_and_zero() local
350 __vector unsigned int __vec = (__vector unsigned int)0; vec_insert_and_zero() local
357 __vector signed long long __vec = (__vector signed long long)0; vec_insert_and_zero() local
364 __vector unsigned long long __vec = (__vector unsigned long long)0; vec_insert_and_zero() local
372 __vector float __vec = (__vector float)0.0f; vec_insert_and_zero() local
380 __vector double __vec = (__vector double)0.0; vec_insert_and_zero() local
529 vec_revb(__vector signed short __vec) vec_revb() argument
535 vec_revb(__vector unsigned short __vec) vec_revb() argument
540 vec_revb(__vector signed int __vec) vec_revb() argument
546 vec_revb(__vector unsigned int __vec) vec_revb() argument
551 vec_revb(__vector signed long long __vec) vec_revb() argument
557 vec_revb(__vector unsigned long long __vec) vec_revb() argument
563 vec_revb(__vector float __vec) vec_revb() argument
570 vec_revb(__vector double __vec) vec_revb() argument
578 vec_reve(__vector signed char __vec) vec_reve() argument
586 vec_reve(__vector unsigned char __vec) vec_reve() argument
594 vec_reve(__vector __bool char __vec) vec_reve() argument
602 vec_reve(__vector signed short __vec) vec_reve() argument
608 vec_reve(__vector unsigned short __vec) vec_reve() argument
614 vec_reve(__vector __bool short __vec) vec_reve() argument
620 vec_reve(__vector signed int __vec) vec_reve() argument
625 vec_reve(__vector unsigned int __vec) vec_reve() argument
630 vec_reve(__vector __bool int __vec) vec_reve() argument
635 vec_reve(__vector signed long long __vec) vec_reve() argument
640 vec_reve(__vector unsigned long long __vec) vec_reve() argument
645 vec_reve(__vector __bool long long __vec) vec_reve() argument
651 vec_reve(__vector float __vec) vec_reve() argument
657 vec_reve(__vector double __vec) vec_reve() argument
858 vec_gather_element(__vector signed int __vec,__vector unsigned int __offset,const signed int * __ptr,int __index) vec_gather_element() argument
868 vec_gather_element(__vector __bool int __vec,__vector unsigned int __offset,const unsigned int * __ptr,int __index) vec_gather_element() argument
878 vec_gather_element(__vector unsigned int __vec,__vector unsigned int __offset,const unsigned int * __ptr,int __index) vec_gather_element() argument
888 vec_gather_element(__vector signed long long __vec,__vector unsigned long long __offset,const signed long long * __ptr,int __index) vec_gather_element() argument
898 vec_gather_element(__vector __bool long long __vec,__vector unsigned long long __offset,const unsigned long long * __ptr,int __index) vec_gather_element() argument
908 vec_gather_element(__vector unsigned long long __vec,__vector unsigned long long __offset,const unsigned long long * __ptr,int __index) vec_gather_element() argument
919 vec_gather_element(__vector float __vec,__vector unsigned int __offset,const float * __ptr,int __index) vec_gather_element() argument
930 vec_gather_element(__vector double __vec,__vector unsigned long long __offset,const double * __ptr,int __index) vec_gather_element() argument
942 vec_scatter_element(__vector signed int __vec,__vector unsigned int __offset,signed int * __ptr,int __index) vec_scatter_element() argument
951 vec_scatter_element(__vector __bool int __vec,__vector unsigned int __offset,unsigned int * __ptr,int __index) vec_scatter_element() argument
960 vec_scatter_element(__vector unsigned int __vec,__vector unsigned int __offset,unsigned int * __ptr,int __index) vec_scatter_element() argument
969 vec_scatter_element(__vector signed long long __vec,__vector unsigned long long __offset,signed long long * __ptr,int __index) vec_scatter_element() argument
978 vec_scatter_element(__vector __bool long long __vec,__vector unsigned long long __offset,unsigned long long * __ptr,int __index) vec_scatter_element() argument
987 vec_scatter_element(__vector unsigned long long __vec,__vector unsigned long long __offset,unsigned long long * __ptr,int __index) vec_scatter_element() argument
997 vec_scatter_element(__vector float __vec,__vector unsigned int __offset,float * __ptr,int __index) vec_scatter_element() argument
1007 vec_scatter_element(__vector double __vec,__vector unsigned long long __offset,double * __ptr,int __index) vec_scatter_element() argument
1241 vec_xst(__vector signed char __vec,long __offset,signed char * __ptr) vec_xst() argument
1248 vec_xst(__vector unsigned char __vec,long __offset,unsigned char * __ptr) vec_xst() argument
1255 vec_xst(__vector signed short __vec,long __offset,signed short * __ptr) vec_xst() argument
1262 vec_xst(__vector unsigned short __vec,long __offset,unsigned short * __ptr) vec_xst() argument
1269 vec_xst(__vector signed int __vec,long __offset,signed int * __ptr) vec_xst() argument
1275 vec_xst(__vector unsigned int __vec,long __offset,unsigned int * __ptr) vec_xst() argument
1282 vec_xst(__vector signed long long __vec,long __offset,signed long long * __ptr) vec_xst() argument
1290 vec_xst(__vector unsigned long long __vec,long __offset,unsigned long long * __ptr) vec_xst() argument
1299 vec_xst(__vector float __vec,long __offset,float * __ptr) vec_xst() argument
1306 vec_xst(__vector double __vec,long __offset,double * __ptr) vec_xst() argument
1315 vec_xstd2(__vector signed char __vec,long __offset,signed char * __ptr) vec_xstd2() argument
1323 vec_xstd2(__vector unsigned char __vec,long __offset,unsigned char * __ptr) vec_xstd2() argument
1331 vec_xstd2(__vector signed short __vec,long __offset,signed short * __ptr) vec_xstd2() argument
1339 vec_xstd2(__vector unsigned short __vec,long __offset,unsigned short * __ptr) vec_xstd2() argument
1347 vec_xstd2(__vector signed int __vec,long __offset,signed int * __ptr) vec_xstd2() argument
1354 vec_xstd2(__vector unsigned int __vec,long __offset,unsigned int * __ptr) vec_xstd2() argument
1362 vec_xstd2(__vector signed long long __vec,long __offset,signed long long * __ptr) vec_xstd2() argument
1371 vec_xstd2(__vector unsigned long long __vec,long __offset,unsigned long long * __ptr) vec_xstd2() argument
1380 vec_xstd2(__vector double __vec,long __offset,double * __ptr) vec_xstd2() argument
1389 vec_xstw4(__vector signed char __vec,long __offset,signed char * __ptr) vec_xstw4() argument
1397 vec_xstw4(__vector unsigned char __vec,long __offset,unsigned char * __ptr) vec_xstw4() argument
1405 vec_xstw4(__vector signed short __vec,long __offset,signed short * __ptr) vec_xstw4() argument
1413 vec_xstw4(__vector unsigned short __vec,long __offset,unsigned short * __ptr) vec_xstw4() argument
1421 vec_xstw4(__vector signed int __vec,long __offset,signed int * __ptr) vec_xstw4() argument
1428 vec_xstw4(__vector unsigned int __vec,long __offset,unsigned int * __ptr) vec_xstw4() argument
1553 vec_store_len(__vector signed char __vec,signed char * __ptr,unsigned int __len) vec_store_len() argument
1559 vec_store_len(__vector unsigned char __vec,unsigned char * __ptr,unsigned int __len) vec_store_len() argument
1565 vec_store_len(__vector signed short __vec,signed short * __ptr,unsigned int __len) vec_store_len() argument
1571 vec_store_len(__vector unsigned short __vec,unsigned short * __ptr,unsigned int __len) vec_store_len() argument
1577 vec_store_len(__vector signed int __vec,signed int * __ptr,unsigned int __len) vec_store_len() argument
1583 vec_store_len(__vector unsigned int __vec,unsigned int * __ptr,unsigned int __len) vec_store_len() argument
1589 vec_store_len(__vector signed long long __vec,signed long long * __ptr,unsigned int __len) vec_store_len() argument
1595 vec_store_len(__vector unsigned long long __vec,unsigned long long * __ptr,unsigned int __len) vec_store_len() argument
1602 vec_store_len(__vector float __vec,float * __ptr,unsigned int __len) vec_store_len() argument
1609 vec_store_len(__vector double __vec,double * __ptr,unsigned int __len) vec_store_len() argument
1618 vec_store_len_r(__vector unsigned char __vec,unsigned char * __ptr,unsigned int __len) vec_store_len_r() argument
1717 vec_splat(__vector signed char __vec,int __index) vec_splat() argument
1723 vec_splat(__vector __bool char __vec,int __index) vec_splat() argument
1729 vec_splat(__vector unsigned char __vec,int __index) vec_splat() argument
1735 vec_splat(__vector signed short __vec,int __index) vec_splat() argument
1741 vec_splat(__vector __bool short __vec,int __index) vec_splat() argument
1747 vec_splat(__vector unsigned short __vec,int __index) vec_splat() argument
1753 vec_splat(__vector signed int __vec,int __index) vec_splat() argument
1759 vec_splat(__vector __bool int __vec,int __index) vec_splat() argument
1765 vec_splat(__vector unsigned int __vec,int __index) vec_splat() argument
1771 vec_splat(__vector signed long long __vec,int __index) vec_splat() argument
1777 vec_splat(__vector __bool long long __vec,int __index) vec_splat() argument
1784 vec_splat(__vector unsigned long long __vec,int __index) vec_splat() argument
1791 vec_splat(__vector float __vec,int __index) vec_splat() argument
1798 vec_splat(__vector double __vec,int __index) vec_splat() argument
[all...]
H A Dwasm_simd128.h174 const void *__mem, v128_t __vec, int __i) __REQUIRE_CONSTANT(__i) { in wasm_v128_load8_lane()
185 const void *__mem, v128_t __vec, int __i) __REQUIRE_CONSTANT(__i) { in wasm_v128_load16_lane()
196 const void *__mem, v128_t __vec, int __i) __REQUIRE_CONSTANT(__i) { in wasm_v128_load32_lane()
207 const void *__mem, v128_t __vec, int __i) __REQUIRE_CONSTANT(__i) { in wasm_v128_load64_lane()
227 v128_t __vec, in wasm_v128_store8_lane()
237 v128_t __vec, in wasm_v128_store16_lane()
248 v128_t __vec, in wasm_v128_store32_lane()
259 v128_t __vec, in wasm_v128_store64_lane()
H A Daltivec.h17811 vector signed char __vec = (vector signed char)__builtin_vsx_lxvd2x_be(__offset, __ptr); in vec_xl_be() local
17818 vector unsigned char __vec = (vector unsigned char)__builtin_vsx_lxvd2x_be(__offset, __ptr); in vec_xl_be() local
17825 vector signed short __vec = (vector signed short)__builtin_vsx_lxvd2x_be(__offset, __ptr); in vec_xl_be() local
17831 vector unsigned short __vec = (vector unsigned short)__builtin_vsx_lxvd2x_be(__offset, __ptr); in vec_xl_be() local
17995 vec_xst(vector signed char __vec, ptrdiff_t __offset, signed char *__ptr) { in vec_xst()
18000 vec_xst(vector unsigned char __vec, ptrdiff_t __offset, unsigned char *__ptr) { in vec_xst()
18005 vec_xst(vector signed short __vec, ptrdiff_t __offset, signed short *__ptr) { in vec_xst()
18010 static inline __ATTRS_o_ai void vec_xst(vector unsigned short __vec, in vec_xst()
18017 static inline __ATTRS_o_ai void vec_xst(vector signed int __vec, in vec_xst()
18024 vec_xst(vector unsigned int __vec, ptrdiff_t __offset, unsigned int *__ptr) { in vec_xst()
[all …]