Home | History | Annotate | Download | only in amd64

Lines Matching refs:V128

18 //typedef  unsigned char  V128[16];
24 V128;
70 void expand ( V128* dst, char* summary )
90 UInt(*h_fn)(V128*,V128*),
91 UInt(*s_fn)(V128*,V128*),
95 V128 argL, argR;
104 UInt zmask_from_V128 ( V128* arg )
125 void pcmpXstrX_WRK_gen_output_fmt_I(/*OUT*/V128* resV,
191 Bool pcmpXstrX_WRK ( /*OUT*/V128* resV,
193 V128* argLV, V128* argRV,
384 UInt h_pcmpistri_4A ( V128* argL, V128* argR )
386 V128 block[2];
387 memcpy(&block[0], argL, sizeof(V128));
388 memcpy(&block[1], argR, sizeof(V128));
406 UInt s_pcmpistri_4A ( V128* argLU, V128* argRU )
408 V128 resV;
424 UInt(*h)(V128*,V128*) = h_pcmpistri_4A;
425 UInt(*s)(V128*,V128*) = s_pcmpistri_4A;
475 UInt h_pcmpistri_3A ( V128* argL, V128* argR )
477 V128 block[2];
478 memcpy(&block[0], argL, sizeof(V128));
479 memcpy(&block[1], argR, sizeof(V128));
497 UInt s_pcmpistri_3A ( V128* argLU, V128* argRU )
499 V128 resV;
515 UInt(*h)(V128*,V128*) = h_pcmpistri_3A;
516 UInt(*s)(V128*,V128*) = s_pcmpistri_3A;
569 UInt h_pcmpistri_0C ( V128* argL, V128* argR )
571 V128 block[2];
572 memcpy(&block[0], argL, sizeof(V128));
573 memcpy(&block[1], argR, sizeof(V128));
591 UInt s_pcmpistri_0C ( V128* argLU, V128* argRU )
593 V128 resV;
609 UInt(*h)(V128*,V128*) = h_pcmpistri_0C;
610 UInt(*s)(V128*,V128*) = s_pcmpistri_0C;
651 UInt h_pcmpistri_08 ( V128* argL, V128* argR )
653 V128 block[2];
654 memcpy(&block[0], argL, sizeof(V128));
655 memcpy(&block[1], argR, sizeof(V128));
673 UInt s_pcmpistri_08 ( V128* argLU, V128* argRU )
675 V128 resV;
691 UInt(*h)(V128*,V128*) = h_pcmpistri_08;
692 UInt(*s)(V128*,V128*) = s_pcmpistri_08;
744 UInt h_pcmpistri_1A ( V128* argL, V128* argR )
746 V128 block[2];
747 memcpy(&block[0], argL, sizeof(V128));
748 memcpy(&block[1], argR, sizeof(V128));
766 UInt s_pcmpistri_1A ( V128* argLU, V128* argRU )
768 V128 resV;
784 UInt(*h)(V128*,V128*) = h_pcmpistri_1A;
785 UInt(*s)(V128*,V128*) = s_pcmpistri_1A;
837 UInt h_pcmpistri_02 ( V128* argL, V128* argR )
839 V128 block[2];
840 memcpy(&block[0], argL, sizeof(V128));
841 memcpy(&block[1], argR, sizeof(V128));
861 UInt s_pcmpistri_02 ( V128* argLU, V128* argRU )
863 V128 resV;
879 UInt(*h)(V128*,V128*) = h_pcmpistri_02;
880 UInt(*s)(V128*,V128*) = s_pcmpistri_02;
919 UInt h_pcmpistri_12 ( V128* argL, V128* argR )
921 V128 block[2];
922 memcpy(&block[0], argL, sizeof(V128));
923 memcpy(&block[1], argR, sizeof(V128));
943 UInt s_pcmpistri_12 ( V128* argLU, V128* argRU )
945 V128 resV;
961 UInt(*h)(V128*,V128*) = h_pcmpistri_12;
962 UInt(*s)(V128*,V128*) = s_pcmpistri_12;
1002 UInt h_pcmpistri_44 ( V128* argL, V128* argR )
1004 V128 block[2];
1005 memcpy(&block[0], argL, sizeof(V128));
1006 memcpy(&block[1], argR, sizeof(V128));
1026 UInt s_pcmpistri_44 ( V128* argLU, V128* argRU )
1028 V128 resV;
1044 UInt(*h)(V128*,V128*) = h_pcmpistri_44;
1045 UInt(*s)(V128*,V128*) = s_pcmpistri_44;
1082 UInt h_pcmpistri_00 ( V128* argL, V128* argR )
1084 V128 block[2];
1085 memcpy(&block[0], argL, sizeof(V128));
1086 memcpy(&block[1], argR, sizeof(V128));
1106 UInt s_pcmpistri_00 ( V128* argLU, V128* argRU )
1108 V128 resV;
1124 UInt(*h)(V128*,V128*) = h_pcmpistri_00;
1125 UInt(*s)(V128*,V128*) = s_pcmpistri_00;
1164 UInt h_pcmpistri_38 ( V128* argL, V128* argR )
1166 V128 block[2];
1167 memcpy(&block[0], argL, sizeof(V128));
1168 memcpy(&block[1], argR, sizeof(V128));
1186 UInt s_pcmpistri_38 ( V128* argLU, V128* argRU )
1188 V128 resV;
1204 UInt(*h)(V128*,V128*) = h_pcmpistri_38;
1205 UInt(*s)(V128*,V128*) = s_pcmpistri_38;
1286 //typedef unsigned char V128[16];
1292 V128;
1338 void expand ( V128* dst, char* summary )
1358 UInt(*h_fn)(V128*,V128*),
1359 UInt(*s_fn)(V128*,V128*),
1363 V128 argL, argR;
1372 UInt zmask_from_V128 ( V128* arg )
1393 void pcmpXstrX_WRK_gen_output_fmt_I(/*OUT*/V128* resV,
1459 Bool pcmpXstrX_WRK ( /*OUT*/V128* resV,
1461 V128* argLV, V128* argRV,
1651 UInt h_pcmpistri_4A ( V128* argL, V128* argR )
1653 V128 block[2];
1654 memcpy(&block[0], argL, sizeof(V128));
1655 memcpy(&block[1], argR, sizeof(V128));
1673 UInt s_pcmpistri_4A ( V128* argLU, V128* argRU )
1675 V128 resV;
1691 UInt(*h)(V128*,V128*) = h_pcmpistri_4A;
1692 UInt(*s)(V128*,V128*) = s_pcmpistri_4A;
1742 UInt h_pcmpistri_3A ( V128* argL, V128* argR )
1744 V128 block[2];
1745 memcpy(&block[0], argL, sizeof(V128));
1746 memcpy(&block[1], argR, sizeof(V128));
1764 UInt s_pcmpistri_3A ( V128* argLU, V128* argRU )
1766 V128 resV;
1782 UInt(*h)(V128*,V128*) = h_pcmpistri_3A;
1783 UInt(*s)(V128*,V128*) = s_pcmpistri_3A;
1836 UInt h_pcmpistri_0C ( V128* argL, V128* argR )
1838 V128 block[2];
1839 memcpy(&block[0], argL, sizeof(V128));
1840 memcpy(&block[1], argR, sizeof(V128));
1858 UInt s_pcmpistri_0C ( V128* argLU, V128* argRU )
1860 V128 resV;
1876 UInt(*h)(V128*,V128*) = h_pcmpistri_0C;
1877 UInt(*s)(V128*,V128*) = s_pcmpistri_0C;
1918 UInt h_pcmpistri_08 ( V128* argL, V128* argR )
1920 V128 block[2];
1921 memcpy(&block[0], argL, sizeof(V128));
1922 memcpy(&block[1], argR, sizeof(V128));
1940 UInt s_pcmpistri_08 ( V128* argLU, V128* argRU )
1942 V128 resV;
1958 UInt(*h)(V128*,V128*) = h_pcmpistri_08;
1959 UInt(*s)(V128*,V128*) = s_pcmpistri_08;
2011 UInt h_pcmpistri_1A ( V128* argL, V128* argR )
2013 V128 block[2];
2014 memcpy(&block[0], argL, sizeof(V128));
2015 memcpy(&block[1], argR, sizeof(V128));
2033 UInt s_pcmpistri_1A ( V128* argLU, V128* argRU )
2035 V128 resV;
2051 UInt(*h)(V128*,V128*) = h_pcmpistri_1A;
2052 UInt(*s)(V128*,V128*) = s_pcmpistri_1A;
2104 UInt h_pcmpistri_02 ( V128* argL, V128* argR )
2106 V128 block[2];
2107 memcpy(&block[0], argL, sizeof(V128));
2108 memcpy(&block[1], argR, sizeof(V128));
2128 UInt s_pcmpistri_02 ( V128* argLU, V128* argRU )
2130 V128 resV;
2146 UInt(*h)(V128*,V128*) = h_pcmpistri_02;
2147 UInt(*s)(V128*,V128*) = s_pcmpistri_02;
2186 UInt h_pcmpistri_12 ( V128* argL, V128* argR )
2188 V128 block[2];
2189 memcpy(&block[0], argL, sizeof(V128));
2190 memcpy(&block[1], argR, sizeof(V128));
2210 UInt s_pcmpistri_12 ( V128* argLU, V128* argRU )
2212 V128 resV;
2228 UInt(*h)(V128*,V128*) = h_pcmpistri_12;
2229 UInt(*s)(V128*,V128*) = s_pcmpistri_12;
2269 UInt h_pcmpistri_44 ( V128* argL, V128* argR )
2271 V128 block[2];
2272 memcpy(&block[0], argL, sizeof(V128));
2273 memcpy(&block[1], argR, sizeof(V128));
2293 UInt s_pcmpistri_44 ( V128* argLU, V128* argRU )
2295 V128 resV;
2311 UInt(*h)(V128*,V128*) = h_pcmpistri_44;
2312 UInt(*s)(V128*,V128*) = s_pcmpistri_44;