Searched refs:LOAD_8x16b (Results 1 – 1 of 1) sorted by relevance
992 #define LOAD_8x16b(ptr) \ macro1001 const __m128i a0 = LOAD_8x16b(&a[BPS * 0]); in SSE8x8_SSE2()1002 const __m128i a1 = LOAD_8x16b(&a[BPS * 1]); in SSE8x8_SSE2()1003 const __m128i b0 = LOAD_8x16b(&b[BPS * 0]); in SSE8x8_SSE2()1004 const __m128i b1 = LOAD_8x16b(&b[BPS * 1]); in SSE8x8_SSE2()1020 #undef LOAD_8x16b