OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:__v8hu
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/config/i386/
emmintrin.h
46
typedef unsigned short
__v8hu
__attribute__ ((__vector_size__ (16)));
typedef
1066
return (__m128i) ((
__v8hu
)__A + (
__v8hu
)__B);
1114
return (__m128i) ((
__v8hu
)__A - (
__v8hu
)__B);
1168
return (__m128i) ((
__v8hu
)__A * (
__v8hu
)__B);
/src/external/gpl3/gcc.old/dist/gcc/config/i386/
emmintrin.h
46
typedef unsigned short
__v8hu
__attribute__ ((__vector_size__ (16)));
typedef
1066
return (__m128i) ((
__v8hu
)__A + (
__v8hu
)__B);
1114
return (__m128i) ((
__v8hu
)__A - (
__v8hu
)__B);
1168
return (__m128i) ((
__v8hu
)__A * (
__v8hu
)__B);
/src/external/apache2/llvm/dist/clang/lib/Headers/
emmintrin.h
29
typedef unsigned short
__v8hu
__attribute__((__vector_size__(16)));
typedef
2141
return (__m128i)((
__v8hu
)__a + (
__v8hu
)__b);
2494
return (__m128i)((
__v8hu
)__a * (
__v8hu
)__b);
2590
return (__m128i)((
__v8hu
)__a - (
__v8hu
)__b);
/src/external/apache2/llvm/dist/clang/lib/Headers/ppc_wrappers/
emmintrin.h
52
typedef __vector unsigned short
__v8hu
;
typedef
1257
return (__m128i) vec_mergel ((
__v8hu
)__A, (
__v8hu
)__B);
1307
return (__m128i) ((
__v8hu
)__A + (
__v8hu
)__B);
1343
return (__m128i) vec_adds ((
__v8hu
)__A, (
__v8hu
)__B);
1355
return (__m128i) ((
__v8hu
)__A - (
__v8hu
)__B);
1391
return (__m128i) vec_subs ((
__v8hu
)__A, (__v8hu)__B)
[
all
...]
/src/external/gpl3/gcc/dist/gcc/config/rs6000/
emmintrin.h
75
typedef __vector unsigned short
__v8hu
;
typedef
1289
return (__m128i) vec_mergel ((
__v8hu
)__A, (
__v8hu
)__B);
1339
return (__m128i) ((
__v8hu
)__A + (
__v8hu
)__B);
1375
return (__m128i) vec_adds ((
__v8hu
)__A, (
__v8hu
)__B);
1387
return (__m128i) ((
__v8hu
)__A - (
__v8hu
)__B);
1423
return (__m128i) vec_subs ((
__v8hu
)__A, (__v8hu)__B)
[
all
...]
/src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
emmintrin.h
75
typedef __vector unsigned short
__v8hu
;
typedef
1289
return (__m128i) vec_mergel ((
__v8hu
)__A, (
__v8hu
)__B);
1339
return (__m128i) ((
__v8hu
)__A + (
__v8hu
)__B);
1375
return (__m128i) vec_adds ((
__v8hu
)__A, (
__v8hu
)__B);
1387
return (__m128i) ((
__v8hu
)__A - (
__v8hu
)__B);
1423
return (__m128i) vec_subs ((
__v8hu
)__A, (__v8hu)__B)
[
all
...]
Completed in 20 milliseconds
Indexes created Wed Mar 04 15:26:31 UTC 2026