Home
last modified time | relevance | path

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

/external/pffft/
Dsse2neon.h4486 int8x16_t s8x16 = vreinterpretq_s8_m128i(a); /* xxxx xxxx xxxx DCBA */ in _mm_cvtepi8_epi16() local
4487 int16x8_t s16x8 = vmovl_s8(vget_low_s8(s8x16)); /* 0x0x 0x0x 0D0C 0B0A */ in _mm_cvtepi8_epi16()
4495 int8x16_t s8x16 = vreinterpretq_s8_m128i(a); /* xxxx xxxx xxxx DCBA */ in _mm_cvtepi8_epi32() local
4496 int16x8_t s16x8 = vmovl_s8(vget_low_s8(s8x16)); /* 0x0x 0x0x 0D0C 0B0A */ in _mm_cvtepi8_epi32()
4505 int8x16_t s8x16 = vreinterpretq_s8_m128i(a); /* xxxx xxxx xxxx xxBA */ in _mm_cvtepi8_epi64() local
4506 int16x8_t s16x8 = vmovl_s8(vget_low_s8(s8x16)); /* 0x0x 0x0x 0x0x 0B0A */ in _mm_cvtepi8_epi64()