Home | History | Annotate | Download | only in Headers

Lines Matching refs:__loadu_ps

775   struct __loadu_ps {
778 return ((struct __loadu_ps*)p)->v;
1154 struct __loadu_ps {
1158 __m256 v256 = _mm256_castps128_ps256(((struct __loadu_ps*)addr_lo)->v);
1159 return _mm256_insertf128_ps(v256, ((struct __loadu_ps*)addr_hi)->v, 1);