• Home
  • Raw
  • Download

Lines Matching refs:res64

12 __m64 res64, ms[2];  variable
59 res64 = _mm_avg_pu16(ms[0], ms[1]); in test_avg()
60 res64 = _mm_avg_pu8(ms[0], ms[1]); in test_avg()
107 res64 = _m_pavgw(ms[0], ms[1]); in test_alt_name_avg()
108 res64 = _m_pavgb(ms[0], ms[1]); in test_alt_name_avg()
484 res64 = _mm_cvt_ps2pi(m1); in test_convert()
491 res64 = _mm_cvtps_pi16(m1); in test_convert()
492 res64 = _mm_cvtps_pi32(m1); in test_convert()
493 res64 = _mm_cvtps_pi8(m1); in test_convert()
501 res64 = _mm_cvtt_ps2pi(m1); in test_convert()
503 res64 = _mm_cvttps_pi32(m1); in test_convert()
897 res64 = _mm_insert_pi16(ms[0], i, i2); in test_insert()
898 res64 = _m_pinsrw(ms[0], i, i2); in test_insert()
1051 res64 = _mm_max_pi16(ms[0], ms[1]); in test_max()
1052 res64 = _mm_max_pu8(ms[0], ms[1]); in test_max()
1129 res64 = _m_pmaxsw(ms[0], ms[1]); in test_alt_name_max()
1130 res64 = _m_pmaxub(ms[0], ms[1]); in test_alt_name_max()
1147 res64 = _mm_min_pi16(ms[0], ms[1]); in test_min()
1148 res64 = _mm_min_pu8(ms[0], ms[1]); in test_min()
1225 res64 = _m_pminsw(ms[0], ms[1]); in test_alt_name_min()
1226 res64 = _m_pminub(ms[0], ms[1]); in test_alt_name_min()
1241 _mm_maskmove_si64(ms[0], ms[1], (char *)&res64); in test_move()
1338 _m_maskmovq(ms[0], ms[1], (char *)&res64); in test_alt_name_move()
1355 res64 = _mm_mulhi_pu16(ms[0], ms[1]); in test_mul()
1356 res64 = _m_pmulhuw(ms[0], ms[1]); in test_mul()
1493 res64 = _mm_sad_pu8(ms[0], ms[1]); in test_sad()
1494 res64 = _m_psadbw(ms[0], ms[1]); in test_sad()
1650 res64 = _mm_shuffle_pi16(ms[0], i); in test_shuffle()
1652 res64 = _m_pshufw(ms[0], i); in test_shuffle()
1896 _mm_stream_pi(&res64, ms[0]); in test_stream()