Searched refs:a128_16 (Results 1 – 1 of 1) sorted by relevance
/external/neon_2_sse/ |
D | NEON_2_SSE.h | 3767 __m128i a128,b128, c1, a128_16, bmasked_16, res, tmp, bmasked; in vmull_p8() local 3775 a128_16 = _MM_CVTEPU8_EPI16 (a128); // SSE 4.1 in vmull_p8() 3777 res = _mm_mullo_epi16 (a128_16, bmasked_16); //should fit into 16 bit in vmull_p8() 3782 tmp = _mm_mullo_epi16 (a128_16, bmasked_16); //should fit into 16 bit, vmull_u8(a, bmasked); in vmull_p8()
|