OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:__vector_size__
(Results
1 - 25
of
60
) sorted by relevancy
1
2
3
/src/sys/crypto/arch/x86/
immintrin.h
46
typedef short __m16 __attribute__((
__vector_size__
(2), __may_alias__));
48
__attribute__((
__vector_size__
(2), __may_alias__, __aligned__(1)));
49
typedef int __m32 __attribute__((
__vector_size__
(4), __may_alias__));
51
__attribute__((
__vector_size__
(4), __may_alias__, __aligned__(1)));
52
typedef int __m64 __attribute__((
__vector_size__
(8), __may_alias__));
54
__attribute__((
__vector_size__
(8), __may_alias__, __aligned__(1)));
55
typedef float __m128 __attribute__((
__vector_size__
(16), __may_alias__));
56
typedef long long __m128i __attribute__((
__vector_size__
(16), __may_alias__));
58
__attribute__((
__vector_size__
(16), __may_alias__, __aligned__(1)));
59
typedef long long __v2di __attribute__((
__vector_size__
(16)))
[
all
...]
/src/external/gpl3/gcc/dist/gcc/config/i386/
avx512cdintrin.h
38
typedef long long __v8di __attribute__ ((
__vector_size__
(64)));
39
typedef int __v16si __attribute__ ((
__vector_size__
(64)));
43
typedef long long __m512i __attribute__ ((
__vector_size__
(64), __may_alias__));
44
typedef double __m512d __attribute__ ((
__vector_size__
(64), __may_alias__));
avx512bf16intrin.h
57
typedef __bf16 __v32bf __attribute__ ((
__vector_size__
(64)));
61
typedef __bf16 __m512bh __attribute__ ((
__vector_size__
(64), __may_alias__));
avx512bf16vlintrin.h
38
typedef __bf16 __v16bf __attribute__ ((
__vector_size__
(32)));
39
typedef __bf16 __v8bf __attribute__ ((
__vector_size__
(16)));
43
typedef __bf16 __m256bh __attribute__ ((
__vector_size__
(32), __may_alias__));
44
typedef __bf16 __m128bh __attribute__ ((
__vector_size__
(16), __may_alias__));
mmintrin.h
44
typedef int __m64 __attribute__ ((
__vector_size__
(8), __may_alias__));
45
typedef int __m32 __attribute__ ((
__vector_size__
(4), __may_alias__));
46
typedef short __m16 __attribute__ ((
__vector_size__
(2), __may_alias__));
49
typedef int __m64_u __attribute__ ((
__vector_size__
(8), __may_alias__, __aligned__ (1)));
50
typedef int __m32_u __attribute__ ((
__vector_size__
(4), \
52
typedef short __m16_u __attribute__ ((
__vector_size__
(2), \
56
typedef int __v2si __attribute__ ((
__vector_size__
(8)));
57
typedef short __v4hi __attribute__ ((
__vector_size__
(8)));
58
typedef char __v8qi __attribute__ ((
__vector_size__
(8)));
59
typedef long long __v1di __attribute__ ((
__vector_size__
(8)))
[
all
...]
avx512pfintrin.h
38
typedef long long __v8di __attribute__ ((
__vector_size__
(64)));
39
typedef int __v16si __attribute__ ((
__vector_size__
(64)));
43
typedef long long __m512i __attribute__ ((
__vector_size__
(64), __may_alias__));
avxintrin.h
41
typedef double __v4df __attribute__ ((
__vector_size__
(32)));
42
typedef float __v8sf __attribute__ ((
__vector_size__
(32)));
43
typedef long long __v4di __attribute__ ((
__vector_size__
(32)));
44
typedef unsigned long long __v4du __attribute__ ((
__vector_size__
(32)));
45
typedef int __v8si __attribute__ ((
__vector_size__
(32)));
46
typedef unsigned int __v8su __attribute__ ((
__vector_size__
(32)));
47
typedef short __v16hi __attribute__ ((
__vector_size__
(32)));
48
typedef unsigned short __v16hu __attribute__ ((
__vector_size__
(32)));
49
typedef char __v32qi __attribute__ ((
__vector_size__
(32)));
50
typedef signed char __v32qs __attribute__ ((
__vector_size__
(32)))
[
all
...]
avx512erintrin.h
38
typedef double __v8df __attribute__ ((
__vector_size__
(64)));
39
typedef float __v16sf __attribute__ ((
__vector_size__
(64)));
43
typedef float __m512 __attribute__ ((
__vector_size__
(64), __may_alias__));
44
typedef double __m512d __attribute__ ((
__vector_size__
(64), __may_alias__));
emmintrin.h
40
typedef double __v2df __attribute__ ((
__vector_size__
(16)));
41
typedef long long __v2di __attribute__ ((
__vector_size__
(16)));
42
typedef unsigned long long __v2du __attribute__ ((
__vector_size__
(16)));
43
typedef int __v4si __attribute__ ((
__vector_size__
(16)));
44
typedef unsigned int __v4su __attribute__ ((
__vector_size__
(16)));
45
typedef short __v8hi __attribute__ ((
__vector_size__
(16)));
46
typedef unsigned short __v8hu __attribute__ ((
__vector_size__
(16)));
47
typedef char __v16qi __attribute__ ((
__vector_size__
(16)));
48
typedef signed char __v16qs __attribute__ ((
__vector_size__
(16)));
49
typedef unsigned char __v16qu __attribute__ ((
__vector_size__
(16)))
[
all
...]
/src/external/gpl3/gcc.old/dist/gcc/config/i386/
avx512cdintrin.h
38
typedef long long __v8di __attribute__ ((
__vector_size__
(64)));
39
typedef int __v16si __attribute__ ((
__vector_size__
(64)));
43
typedef long long __m512i __attribute__ ((
__vector_size__
(64), __may_alias__));
44
typedef double __m512d __attribute__ ((
__vector_size__
(64), __may_alias__));
avx512bf16vlintrin.h
38
typedef short __v16bh __attribute__ ((
__vector_size__
(32)));
39
typedef short __v8bh __attribute__ ((
__vector_size__
(16)));
43
typedef short __m256bh __attribute__ ((
__vector_size__
(32), __may_alias__));
44
typedef short __m128bh __attribute__ ((
__vector_size__
(16), __may_alias__));
avx512bf16intrin.h
38
typedef short __v32bh __attribute__ ((
__vector_size__
(64)));
42
typedef short __m512bh __attribute__ ((
__vector_size__
(64), __may_alias__));
mmintrin.h
44
typedef int __m64 __attribute__ ((
__vector_size__
(8), __may_alias__));
45
typedef int __m32 __attribute__ ((
__vector_size__
(4), __may_alias__));
46
typedef short __m16 __attribute__ ((
__vector_size__
(2), __may_alias__));
49
typedef int __m64_u __attribute__ ((
__vector_size__
(8), __may_alias__, __aligned__ (1)));
50
typedef int __m32_u __attribute__ ((
__vector_size__
(4), \
52
typedef short __m16_u __attribute__ ((
__vector_size__
(2), \
56
typedef int __v2si __attribute__ ((
__vector_size__
(8)));
57
typedef short __v4hi __attribute__ ((
__vector_size__
(8)));
58
typedef char __v8qi __attribute__ ((
__vector_size__
(8)));
59
typedef long long __v1di __attribute__ ((
__vector_size__
(8)))
[
all
...]
avx512pfintrin.h
38
typedef long long __v8di __attribute__ ((
__vector_size__
(64)));
39
typedef int __v16si __attribute__ ((
__vector_size__
(64)));
43
typedef long long __m512i __attribute__ ((
__vector_size__
(64), __may_alias__));
avxintrin.h
41
typedef double __v4df __attribute__ ((
__vector_size__
(32)));
42
typedef float __v8sf __attribute__ ((
__vector_size__
(32)));
43
typedef long long __v4di __attribute__ ((
__vector_size__
(32)));
44
typedef unsigned long long __v4du __attribute__ ((
__vector_size__
(32)));
45
typedef int __v8si __attribute__ ((
__vector_size__
(32)));
46
typedef unsigned int __v8su __attribute__ ((
__vector_size__
(32)));
47
typedef short __v16hi __attribute__ ((
__vector_size__
(32)));
48
typedef unsigned short __v16hu __attribute__ ((
__vector_size__
(32)));
49
typedef char __v32qi __attribute__ ((
__vector_size__
(32)));
50
typedef signed char __v32qs __attribute__ ((
__vector_size__
(32)))
[
all
...]
avx512erintrin.h
38
typedef double __v8df __attribute__ ((
__vector_size__
(64)));
39
typedef float __v16sf __attribute__ ((
__vector_size__
(64)));
43
typedef float __m512 __attribute__ ((
__vector_size__
(64), __may_alias__));
44
typedef double __m512d __attribute__ ((
__vector_size__
(64), __may_alias__));
emmintrin.h
40
typedef double __v2df __attribute__ ((
__vector_size__
(16)));
41
typedef long long __v2di __attribute__ ((
__vector_size__
(16)));
42
typedef unsigned long long __v2du __attribute__ ((
__vector_size__
(16)));
43
typedef int __v4si __attribute__ ((
__vector_size__
(16)));
44
typedef unsigned int __v4su __attribute__ ((
__vector_size__
(16)));
45
typedef short __v8hi __attribute__ ((
__vector_size__
(16)));
46
typedef unsigned short __v8hu __attribute__ ((
__vector_size__
(16)));
47
typedef char __v16qi __attribute__ ((
__vector_size__
(16)));
48
typedef signed char __v16qs __attribute__ ((
__vector_size__
(16)));
49
typedef unsigned char __v16qu __attribute__ ((
__vector_size__
(16)))
[
all
...]
/src/external/apache2/llvm/dist/clang/lib/Headers/
avxintrin.h
17
typedef double __v4df __attribute__ ((
__vector_size__
(32)));
18
typedef float __v8sf __attribute__ ((
__vector_size__
(32)));
19
typedef long long __v4di __attribute__ ((
__vector_size__
(32)));
20
typedef int __v8si __attribute__ ((
__vector_size__
(32)));
21
typedef short __v16hi __attribute__ ((
__vector_size__
(32)));
22
typedef char __v32qi __attribute__ ((
__vector_size__
(32)));
25
typedef unsigned long long __v4du __attribute__ ((
__vector_size__
(32)));
26
typedef unsigned int __v8su __attribute__ ((
__vector_size__
(32)));
27
typedef unsigned short __v16hu __attribute__ ((
__vector_size__
(32)));
28
typedef unsigned char __v32qu __attribute__ ((
__vector_size__
(32)))
[
all
...]
avx512bf16intrin.h
16
typedef short __m512bh __attribute__((
__vector_size__
(64), __aligned__(64)));
17
typedef short __m256bh __attribute__((
__vector_size__
(32), __aligned__(32)));
xmmintrin.h
15
typedef int __v4si __attribute__((
__vector_size__
(16)));
16
typedef float __v4sf __attribute__((
__vector_size__
(16)));
17
typedef float __m128 __attribute__((
__vector_size__
(16), __aligned__(16)));
19
typedef float __m128_u __attribute__((
__vector_size__
(16), __aligned__(1)));
22
typedef unsigned int __v4su __attribute__((
__vector_size__
(16)));
1626
typedef float __mm_loadh_pi_v2f32 __attribute__((
__vector_size__
(8)));
1653
typedef float __mm_loadl_pi_v2f32 __attribute__((
__vector_size__
(8)));
1922
typedef float __mm_storeh_pi_v2f32 __attribute__((
__vector_size__
(8)));
1943
typedef float __mm_storeh_pi_v2f32 __attribute__((
__vector_size__
(8)));
mmintrin.h
13
typedef long long __m64 __attribute__((
__vector_size__
(8), __aligned__(8)));
15
typedef long long __v1di __attribute__((
__vector_size__
(8)));
16
typedef int __v2si __attribute__((
__vector_size__
(8)));
17
typedef short __v4hi __attribute__((
__vector_size__
(8)));
18
typedef char __v8qi __attribute__((
__vector_size__
(8)));
wasm_simd128.h
17
typedef int32_t v128_t __attribute__((
__vector_size__
(16), __aligned__(16)));
20
typedef int32_t __v128_u __attribute__((
__vector_size__
(16), __aligned__(1)));
22
__attribute__((
__vector_size__
(16), __aligned__(16)));
24
__attribute__((
__vector_size__
(16), __aligned__(16)));
25
typedef short __i16x8 __attribute__((
__vector_size__
(16), __aligned__(16)));
27
__attribute__((
__vector_size__
(16), __aligned__(16)));
28
typedef int __i32x4 __attribute__((
__vector_size__
(16), __aligned__(16)));
30
__attribute__((
__vector_size__
(16), __aligned__(16)));
31
typedef long long __i64x2 __attribute__((
__vector_size__
(16), __aligned__(16)));
33
__attribute__((
__vector_size__
(16), __aligned__(16)))
[
all
...]
emmintrin.h
15
typedef double __m128d __attribute__((
__vector_size__
(16), __aligned__(16)));
16
typedef long long __m128i __attribute__((
__vector_size__
(16), __aligned__(16)));
18
typedef double __m128d_u __attribute__((
__vector_size__
(16), __aligned__(1)));
19
typedef long long __m128i_u __attribute__((
__vector_size__
(16), __aligned__(1)));
22
typedef double __v2df __attribute__ ((
__vector_size__
(16)));
23
typedef long long __v2di __attribute__ ((
__vector_size__
(16)));
24
typedef short __v8hi __attribute__((
__vector_size__
(16)));
25
typedef char __v16qi __attribute__((
__vector_size__
(16)));
28
typedef unsigned long long __v2du __attribute__ ((
__vector_size__
(16)));
29
typedef unsigned short __v8hu __attribute__((
__vector_size__
(16)))
[
all
...]
/src/external/gpl3/gcc/dist/gcc/config/sparc/
visintrin.h
29
typedef int __v2si __attribute__ ((
__vector_size__
(8)));
30
typedef int __v1si __attribute__ ((
__vector_size__
(4)));
31
typedef short __v4hi __attribute__ ((
__vector_size__
(8)));
32
typedef short __v2hi __attribute__ ((
__vector_size__
(4)));
33
typedef unsigned char __v8qi __attribute__ ((
__vector_size__
(8)));
34
typedef unsigned char __v4qi __attribute__ ((
__vector_size__
(4)));
/src/external/gpl3/gcc.old/dist/gcc/config/sparc/
visintrin.h
29
typedef int __v2si __attribute__ ((
__vector_size__
(8)));
30
typedef int __v1si __attribute__ ((
__vector_size__
(4)));
31
typedef short __v4hi __attribute__ ((
__vector_size__
(8)));
32
typedef short __v2hi __attribute__ ((
__vector_size__
(4)));
33
typedef unsigned char __v8qi __attribute__ ((
__vector_size__
(8)));
34
typedef unsigned char __v4qi __attribute__ ((
__vector_size__
(4)));
Completed in 39 milliseconds
1
2
3
Indexes created Sat Jun 06 00:24:59 UTC 2026