Searched refs:as32 (Results 1 – 1 of 1) sorted by relevance
22 union { int64_t as64; int32_t as32[2]; } x0, x1; in sodium__mm_set_epi64x() member24 return _mm_set_epi32(x1.as32[1], x1.as32[0], x0.as32[1], x0.as32[0]); in sodium__mm_set_epi64x()42 union { int64_t as64; int32_t as32[2]; } x; in sodium__mm_cvtsi64_si128() member44 return _mm_setr_epi32(x.as32[0], x.as32[1], 0, 0); in sodium__mm_cvtsi64_si128()