Searched refs:vector_size (Results 1 – 9 of 9) sorted by relevance
| /freebsd-13.1/sys/contrib/openzfs/module/zcommon/ |
| H A D | zfs_fletcher_aarch64_neon.c | 137 unsigned char ZERO __attribute__((vector_size(16))); in fletcher_4_aarch64_neon_native() 138 unsigned char ACC0 __attribute__((vector_size(16))); in fletcher_4_aarch64_neon_native() 139 unsigned char ACC1 __attribute__((vector_size(16))); in fletcher_4_aarch64_neon_native() 140 unsigned char ACC2 __attribute__((vector_size(16))); in fletcher_4_aarch64_neon_native() 141 unsigned char ACC3 __attribute__((vector_size(16))); in fletcher_4_aarch64_neon_native() 142 unsigned char TMP1 __attribute__((vector_size(16))); in fletcher_4_aarch64_neon_native() 143 unsigned char TMP2 __attribute__((vector_size(16))); in fletcher_4_aarch64_neon_native() 144 unsigned char SRC __attribute__((vector_size(16))); in fletcher_4_aarch64_neon_native() 176 unsigned char ZERO __attribute__((vector_size(16))); in fletcher_4_aarch64_neon_byteswap() 177 unsigned char ACC0 __attribute__((vector_size(16))); in fletcher_4_aarch64_neon_byteswap() [all …]
|
| /freebsd-13.1/sys/contrib/openzfs/module/zfs/ |
| H A D | vdev_raidz_math_powerpc_altivec_common.h | 622 unsigned char w3 __attribute__((vector_size(16))); 625 unsigned char w5 __attribute__((vector_size(16))); 628 unsigned char w7 __attribute__((vector_size(16))); 631 unsigned char w9 __attribute__((vector_size(16))); 634 unsigned char w11 __attribute__((vector_size(16))); 639 unsigned char w15 __attribute__((vector_size(16))); 641 unsigned char w16 __attribute__((vector_size(16))); 643 unsigned char w17 __attribute__((vector_size(16))); 648 unsigned char w21 __attribute__((vector_size(16))); 651 unsigned char w23 __attribute__((vector_size(16))); [all …]
|
| H A D | vdev_raidz_math_aarch64_neon_common.h | 616 unsigned char w3 __attribute__((vector_size(16))); 619 unsigned char w5 __attribute__((vector_size(16))); 622 unsigned char w7 __attribute__((vector_size(16))); 625 unsigned char w9 __attribute__((vector_size(16))); 628 unsigned char w11 __attribute__((vector_size(16))); 633 unsigned char w15 __attribute__((vector_size(16))); 635 unsigned char w16 __attribute__((vector_size(16))); 637 unsigned char w17 __attribute__((vector_size(16))); 642 unsigned char w21 __attribute__((vector_size(16))); 645 unsigned char w23 __attribute__((vector_size(16))); [all …]
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Headers/ |
| H A D | msa.h | 14 typedef signed char v16i8 __attribute__((vector_size(16), aligned(16))); 15 typedef signed char v16i8_b __attribute__((vector_size(16), aligned(1))); 18 typedef short v8i16 __attribute__((vector_size(16), aligned(16))); 19 typedef short v8i16_h __attribute__((vector_size(16), aligned(2))); 22 typedef int v4i32 __attribute__((vector_size(16), aligned(16))); 23 typedef int v4i32_w __attribute__((vector_size(16), aligned(4))); 26 typedef long long v2i64 __attribute__((vector_size(16), aligned(16))); 30 typedef float v4f32 __attribute__((vector_size(16), aligned(16))); 31 typedef float v4f32_w __attribute__((vector_size(16), aligned(4))); 32 typedef double v2f64 __attribute__ ((vector_size(16), aligned(16))); [all …]
|
| H A D | altivec.h | 17968 typedef __attribute__((vector_size(sizeof(__tmp)))) double __vector_double; in vec_xst_be() 17978 typedef __attribute__((vector_size(sizeof(__tmp)))) double __vector_double; in vec_xst_be() 17987 typedef __attribute__((vector_size(sizeof(__tmp)))) double __vector_double; in vec_xst_be() 17996 typedef __attribute__((vector_size(sizeof(__tmp)))) double __vector_double; in vec_xst_be()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/ |
| H A D | RenderScriptRuntime.cpp | 631 uint16_t vector_size; // Vector width member 2579 elem_header.vector_size = *elem.type_vec_size.get(); in PopulateElementHeaders() 3409 const int vector_size = *alloc->element.type_vec_size.get(); in ListAllocations() local 3424 vector_size > 4 || vector_size < 1) in ListAllocations() 3430 [vector_size - 1]); in ListAllocations()
|
| /freebsd-13.1/contrib/llvm-project/libcxx/include/experimental/ |
| H A D | simd | 729 typedef _Tp type __attribute__((vector_size(__ceil_pow_of_2(__bytes)))); 738 _TYPE __attribute__((vector_size(sizeof(_TYPE) * _NUM_ELEMENT))); \
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | Attr.td | 2773 let Spellings = [GCC<"vector_size">];
|
| H A D | DiagnosticSemaKinds.td | 3982 "use the 'vector_size' attribute instead">,
|