| /freebsd-14.2/contrib/llvm-project/clang/lib/Headers/ |
| H A D | vecintrin.h | 580 __vec[11], __vec[10], __vec[9], __vec[8], in vec_reve() 581 __vec[7], __vec[6], __vec[5], __vec[4], in vec_reve() 582 __vec[3], __vec[2], __vec[1], __vec[0] }; in vec_reve() 589 __vec[7], __vec[6], __vec[5], __vec[4], in vec_reve() 596 __vec[11], __vec[10], __vec[9], __vec[8], in vec_reve() 597 __vec[7], __vec[6], __vec[5], __vec[4], in vec_reve() 603 return (__vector signed short) { __vec[7], __vec[6], __vec[5], __vec[4], in vec_reve() 615 return (__vector __bool short) { __vec[7], __vec[6], __vec[5], __vec[4], in vec_reve() 621 return (__vector signed int) { __vec[3], __vec[2], __vec[1], __vec[0] }; in vec_reve() 631 return (__vector __bool int) { __vec[3], __vec[2], __vec[1], __vec[0] }; 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() argument 179 __i8x16 __ret = (__i8x16)__vec; in wasm_v128_load8_lane() 185 const void *__mem, v128_t __vec, int __i) __REQUIRE_CONSTANT(__i) { in wasm_v128_load16_lane() argument 190 __i16x8 __ret = (__i16x8)__vec; in wasm_v128_load16_lane() 196 const void *__mem, v128_t __vec, int __i) __REQUIRE_CONSTANT(__i) { in wasm_v128_load32_lane() argument 201 __i32x4 __ret = (__i32x4)__vec; in wasm_v128_load32_lane() 207 const void *__mem, v128_t __vec, int __i) __REQUIRE_CONSTANT(__i) { in wasm_v128_load64_lane() argument 212 __i64x2 __ret = (__i64x2)__vec; in wasm_v128_load64_lane() 244 ((__i16x8)__vec)[__i]; in wasm_v128_store16_lane() 255 ((__i32x4)__vec)[__i]; in wasm_v128_store32_lane() [all …]
|
| H A D | altivec.h | 17812 return __builtin_shufflevector(__vec, __vec, 7, 6, 5, 4, 3, 2, 1, 0, 15, 14, in vec_xl_be() 17819 return __builtin_shufflevector(__vec, __vec, 7, 6, 5, 4, 3, 2, 1, 0, 15, 14, in vec_xl_be() 17826 return __builtin_shufflevector(__vec, __vec, 3, 2, 1, 0, 7, 6, 5, 4); in vec_xl_be() 17832 return __builtin_shufflevector(__vec, __vec, 3, 2, 1, 0, 7, 6, 5, 4); in vec_xl_be() 18040 *(unaligned_vec_sll *)__addr = __vec; in vec_xst() 18134 __builtin_shufflevector(__vec, __vec, 7, 6, 5, 4, 3, 2, 1, 0, 15, 14, in vec_xst_be() 18144 __builtin_shufflevector(__vec, __vec, 7, 6, 5, 4, 3, 2, 1, 0, 15, 14, in vec_xst_be() 18154 __builtin_shufflevector(__vec, __vec, 3, 2, 1, 0, 7, 6, 5, 4); in vec_xst_be() 18163 __builtin_shufflevector(__vec, __vec, 3, 2, 1, 0, 7, 6, 5, 4); in vec_xst_be() 18211 vec_xst(__vec, __offset, __ptr); in vec_xst_be() [all …]
|
| /freebsd-14.2/contrib/llvm-project/libcxx/include/ |
| H A D | __locale | 480 …_FROM_ABI const char_type* is(const char_type* __low, const char_type* __high, mask* __vec) const { 481 return do_is(__low, __high, __vec); 522 …virtual const char_type* do_is(const char_type* __low, const char_type* __high, mask* __vec) const; 551 …_FROM_ABI const char_type* is(const char_type* __low, const char_type* __high, mask* __vec) const { 552 for (; __low != __high; ++__low, ++__vec) 553 *__vec = isascii(*__low) ? __tab_[static_cast<int>(*__low)] : 0; 663 …const char_type* do_is(const char_type* __low, const char_type* __high, mask* __vec) const overrid…
|
| H A D | vector | 486 _LIBCPP_CONSTEXPR _LIBCPP_HIDE_FROM_ABI __destroy_vector(vector& __vec) : __vec_(__vec) {} 1884 _LIBCPP_CONSTEXPR _LIBCPP_HIDE_FROM_ABI __destroy_vector(vector& __vec) : __vec_(__vec) {} 2854 operator()(const vector<bool, _Allocator>& __vec) const _NOEXCEPT { 2855 return __vec.__hash_code();
|