| /freebsd-13.1/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 | 17644 return __builtin_shufflevector(__vec, __vec, 7, 6, 5, 4, 3, 2, 1, 0, 15, 14, in vec_xl_be() 17651 return __builtin_shufflevector(__vec, __vec, 7, 6, 5, 4, 3, 2, 1, 0, 15, 14, in vec_xl_be() 17658 return __builtin_shufflevector(__vec, __vec, 3, 2, 1, 0, 7, 6, 5, 4); in vec_xl_be() 17664 return __builtin_shufflevector(__vec, __vec, 3, 2, 1, 0, 7, 6, 5, 4); in vec_xl_be() 17872 *(unaligned_vec_sll *)__addr = __vec; in vec_xst() 17966 __builtin_shufflevector(__vec, __vec, 7, 6, 5, 4, 3, 2, 1, 0, 15, 14, in vec_xst_be() 17976 __builtin_shufflevector(__vec, __vec, 7, 6, 5, 4, 3, 2, 1, 0, 15, 14, in vec_xst_be() 17986 __builtin_shufflevector(__vec, __vec, 3, 2, 1, 0, 7, 6, 5, 4); in vec_xst_be() 17995 __builtin_shufflevector(__vec, __vec, 3, 2, 1, 0, 7, 6, 5, 4); in vec_xst_be() 18043 vec_xst(__vec, __offset, __ptr); in vec_xst_be() [all …]
|
| /freebsd-13.1/contrib/llvm-project/libcxx/include/ |
| H A D | __locale | 540 const char_type* is(const char_type* __low, const char_type* __high, mask* __vec) const 542 return do_is(__low, __high, __vec); 610 …virtual const char_type* do_is(const char_type* __low, const char_type* __high, mask* __vec) const; 641 const char_type* is(const char_type* __low, const char_type* __high, mask* __vec) const 643 for (; __low != __high; ++__low, ++__vec) 644 *__vec = isascii(*__low) ? __tab_[static_cast<int>(*__low)] : 0; 779 …virtual const char_type* do_is(const char_type* __low, const char_type* __high, mask* __vec) const;
|
| H A D | vector | 3352 size_t operator()(const vector<bool, _Allocator>& __vec) const _NOEXCEPT 3353 {return __vec.__hash_code();}
|