Lines Matching refs:_mm_store_si64
307 _mm_store_si64((__m64 *)&wsptr[DCTSIZE * 0], row0); \
308 _mm_store_si64((__m64 *)&wsptr[DCTSIZE * 0 + 4], row0); \
309 _mm_store_si64((__m64 *)&wsptr[DCTSIZE * 1], row1); \
310 _mm_store_si64((__m64 *)&wsptr[DCTSIZE * 1 + 4], row1); \
311 _mm_store_si64((__m64 *)&wsptr[DCTSIZE * 2], row2); \
312 _mm_store_si64((__m64 *)&wsptr[DCTSIZE * 2 + 4], row2); \
313 _mm_store_si64((__m64 *)&wsptr[DCTSIZE * 3], row3); \
314 _mm_store_si64((__m64 *)&wsptr[DCTSIZE * 3 + 4], row3); \
423 _mm_store_si64((__m64 *)&wsptr[DCTSIZE * 0], row0l); \
424 _mm_store_si64((__m64 *)&wsptr[DCTSIZE * 0 + 4], row0h); \
425 _mm_store_si64((__m64 *)&wsptr[DCTSIZE * 1], row1l); \
426 _mm_store_si64((__m64 *)&wsptr[DCTSIZE * 1 + 4], row1h); \
427 _mm_store_si64((__m64 *)&wsptr[DCTSIZE * 2], row2l); \
428 _mm_store_si64((__m64 *)&wsptr[DCTSIZE * 2 + 4], row2h); \
429 _mm_store_si64((__m64 *)&wsptr[DCTSIZE * 3], row3l); \
430 _mm_store_si64((__m64 *)&wsptr[DCTSIZE * 3 + 4], row3h); \
534 _mm_store_si64((__m64 *)(output_buf[ctr + 0] + output_col), col0); \
535 _mm_store_si64((__m64 *)(output_buf[ctr + 1] + output_col), col1); \
536 _mm_store_si64((__m64 *)(output_buf[ctr + 2] + output_col), col2); \
537 _mm_store_si64((__m64 *)(output_buf[ctr + 3] + output_col), col3); \