Home | History | Annotate | Download | only in i386

Lines Matching refs:INDEX

1674 #define _mm_i32gather_pd(BASE, INDEX, SCALE)				\
1677 (__v4si)(__m128i) (INDEX), \
1683 #define _mm_mask_i32gather_pd(SRC, BASE, INDEX, MASK, SCALE) \
1686 (__v4si)(__m128i) (INDEX), \
1690 #define _mm256_i32gather_pd(BASE, INDEX, SCALE) \
1693 (__v4si)(__m128i) (INDEX), \
1700 #define _mm256_mask_i32gather_pd(SRC, BASE, INDEX, MASK, SCALE) \
1703 (__v4si)(__m128i) (INDEX), \
1707 #define _mm_i64gather_pd(BASE, INDEX, SCALE) \
1710 (__v2di)(__m128i) (INDEX), \
1716 #define _mm_mask_i64gather_pd(SRC, BASE, INDEX, MASK, SCALE) \
1719 (__v2di)(__m128i) (INDEX), \
1723 #define _mm256_i64gather_pd(BASE, INDEX, SCALE) \
1726 (__v4di)(__m256i) (INDEX), \
1733 #define _mm256_mask_i64gather_pd(SRC, BASE, INDEX, MASK, SCALE) \
1736 (__v4di)(__m256i) (INDEX), \
1740 #define _mm_i32gather_ps(BASE, INDEX, SCALE) \
1743 (__v4si)(__m128i) (INDEX), \
1749 #define _mm_mask_i32gather_ps(SRC, BASE, INDEX, MASK, SCALE) \
1752 (__v4si)(__m128i) (INDEX), \
1756 #define _mm256_i32gather_ps(BASE, INDEX, SCALE) \
1759 (__v8si)(__m256i) (INDEX), \
1766 #define _mm256_mask_i32gather_ps(SRC, BASE, INDEX, MASK, SCALE) \
1769 (__v8si)(__m256i) (INDEX), \
1773 #define _mm_i64gather_ps(BASE, INDEX, SCALE) \
1776 (__v2di)(__m128i) (INDEX), \
1782 #define _mm_mask_i64gather_ps(SRC, BASE, INDEX, MASK, SCALE) \
1785 (__v2di)(__m128i) (INDEX), \
1789 #define _mm256_i64gather_ps(BASE, INDEX, SCALE) \
1792 (__v4di)(__m256i) (INDEX), \
1798 #define _mm256_mask_i64gather_ps(SRC, BASE, INDEX, MASK, SCALE) \
1801 (__v4di)(__m256i) (INDEX), \
1805 #define _mm_i32gather_epi64(BASE, INDEX, SCALE) \
1808 (__v4si)(__m128i) (INDEX), \
1812 #define _mm_mask_i32gather_epi64(SRC, BASE, INDEX, MASK, SCALE) \
1815 (__v4si)(__m128i) (INDEX), \
1819 #define _mm256_i32gather_epi64(BASE, INDEX, SCALE) \
1822 (__v4si)(__m128i) (INDEX), \
1826 #define _mm256_mask_i32gather_epi64(SRC, BASE, INDEX, MASK, SCALE) \
1829 (__v4si)(__m128i) (INDEX), \
1833 #define _mm_i64gather_epi64(BASE, INDEX, SCALE) \
1836 (__v2di)(__m128i) (INDEX), \
1840 #define _mm_mask_i64gather_epi64(SRC, BASE, INDEX, MASK, SCALE) \
1843 (__v2di)(__m128i) (INDEX), \
1847 #define _mm256_i64gather_epi64(BASE, INDEX, SCALE) \
1850 (__v4di)(__m256i) (INDEX), \
1854 #define _mm256_mask_i64gather_epi64(SRC, BASE, INDEX, MASK, SCALE) \
1857 (__v4di)(__m256i) (INDEX), \
1861 #define _mm_i32gather_epi32(BASE, INDEX, SCALE) \
1864 (__v4si)(__m128i) (INDEX), \
1868 #define _mm_mask_i32gather_epi32(SRC, BASE, INDEX, MASK, SCALE) \
1871 (__v4si)(__m128i) (INDEX), \
1875 #define _mm256_i32gather_epi32(BASE, INDEX, SCALE) \
1878 (__v8si)(__m256i) (INDEX), \
1882 #define _mm256_mask_i32gather_epi32(SRC, BASE, INDEX, MASK, SCALE) \
1885 (__v8si)(__m256i) (INDEX), \
1889 #define _mm_i64gather_epi32(BASE, INDEX, SCALE) \
1892 (__v2di)(__m128i) (INDEX), \
1896 #define _mm_mask_i64gather_epi32(SRC, BASE, INDEX, MASK, SCALE) \
1899 (__v2di)(__m128i) (INDEX), \
1903 #define _mm256_i64gather_epi32(BASE, INDEX, SCALE) \
1906 (__v4di)(__m256i) (INDEX), \
1910 #define _mm256_mask_i64gather_epi32(SRC, BASE, INDEX, MASK, SCALE) \
1913 (__v4di)(__m256i) (INDEX), \