Lines Matching refs:B

9 __m128i test_mm_cmpgt_epi8(__m128i A, __m128i B) {  in test_mm_cmpgt_epi8()  argument
12 return _mm_cmpgt_epi8(A, B); in test_mm_cmpgt_epi8()
15 __m128i test_mm_cmpgt_epi16(__m128i A, __m128i B) { in test_mm_cmpgt_epi16() argument
18 return _mm_cmpgt_epi16(A, B); in test_mm_cmpgt_epi16()
21 __m128i test_mm_cmpgt_epi32(__m128i A, __m128i B) { in test_mm_cmpgt_epi32() argument
24 return _mm_cmpgt_epi32(A, B); in test_mm_cmpgt_epi32()
27 __m128i test_mm_cmpgt_epi64(__m128i A, __m128i B) { in test_mm_cmpgt_epi64() argument
30 return _mm_cmpgt_epi64(A, B); in test_mm_cmpgt_epi64()
33 int test_mm_cmpestra(__m128i A, int LA, __m128i B, int LB) { in test_mm_cmpestra() argument
36 return _mm_cmpestra(A, LA, B, LB, 7); in test_mm_cmpestra()
39 int test_mm_cmpestrc(__m128i A, int LA, __m128i B, int LB) { in test_mm_cmpestrc() argument
42 return _mm_cmpestrc(A, LA, B, LB, 7); in test_mm_cmpestrc()
45 int test_mm_cmpestri(__m128i A, int LA, __m128i B, int LB) { in test_mm_cmpestri() argument
48 return _mm_cmpestri(A, LA, B, LB, 7); in test_mm_cmpestri()
51 __m128i test_mm_cmpestrm(__m128i A, int LA, __m128i B, int LB) { in test_mm_cmpestrm() argument
54 return _mm_cmpestrm(A, LA, B, LB, 7); in test_mm_cmpestrm()
57 int test_mm_cmpestro(__m128i A, int LA, __m128i B, int LB) { in test_mm_cmpestro() argument
60 return _mm_cmpestro(A, LA, B, LB, 7); in test_mm_cmpestro()
63 int test_mm_cmpestrs(__m128i A, int LA, __m128i B, int LB) { in test_mm_cmpestrs() argument
66 return _mm_cmpestrs(A, LA, B, LB, 7); in test_mm_cmpestrs()
69 int test_mm_cmpestrz(__m128i A, int LA, __m128i B, int LB) { in test_mm_cmpestrz() argument
72 return _mm_cmpestrz(A, LA, B, LB, 7); in test_mm_cmpestrz()
75 int test_mm_cmpistra(__m128i A, __m128i B) { in test_mm_cmpistra() argument
78 return _mm_cmpistra(A, B, 7); in test_mm_cmpistra()
81 int test_mm_cmpistrc(__m128i A, __m128i B) { in test_mm_cmpistrc() argument
84 return _mm_cmpistrc(A, B, 7); in test_mm_cmpistrc()
87 int test_mm_cmpistri(__m128i A, __m128i B) { in test_mm_cmpistri() argument
90 return _mm_cmpistri(A, B, 7); in test_mm_cmpistri()
93 __m128i test_mm_cmpistrm(__m128i A, __m128i B) { in test_mm_cmpistrm() argument
96 return _mm_cmpistrm(A, B, 7); in test_mm_cmpistrm()
99 int test_mm_cmpistro(__m128i A, __m128i B) { in test_mm_cmpistro() argument
102 return _mm_cmpistro(A, B, 7); in test_mm_cmpistro()
105 int test_mm_cmpistrs(__m128i A, __m128i B) { in test_mm_cmpistrs() argument
108 return _mm_cmpistrs(A, B, 7); in test_mm_cmpistrs()
111 int test_mm_cmpistrz(__m128i A, __m128i B) { in test_mm_cmpistrz() argument
114 return _mm_cmpistrz(A, B, 7); in test_mm_cmpistrz()