Searched defs:__vec (Results 1 – 3 of 3) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/lib/Headers/ |
| H A D | vecintrin.h | 529 vec_revb(__vector signed short __vec) { in vec_revb() 540 vec_revb(__vector signed int __vec) { in vec_revb() 546 vec_revb(__vector unsigned int __vec) { in vec_revb() 563 vec_revb(__vector float __vec) { in vec_revb() 570 vec_revb(__vector double __vec) { in vec_revb() 578 vec_reve(__vector signed char __vec) { in vec_reve() 594 vec_reve(__vector __bool char __vec) { in vec_reve() 620 vec_reve(__vector signed int __vec) { in vec_reve() 630 vec_reve(__vector __bool int __vec) { in vec_reve() 651 vec_reve(__vector float __vec) { in vec_reve() [all …]
|
| H A D | wasm_simd128.h | 174 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 D | altivec.h | 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() 18036 static inline __ATTRS_o_ai void vec_xst(vector signed long long __vec, in vec_xst() 18043 static inline __ATTRS_o_ai void vec_xst(vector unsigned long long __vec, in vec_xst() 18059 static inline __ATTRS_o_ai void vec_xst(vector signed __int128 __vec, in vec_xst() 18066 static inline __ATTRS_o_ai void vec_xst(vector unsigned __int128 __vec, in vec_xst() 18130 static __inline__ void __ATTRS_o_ai vec_xst_be(vector signed char __vec, in vec_xst_be() 18150 static __inline__ void __ATTRS_o_ai vec_xst_be(vector signed short __vec, in vec_xst_be() 18168 static __inline__ void __ATTRS_o_ai vec_xst_be(vector signed int __vec, in vec_xst_be() 18180 static __inline__ void __ATTRS_o_ai vec_xst_be(vector float __vec, in vec_xst_be() [all …]
|