Searched refs:s32x4 (Results 1 – 1 of 1) sorted by relevance
4497 int32x4_t s32x4 = vmovl_s16(vget_low_s16(s16x8)); /* 000D 000C 000B 000A */ in _mm_cvtepi8_epi32() local4498 return vreinterpretq_m128i_s32(s32x4); in _mm_cvtepi8_epi32()4507 int32x4_t s32x4 = vmovl_s16(vget_low_s16(s16x8)); /* 000x 000x 000B 000A */ in _mm_cvtepi8_epi64() local4508 int64x2_t s64x2 = vmovl_s32(vget_low_s32(s32x4)); /* 0000 000B 0000 000A */ in _mm_cvtepi8_epi64()4525 int32x4_t s32x4 = vmovl_s16(vget_low_s16(s16x8)); /* 000x 000x 000B 000A */ in _mm_cvtepi16_epi64() local4526 int64x2_t s64x2 = vmovl_s32(vget_low_s32(s32x4)); /* 0000 000B 0000 000A */ in _mm_cvtepi16_epi64()