Home
last modified time | relevance | path

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

/external/pffft/
Dsse2neon.h4487 int16x8_t s16x8 = vmovl_s8(vget_low_s8(s8x16)); /* 0x0x 0x0x 0D0C 0B0A */ in _mm_cvtepi8_epi16() local
4488 return vreinterpretq_m128i_s16(s16x8); in _mm_cvtepi8_epi16()
4496 int16x8_t s16x8 = vmovl_s8(vget_low_s8(s8x16)); /* 0x0x 0x0x 0D0C 0B0A */ in _mm_cvtepi8_epi32() local
4497 int32x4_t s32x4 = vmovl_s16(vget_low_s16(s16x8)); /* 000D 000C 000B 000A */ in _mm_cvtepi8_epi32()
4506 int16x8_t s16x8 = vmovl_s8(vget_low_s8(s8x16)); /* 0x0x 0x0x 0x0x 0B0A */ in _mm_cvtepi8_epi64() local
4507 int32x4_t s32x4 = vmovl_s16(vget_low_s16(s16x8)); /* 000x 000x 000B 000A */ in _mm_cvtepi8_epi64()
4524 int16x8_t s16x8 = vreinterpretq_s16_m128i(a); /* xxxx xxxx xxxx 0B0A */ in _mm_cvtepi16_epi64() local
4525 int32x4_t s32x4 = vmovl_s16(vget_low_s16(s16x8)); /* 000x 000x 000B 000A */ in _mm_cvtepi16_epi64()