Home | History | Annotate | Download | only in clang-include

Lines Matching full:__loadu_ps

760   struct __loadu_ps {
763 return ((struct __loadu_ps*)__p)->__v;
1221 struct __loadu_ps {
1225 __m256 __v256 = _mm256_castps128_ps256(((struct __loadu_ps*)__addr_lo)->__v);
1226 return _mm256_insertf128_ps(__v256, ((struct __loadu_ps*)__addr_hi)->__v, 1);