OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:__A128
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/config/i386/
xmmintrin.h
1180
__v2di
__A128
= __extension__ (__v2di) { ((__v1di) __A)[0], 0 };
1193
/* Shift
__A128
and __N128 to the left by the adjustment. */
1197
__A128
= __builtin_ia32_pslldqi128 (
__A128
, 8);
1201
__A128
= __builtin_ia32_pslldqi128 (
__A128
, 2 * 8);
1205
__A128
= __builtin_ia32_pslldqi128 (
__A128
, 3 * 8);
1209
__A128
= __builtin_ia32_pslldqi128 (
__A128
, 4 * 8)
[
all
...]
/src/external/gpl3/gcc.old/dist/gcc/config/i386/
xmmintrin.h
1177
__v2di
__A128
= __extension__ (__v2di) { ((__v1di) __A)[0], 0 };
1190
/* Shift
__A128
and __N128 to the left by the adjustment. */
1194
__A128
= __builtin_ia32_pslldqi128 (
__A128
, 8);
1198
__A128
= __builtin_ia32_pslldqi128 (
__A128
, 2 * 8);
1202
__A128
= __builtin_ia32_pslldqi128 (
__A128
, 3 * 8);
1206
__A128
= __builtin_ia32_pslldqi128 (
__A128
, 4 * 8)
[
all
...]
Completed in 37 milliseconds
Indexes created Wed Apr 01 00:32:07 UTC 2026