Home
last modified time | relevance | path

Searched refs:__vec (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/clang/lib/Headers/
H A Dvecintrin.h580 __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 Dwasm_simd128.h174 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 Daltivec.h17781 return __builtin_shufflevector(__vec, __vec, 7, 6, 5, 4, 3, 2, 1, 0, 15, 14, in vec_xl_be()
17788 return __builtin_shufflevector(__vec, __vec, 7, 6, 5, 4, 3, 2, 1, 0, 15, 14, in vec_xl_be()
17795 return __builtin_shufflevector(__vec, __vec, 3, 2, 1, 0, 7, 6, 5, 4); in vec_xl_be()
17801 return __builtin_shufflevector(__vec, __vec, 3, 2, 1, 0, 7, 6, 5, 4); in vec_xl_be()
18009 *(unaligned_vec_sll *)__addr = __vec; in vec_xst()
18103 __builtin_shufflevector(__vec, __vec, 7, 6, 5, 4, 3, 2, 1, 0, 15, 14, in vec_xst_be()
18113 __builtin_shufflevector(__vec, __vec, 7, 6, 5, 4, 3, 2, 1, 0, 15, 14, in vec_xst_be()
18123 __builtin_shufflevector(__vec, __vec, 3, 2, 1, 0, 7, 6, 5, 4); in vec_xst_be()
18132 __builtin_shufflevector(__vec, __vec, 3, 2, 1, 0, 7, 6, 5, 4); in vec_xst_be()
18180 vec_xst(__vec, __offset, __ptr); in vec_xst_be()
[all …]
/llvm-project-15.0.7/llvm/test/CodeGen/PowerPC/
H A Dbuiltins-ppc-p10vsx.ll46 define void @vec_xst_trunc_sc(<1 x i128> %__vec, i64 %__offset, i8* nocapture %__ptr) {
73 %0 = bitcast <1 x i128> %__vec to <16 x i8>
80 define void @vec_xst_trunc_uc(<1 x i128> %__vec, i64 %__offset, i8* nocapture %__ptr) {
107 %0 = bitcast <1 x i128> %__vec to <16 x i8>
114 define void @vec_xst_trunc_ss(<1 x i128> %__vec, i64 %__offset, i16* nocapture %__ptr) {
145 %0 = bitcast <1 x i128> %__vec to <8 x i16>
183 %0 = bitcast <1 x i128> %__vec to <8 x i16>
221 %0 = bitcast <1 x i128> %__vec to <4 x i32>
259 %0 = bitcast <1 x i128> %__vec to <4 x i32>
293 %0 = bitcast <1 x i128> %__vec to <2 x i64>
[all …]
/llvm-project-15.0.7/libcxx/include/
H A D__locale578 const char_type* is(const char_type* __low, const char_type* __high, mask* __vec) const
580 return do_is(__low, __high, __vec);
648 …virtual const char_type* do_is(const char_type* __low, const char_type* __high, mask* __vec) const;
680 const char_type* is(const char_type* __low, const char_type* __high, mask* __vec) const
682 for (; __low != __high; ++__low, ++__vec)
683 *__vec = isascii(*__low) ? __tab_[static_cast<int>(*__low)] : 0;
823 …virtual const char_type* do_is(const char_type* __low, const char_type* __high, mask* __vec) const;
H A Dvector432 _LIBCPP_CONSTEXPR __destroy_vector(vector& __vec) : __vec_(__vec) {}
2152 _LIBCPP_CONSTEXPR __destroy_vector(vector& __vec) : __vec_(__vec) {}
3269 size_t operator()(const vector<bool, _Allocator>& __vec) const _NOEXCEPT
3270 {return __vec.__hash_code();}