Lines Matching defs:__v2df

69 typedef __vector double __v2df;
144 __v2df __result = (__v2df) __A;
145 __result [0] = ((__v2df) __B)[0];
188 __v2df __tmp = _mm_load_pd (__P);
211 *__P = ((__v2df)__A)[0];
217 return ((__v2df)__A)[0];
230 *__P = ((__v2df)__A)[1];
270 return (__m128d) ((__v2df)__A + (__v2df)__B);
286 return (__m128d) ((__v2df)__A - (__v2df)__B);
299 return (__m128d) ((__v2df)__A * (__v2df)__B);
312 return (__m128d) ((__v2df)__A / (__v2df)__B);
332 __v2df __c;
333 __c = vec_sqrt ((__v2df) _mm_set1_pd (__B[0]));
346 __v2df __a, __b, __c;
362 __v2df __a, __b, __c;
372 return ((__m128d)vec_cmpeq ((__v2df) __A, (__v2df) __B));
378 return ((__m128d)vec_cmplt ((__v2df) __A, (__v2df) __B));
384 return ((__m128d)vec_cmple ((__v2df) __A, (__v2df) __B));
390 return ((__m128d)vec_cmpgt ((__v2df) __A, (__v2df) __B));
396 return ((__m128d)vec_cmpge ((__v2df) __A,(__v2df) __B));
402 __v2df __temp = (__v2df) vec_cmpeq ((__v2df) __A, (__v2df)__B);
409 return ((__m128d)vec_cmpge ((__v2df) __A, (__v2df) __B));
415 return ((__m128d)vec_cmpgt ((__v2df) __A, (__v2df) __B));
421 return ((__m128d)vec_cmple ((__v2df) __A, (__v2df) __B));
427 return ((__m128d)vec_cmplt ((__v2df) __A, (__v2df) __B));
449 c = (__v2du)vec_cmpeq ((__v2df)__A, (__v2df)__A);
450 d = (__v2du)vec_cmpeq ((__v2df)__B, (__v2df)__B);
458 c = (__v2du)vec_cmpeq ((__v2df)__A, (__v2df)__A);
459 d = (__v2du)vec_cmpeq ((__v2df)__B, (__v2df)__B);
470 __v2df a, b, c;
477 c = (__v2df) vec_cmpeq(a, b);
486 __v2df a, b, c;
489 c = (__v2df) vec_cmplt(a, b);
496 __v2df a, b, c;
499 c = (__v2df) vec_cmple(a, b);
506 __v2df a, b, c;
509 c = (__v2df) vec_cmpgt(a, b);
516 __v2df a, b, c;
519 c = (__v2df) vec_cmpge(a, b);
526 __v2df a, b, c;
529 c = (__v2df) vec_cmpeq(a, b);
537 __v2df a, b, c;
541 c = (__v2df) vec_cmpge(a, b);
548 __v2df a, b, c;
552 c = (__v2df) vec_cmpge(a, b);
559 __v2df a, b, c;
563 c = (__v2df) vec_cmple(a, b);
570 __v2df a, b, c;
574 c = (__v2df) vec_cmplt(a, b);
582 __v2df r;
583 r = (__v2df)_mm_cmpord_pd (vec_splats (__A[0]), vec_splats (__B[0]));
584 return (__m128d) _mm_setr_pd (r[0], ((__v2df)__A)[1]);
591 __v2df r;
870 __v2df __rounded = vec_rint (__A);
994 __v2df __result;
1034 __v2df __result;
1061 __v2df __rounded = vec_rint((__v2df) __A);
1062 int __result = ((__v2df)__rounded)[0];
1070 __v2df __rounded = vec_rint ((__v2df) __A );
1071 long long __result = ((__v2df) __rounded)[0];
1080 return _mm_cvtsd_si64 ((__v2df)__A);
1086 int __result = ((__v2df)__A)[0];
1095 long long __result = ((__v2df)__A)[0];
1115 __v2df __temp_b = vec_splat((__v2df)__B, 0);
1128 __result [0] = ((__v2df)__B)[0];
1136 __v2df __result = (__v2df)__A;
1146 __v2df __result = (__v2df)__A;
1165 __v2df __res;
1172 return (__m128d) vec_mergel (__res, (__v2df)__A);
1174 __v2df __res = (__v2df)__A;
1208 return (__m128d) vec_mergel ((__v2df)__A, (__v2df)__B);
1214 return (__m128d) vec_mergeh ((__v2df)__A, (__v2df)__B);
1220 __v2df __result = (__v2df)__A;
1228 __v2df __result = (__v2df)__A;
1887 return (vec_and ((__v2df) __A, (__v2df) __B));
1893 return (vec_andc ((__v2df) __B, (__v2df) __A));
1899 return (vec_or ((__v2df) __A, (__v2df) __B));
1905 return (vec_xor ((__v2df) __A, (__v2df) __B));