Searched refs:__A128 (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/i386/
H A Dxmmintrin.h1174 __v2di __A128 = __extension__ (__v2di) { ((__v1di) __A)[0], 0 }; local
1187 /* Shift __A128 and __N128 to the left by the adjustment. */
1191 __A128 = __builtin_ia32_pslldqi128 (__A128, 8);
1195 __A128 = __builtin_ia32_pslldqi128 (__A128, 2 * 8);
1199 __A128 = __builtin_ia32_pslldqi128 (__A128, 3 * 8);
1203 __A128 = __builtin_ia32_pslldqi128 (__A128,
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/config/i386/
H A Dxmmintrin.h1177 __v2di __A128 = __extension__ (__v2di) { ((__v1di) __A)[0], 0 }; local
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,
[all...]

Completed in 273 milliseconds