Searched refs:__E (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/gcc/config/i386/
H A Dpmmintrin.h118 _mm_monitor (void const * __P, unsigned int __E, unsigned int __H) argument
120 __builtin_ia32_monitor (__P, __E, __H);
124 _mm_mwait (unsigned int __E, unsigned int __H) argument
126 __builtin_ia32_mwait (__E, __H);
/freebsd-11-stable/contrib/llvm-project/clang/lib/Headers/ppc_wrappers/
H A Dtmmintrin.h314 __v8hi __E = vec_perm (__C, __C, __Q); local
315 __C = vec_subs (__D, __E);
418 __v8hi __E = vec_unpackh ((__v16qi) __B); local
420 __C = vec_mul (__C, __E);
426 __E = vec_perm (__C, __D, __odds);
428 return (__m128i) vec_adds (__E, __F);
460 __v4si __E = vec_unpackl ((__v8hi) __B); local
461 __D = vec_mul (__D, __E);
487 __v8hi __E = vec_pack (__C, __D); local
488 return (__m64) ((__v2du) (__E))[
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/Headers/
H A Davx512fintrin.h9216 int __E, int __F, int __G, int __H,
9222 __H, __G, __F, __E, __D, __C, __B, __A };
9232 long long __D, long long __E, long long __F,
9236 { __H, __G, __F, __E, __D, __C, __B, __A };
9244 double __E, double __F, double __G, double __H)
9247 { __H, __G, __F, __E, __D, __C, __B, __A };
9255 float __E, float __F, float __G, float __H,
9261 __H, __G, __F, __E, __D, __C, __B, __A };
9215 _mm512_set_epi32(int __A, int __B, int __C, int __D, int __E, int __F, int __G, int __H, int __I, int __J, int __K, int __L, int __M, int __N, int __O, int __P) argument
9231 _mm512_set_epi64(long long __A, long long __B, long long __C, long long __D, long long __E, long long __F, long long __G, long long __H) argument
9243 _mm512_set_pd(double __A, double __B, double __C, double __D, double __E, double __F, double __G, double __H) argument
9254 _mm512_set_ps(float __A, float __B, float __C, float __D, float __E, float __F, float __G, float __H, float __I, float __J, float __K, float __L, float __M, float __N, float __O, float __P) argument

Completed in 215 milliseconds