OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:__v8sf
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/config/i386/
avxintrin.h
42
typedef float
__v8sf
__attribute__ ((__vector_size__ (32)));
typedef
149
return (__m256) ((
__v8sf
)__A + (
__v8sf
)__B);
161
return (__m256) __builtin_ia32_addsubps256 ((
__v8sf
)__A, (
__v8sf
)__B);
174
return (__m256) __builtin_ia32_andps256 ((
__v8sf
)__A, (
__v8sf
)__B);
186
return (__m256) __builtin_ia32_andnps256 ((
__v8sf
)__A, (
__v8sf
)__B);
204
return (__m256) __builtin_ia32_blendps256 ((
__v8sf
)__X
[
all
...]
/src/external/gpl3/gcc.old/dist/gcc/config/i386/
avxintrin.h
42
typedef float
__v8sf
__attribute__ ((__vector_size__ (32)));
typedef
149
return (__m256) ((
__v8sf
)__A + (
__v8sf
)__B);
161
return (__m256) __builtin_ia32_addsubps256 ((
__v8sf
)__A, (
__v8sf
)__B);
174
return (__m256) __builtin_ia32_andps256 ((
__v8sf
)__A, (
__v8sf
)__B);
186
return (__m256) __builtin_ia32_andnps256 ((
__v8sf
)__A, (
__v8sf
)__B);
204
return (__m256) __builtin_ia32_blendps256 ((
__v8sf
)__X
[
all
...]
/src/external/apache2/llvm/dist/clang/lib/Headers/
avxintrin.h
18
typedef float
__v8sf
__attribute__ ((__vector_size__ (32)));
typedef
80
return (__m256)((
__v8sf
)__a+(
__v8sf
)__b);
116
return (__m256)((
__v8sf
)__a-(
__v8sf
)__b);
154
return (__m256)__builtin_ia32_addsubps256((
__v8sf
)__a, (
__v8sf
)__b);
190
return (__m256)((
__v8sf
)__a/(
__v8sf
)__b);
228
return (__m256)__builtin_ia32_maxps256((
__v8sf
)__a, (__v8sf)__b)
[
all
...]
Completed in 51 milliseconds
Indexes created Wed Mar 04 15:26:31 UTC 2026