Searched refs:vector_size (Results 1 – 13 of 13) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Headers/ |
| H A D | msa.h | 28 typedef signed char v16i8 __attribute__((vector_size(16), aligned(16))); 32 typedef short v8i16 __attribute__((vector_size(16), aligned(16))); 33 typedef short v8i16_h __attribute__((vector_size(16), aligned(2))); 36 typedef int v4i32 __attribute__((vector_size(16), aligned(16))); 37 typedef int v4i32_w __attribute__((vector_size(16), aligned(4))); 40 typedef long long v2i64 __attribute__((vector_size(16), aligned(16))); 41 typedef long long v2i64_d __attribute__((vector_size(16), aligned(8))); 44 typedef float v4f32 __attribute__((vector_size(16), aligned(16))); 45 typedef float v4f32_w __attribute__((vector_size(16), aligned(4))); 46 typedef double v2f64 __attribute__ ((vector_size(16), aligned(16))); [all …]
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Core/ |
| H A D | Value.cpp | 164 const size_t vector_size = rhs.m_vector.length; in AppendDataToHostBuffer() local 165 if (vector_size > 0) { in AppendDataToHostBuffer() 166 const size_t new_size = curr_size + vector_size; in AppendDataToHostBuffer() 169 vector_size); in AppendDataToHostBuffer() 170 return vector_size; in AppendDataToHostBuffer()
|
| /freebsd-12.1/contrib/gcc/config/rs6000/ |
| H A D | linux-unwind.h | 37 __attribute__ ((vector_size (16))) int vr[32];
|
| H A D | spe.h | 32 #define __vector __attribute__((vector_size(8)))
|
| /freebsd-12.1/contrib/gcc/config/arm/ |
| H A D | mmintrin.h | 34 typedef int __v2si __attribute__ ((vector_size (8))); 35 typedef short __v4hi __attribute__ ((vector_size (8))); 36 typedef char __v8qi __attribute__ ((vector_size (8)));
|
| /freebsd-12.1/contrib/binutils/gas/config/ |
| H A D | tc-score.c | 178 static int vector_size = SCORE7_PIPELINE; variable 1937 for (i = 0; i < vector_size; i++) in init_dependency_vector() 2057 for (i = vector_size - 1; i > 0; i--) in handle_dependency() 2075 for (i = 1; i < vector_size; i++) in handle_dependency() 2104 for (j = (vector_size - 1); (j - remainder_bubbles) > 0; j--) in handle_dependency() 2123 for (j = 1; j < vector_size; j++) in handle_dependency() 5748 vector_size = SCORE5_PIPELINE; in md_parse_option() 5753 vector_size = SCORE5_PIPELINE; in md_parse_option() 5758 vector_size = SCORE7_PIPELINE; in md_parse_option()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/ |
| H A D | RenderScriptRuntime.cpp | 645 uint16_t vector_size; // Vector width member 2663 elem_header.vector_size = *elem.type_vec_size.get(); in PopulateElementHeaders() 3507 const int vector_size = *alloc->element.type_vec_size.get(); in ListAllocations() local 3522 vector_size > 4 || vector_size < 1) in ListAllocations() 3528 [vector_size - 1]); in ListAllocations()
|
| /freebsd-12.1/contrib/libc++/include/experimental/ |
| H A D | simd | 727 typedef _Tp type __attribute__((vector_size(__ceil_pow_of_2(__bytes)))); 736 _TYPE __attribute__((vector_size(sizeof(_TYPE) * _NUM_ELEMENT))); \
|
| /freebsd-12.1/contrib/gcc/doc/ |
| H A D | extend.texi | 3264 @item vector_size (@var{bytes}) 3269 int foo __attribute__ ((vector_size (16))); 3286 struct S __attribute__ ((vector_size (16))) foo; 4991 typedef int v4si __attribute__ ((vector_size (16))); 5027 typedef int v4si __attribute__ ((vector_size (16))); 6390 typedef int v2si __attribute__ ((vector_size (8))); 6392 typedef char v8qi __attribute__ ((vector_size (8))); 7466 typedef char v4i8 __attribute__ ((vector_size(4))); 9865 typedef int v2si __attribute__ ((vector_size (8))); 9868 typedef char v8qi __attribute__ ((vector_size (8))); [all …]
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/ |
| H A D | Attr.td | 2219 let Spellings = [GCC<"vector_size">];
|
| H A D | DiagnosticSemaKinds.td | 3352 "use the 'vector_size' attribute instead">,
|
| /freebsd-12.1/contrib/gcc/ |
| H A D | ChangeLog-2004 | 839 * config/i386/emmintrin.h: Use __vector_size__ instead of vector_size. 38109 vector_size attribute to create vectors, rather than mode. 38111 * config/arm/mmintrin.h: Use vector_size attribute, not mode.
|
| H A D | ChangeLog-2001 | 2600 * doc/extend.texi (Variable Attributes): Document vector_size. 2602 * attribs.c (c_common_attribute_table): Add vector_size.
|