Home
last modified time | relevance | path

Searched refs:set_m128r (Results 1 – 1 of 1) sorted by relevance

/dports/biology/iqtree/IQ-TREE-2.0.6/vectorclass/
H A Dvectorf256.h97 #define set_m128r(lo,hi) _mm256_insertf128_ps(_mm256_castps128_ps256(lo),(hi),1) macro
121 ymm = set_m128r(blo,bhi); in Vec8fb()
126 ymm = set_m128r(a0, a1); in Vec8fb()
144 ymm = set_m128r(b1,b1); in Vec8fb()
180 ymm = set_m128r(_mm_castsi128_ps(x.get_low()), _mm_castsi128_ps(x.get_high())); in Vec8fb()
184 ymm = set_m128r(_mm_castsi128_ps(x.get_low()), _mm_castsi128_ps(x.get_high()));
335 ymm = _mm256_castps_pd(set_m128r(blo, bhi)); in Vec4db()
340 ymm = _mm256_castps_pd(set_m128r(_mm_castpd_ps(a0),_mm_castpd_ps(a1))); in Vec4db()
358 ymm = _mm256_castps_pd(set_m128r(b1,b1)); in Vec4db()
559 ymm = set_m128r(a0, a1); in Vec8f()
[all …]