Searched refs:CMP (Results 1 - 25 of 71) sorted by relevance

123

/haiku-buildtools/binutils/libiberty/
H A Dstrverscmp.c80 /* result_type: CMP: return diff; LEN: compare using len_diff/diff */
81 #define CMP 2 macro
114 /* S_N */ CMP, CMP, CMP, CMP, CMP, LEN, CMP, CMP,
115 CMP, CM
[all...]
/haiku-buildtools/gcc/libiberty/
H A Dstrverscmp.c80 /* result_type: CMP: return diff; LEN: compare using len_diff/diff */
81 #define CMP 2 macro
114 /* S_N */ CMP, CMP, CMP, CMP, CMP, LEN, CMP, CMP,
115 CMP, CM
[all...]
/haiku-buildtools/legacy/binutils/libiberty/
H A Dstrverscmp.c80 /* result_type: CMP: return diff; LEN: compare using len_diff/diff */
81 #define CMP 2 macro
114 /* S_N */ CMP, CMP, CMP, CMP, CMP, LEN, CMP, CMP,
115 CMP, CM
[all...]
/haiku-buildtools/gcc/gcc/testsuite/gcc.target/i386/
H A Davx-vcmpsd-1.c21 #define CMP(imm, rel) \ macro
37 CMP(_CMP_EQ_OQ, !isunordered(s1[0], s2[0]) && s1[0] == s2[0]);
38 CMP(_CMP_LT_OS, !isunordered(s1[0], s2[0]) && s1[0] < s2[0]);
39 CMP(_CMP_LE_OS, !isunordered(s1[0], s2[0]) && s1[0] <= s2[0]);
40 CMP(_CMP_UNORD_Q, isunordered(s1[0], s2[0]));
41 CMP(_CMP_NEQ_UQ, isunordered(s1[0], s2[0]) || s1[0] != s2[0]);
42 CMP(_CMP_NLT_US, isunordered(s1[0], s2[0]) || s1[0] >= s2[0]);
43 CMP(_CMP_NLE_US, isunordered(s1[0], s2[0]) || s1[0] > s2[0]);
44 CMP(_CMP_ORD_Q, !isunordered(s1[0], s2[0]));
46 CMP(_CMP_EQ_U
[all...]
H A Davx-vcmpss-1.c28 #define CMP(imm, rel) \ macro
39 CMP(_CMP_EQ_OQ, !isunordered(s1[0], s2[0]) && s1[0] == s2[0]);
40 CMP(_CMP_LT_OS, !isunordered(s1[0], s2[0]) && s1[0] < s2[0]);
41 CMP(_CMP_LE_OS, !isunordered(s1[0], s2[0]) && s1[0] <= s2[0]);
42 CMP(_CMP_UNORD_Q, isunordered(s1[0], s2[0]));
43 CMP(_CMP_NEQ_UQ, isunordered(s1[0], s2[0]) || s1[0] != s2[0]);
44 CMP(_CMP_NLT_US, isunordered(s1[0], s2[0]) || s1[0] >= s2[0]);
45 CMP(_CMP_NLE_US, isunordered(s1[0], s2[0]) || s1[0] > s2[0]);
46 CMP(_CMP_ORD_Q, !isunordered(s1[0], s2[0]));
48 CMP(_CMP_EQ_U
[all...]
H A Davx512f-vcmpsd-2.c14 #define CMP(imm, rel) \ macro
31 CMP(_CMP_EQ_OQ, !isunordered(s1[0], s2[0]) && s1[0] == s2[0]);
32 CMP(_CMP_LT_OS, !isunordered(s1[0], s2[0]) && s1[0] < s2[0]);
33 CMP(_CMP_LE_OS, !isunordered(s1[0], s2[0]) && s1[0] <= s2[0]);
34 CMP(_CMP_UNORD_Q, isunordered(s1[0], s2[0]));
35 CMP(_CMP_NEQ_UQ, isunordered(s1[0], s2[0]) || s1[0] != s2[0]);
36 CMP(_CMP_NLT_US, isunordered(s1[0], s2[0]) || s1[0] >= s2[0]);
37 CMP(_CMP_NLE_US, isunordered(s1[0], s2[0]) || s1[0] > s2[0]);
38 CMP(_CMP_ORD_Q, !isunordered(s1[0], s2[0]));
40 CMP(_CMP_EQ_U
[all...]
H A Davx512f-vcmpss-2.c14 #define CMP(imm, rel) \ macro
32 CMP(_CMP_EQ_OQ, !isunordered(s1[0], s2[0]) && s1[0] == s2[0]);
33 CMP(_CMP_LT_OS, !isunordered(s1[0], s2[0]) && s1[0] < s2[0]);
34 CMP(_CMP_LE_OS, !isunordered(s1[0], s2[0]) && s1[0] <= s2[0]);
35 CMP(_CMP_UNORD_Q, isunordered(s1[0], s2[0]));
36 CMP(_CMP_NEQ_UQ, isunordered(s1[0], s2[0]) || s1[0] != s2[0]);
37 CMP(_CMP_NLT_US, isunordered(s1[0], s2[0]) || s1[0] >= s2[0]);
38 CMP(_CMP_NLE_US, isunordered(s1[0], s2[0]) || s1[0] > s2[0]);
39 CMP(_CMP_ORD_Q, !isunordered(s1[0], s2[0]));
41 CMP(_CMP_EQ_U
[all...]
H A Dsse-cmpss-1.c37 #define CMP(cmp, rel) \ macro
48 CMP(eq, !isunordered(s1[0], s2[0]) && s1[0] == s2[0]);
49 CMP(lt, !isunordered(s1[0], s2[0]) && s1[0] < s2[0]);
50 CMP(le, !isunordered(s1[0], s2[0]) && s1[0] <= s2[0]);
51 CMP(unord, isunordered(s1[0], s2[0]));
52 CMP(neq, isunordered(s1[0], s2[0]) || s1[0] != s2[0]);
53 CMP(nlt, isunordered(s1[0], s2[0]) || s1[0] >= s2[0]);
54 CMP(nle, isunordered(s1[0], s2[0]) || s1[0] > s2[0]);
55 CMP(ord, !isunordered(s1[0], s2[0]));
57 CMP(g
[all...]
H A Dsse2-cmpsd-1.c30 #define CMP(cmp, rel) \ macro
46 CMP(eq, !isunordered(s1[0], s2[0]) && s1[0] == s2[0]);
47 CMP(lt, !isunordered(s1[0], s2[0]) && s1[0] < s2[0]);
48 CMP(le, !isunordered(s1[0], s2[0]) && s1[0] <= s2[0]);
49 CMP(unord, isunordered(s1[0], s2[0]));
50 CMP(neq, isunordered(s1[0], s2[0]) || s1[0] != s2[0]);
51 CMP(nlt, isunordered(s1[0], s2[0]) || s1[0] >= s2[0]);
52 CMP(nle, isunordered(s1[0], s2[0]) || s1[0] > s2[0]);
53 CMP(ord, !isunordered(s1[0], s2[0]));
55 CMP(g
[all...]
H A Davx512f-vcmpps-2.c15 #undef CMP macro
16 #define CMP(imm, rel) \ macro
31 #undef CMP macro
32 #define CMP(imm, rel) \ macro
47 #undef CMP macro
48 #define CMP(imm, rel) \ macro
78 CMP(_CMP_EQ_OQ, !isunordered(s1[i], s2[i]) && s1[i] == s2[i]);
79 CMP(_CMP_LT_OS, !isunordered(s1[i], s2[i]) && s1[i] < s2[i]);
80 CMP(_CMP_LE_OS, !isunordered(s1[i], s2[i]) && s1[i] <= s2[i]);
81 CMP(_CMP_UNORD_
[all...]
H A Davx512f-vcmppd-2.c15 #define CMP(imm, rel) \ macro
30 #undef CMP macro
31 #define CMP(imm, rel) \ macro
46 #undef CMP macro
47 #define CMP(imm, rel) \ macro
73 CMP(_CMP_EQ_OQ, !isunordered(s1[i], s2[i]) && s1[i] == s2[i]);
74 CMP(_CMP_LT_OS, !isunordered(s1[i], s2[i]) && s1[i] < s2[i]);
75 CMP(_CMP_LE_OS, !isunordered(s1[i], s2[i]) && s1[i] <= s2[i]);
76 CMP(_CMP_UNORD_Q, isunordered(s1[i], s2[i]));
77 CMP(_CMP_NEQ_U
[all...]
H A Davx-vcmppd-1.c26 #define CMP(imm, rel) \ macro
43 CMP(_CMP_EQ_OQ, !isunordered(s1[i], s2[i]) && s1[i] == s2[i]);
44 CMP(_CMP_LT_OS, !isunordered(s1[i], s2[i]) && s1[i] < s2[i]);
45 CMP(_CMP_LE_OS, !isunordered(s1[i], s2[i]) && s1[i] <= s2[i]);
46 CMP(_CMP_UNORD_Q, isunordered(s1[i], s2[i]));
47 CMP(_CMP_NEQ_UQ, isunordered(s1[i], s2[i]) || s1[i] != s2[i]);
48 CMP(_CMP_NLT_US, isunordered(s1[i], s2[i]) || s1[i] >= s2[i]);
49 CMP(_CMP_NLE_US, isunordered(s1[i], s2[i]) || s1[i] > s2[i]);
50 CMP(_CMP_ORD_Q, !isunordered(s1[i], s2[i]));
52 CMP(_CMP_EQ_U
[all...]
H A Davx-vcmppd-256-1.c26 #define CMP(imm, rel) \ macro
40 CMP(_CMP_EQ_OQ, !isunordered(s1[i], s2[i]) && s1[i] == s2[i]);
41 CMP(_CMP_LT_OS, !isunordered(s1[i], s2[i]) && s1[i] < s2[i]);
42 CMP(_CMP_LE_OS, !isunordered(s1[i], s2[i]) && s1[i] <= s2[i]);
43 CMP(_CMP_UNORD_Q, isunordered(s1[i], s2[i]));
44 CMP(_CMP_NEQ_UQ, isunordered(s1[i], s2[i]) || s1[i] != s2[i]);
45 CMP(_CMP_NLT_US, isunordered(s1[i], s2[i]) || s1[i] >= s2[i]);
46 CMP(_CMP_NLE_US, isunordered(s1[i], s2[i]) || s1[i] > s2[i]);
47 CMP(_CMP_ORD_Q, !isunordered(s1[i], s2[i]));
49 CMP(_CMP_EQ_U
[all...]
H A Davx-vcmpps-1.c32 #define CMP(imm, rel) \ macro
40 CMP(_CMP_EQ_OQ, !isunordered(s1[i], s2[i]) && s1[i] == s2[i]);
41 CMP(_CMP_LT_OS, !isunordered(s1[i], s2[i]) && s1[i] < s2[i]);
42 CMP(_CMP_LE_OS, !isunordered(s1[i], s2[i]) && s1[i] <= s2[i]);
43 CMP(_CMP_UNORD_Q, isunordered(s1[i], s2[i]));
44 CMP(_CMP_NEQ_UQ, isunordered(s1[i], s2[i]) || s1[i] != s2[i]);
45 CMP(_CMP_NLT_US, isunordered(s1[i], s2[i]) || s1[i] >= s2[i]);
46 CMP(_CMP_NLE_US, isunordered(s1[i], s2[i]) || s1[i] > s2[i]);
47 CMP(_CMP_ORD_Q, !isunordered(s1[i], s2[i]));
49 CMP(_CMP_EQ_U
[all...]
H A Davx-vcmpps-256-1.c32 #define CMP(imm, rel) \ macro
40 CMP(_CMP_EQ_OQ, !isunordered(s1[i], s2[i]) && s1[i] == s2[i]);
41 CMP(_CMP_LT_OS, !isunordered(s1[i], s2[i]) && s1[i] < s2[i]);
42 CMP(_CMP_LE_OS, !isunordered(s1[i], s2[i]) && s1[i] <= s2[i]);
43 CMP(_CMP_UNORD_Q, isunordered(s1[i], s2[i]));
44 CMP(_CMP_NEQ_UQ, isunordered(s1[i], s2[i]) || s1[i] != s2[i]);
45 CMP(_CMP_NLT_US, isunordered(s1[i], s2[i]) || s1[i] >= s2[i]);
46 CMP(_CMP_NLE_US, isunordered(s1[i], s2[i]) || s1[i] > s2[i]);
47 CMP(_CMP_ORD_Q, !isunordered(s1[i], s2[i]));
49 CMP(_CMP_EQ_U
[all...]
H A Davx512bw-vpcmpb-2.c13 #undef CMP macro
14 #define CMP(imm, rel) \ macro
29 #undef CMP macro
30 #define CMP(imm, rel) \ macro
45 #undef CMP macro
46 #define CMP(imm, rel) \ macro
100 CMP(0x00, s1[i] == s2[i]);
101 CMP(0x01, s1[i] < s2[i]);
102 CMP(0x02, s1[i] <= s2[i]);
103 CMP(
[all...]
H A Davx512bw-vpcmpub-2.c13 #undef CMP macro
14 #define CMP(imm, rel) \ macro
29 #undef CMP macro
30 #define CMP(imm, rel) \ macro
45 #undef CMP macro
46 #define CMP(imm, rel) \ macro
100 CMP(0x00, s1[i] == s2[i]);
101 CMP(0x01, s1[i] < s2[i]);
102 CMP(0x02, s1[i] <= s2[i]);
103 CMP(
[all...]
H A Davx512bw-vpcmpuw-2.c13 #undef CMP macro
14 #define CMP(imm, rel) \ macro
29 #undef CMP macro
30 #define CMP(imm, rel) \ macro
45 #undef CMP macro
46 #define CMP(imm, rel) \ macro
84 CMP(0x00, s1[i] == s2[i]);
85 CMP(0x01, s1[i] < s2[i]);
86 CMP(0x02, s1[i] <= s2[i]);
87 CMP(
[all...]
H A Davx512bw-vpcmpw-2.c13 #undef CMP macro
14 #define CMP(imm, rel) \ macro
29 #undef CMP macro
30 #define CMP(imm, rel) \ macro
45 #undef CMP macro
46 #define CMP(imm, rel) \ macro
84 CMP(0x00, s1[i] == s2[i]);
85 CMP(0x01, s1[i] < s2[i]);
86 CMP(0x02, s1[i] <= s2[i]);
87 CMP(
[all...]
H A Davx512f-vpcmpd-2.c14 #undef CMP macro
15 #define CMP(imm, rel) \ macro
30 #undef CMP macro
31 #define CMP(imm, rel) \ macro
46 #undef CMP macro
47 #define CMP(imm, rel) \ macro
77 CMP(0x00, s1[i] == s2[i]);
78 CMP(0x01, s1[i] < s2[i]);
79 CMP(0x02, s1[i] <= s2[i]);
80 CMP(
[all...]
H A Davx512f-vpcmpq-2.c16 #undef CMP macro
17 #define CMP(imm, rel) \ macro
32 #undef CMP macro
33 #define CMP(imm, rel) \ macro
48 #undef CMP macro
49 #define CMP(imm, rel) \ macro
75 CMP(0x00, s1[i] == s2[i]);
76 CMP(0x01, s1[i] < s2[i]);
77 CMP(0x02, s1[i] <= s2[i]);
78 CMP(
[all...]
H A Davx512f-vpcmpud-2.c14 #undef CMP macro
15 #define CMP(imm, rel) \ macro
30 #undef CMP macro
31 #define CMP(imm, rel) \ macro
46 #undef CMP macro
47 #define CMP(imm, rel) \ macro
77 CMP(0x00, s1[i] == s2[i]);
78 CMP(0x01, s1[i] < s2[i]);
79 CMP(0x02, s1[i] <= s2[i]);
80 CMP(
[all...]
H A Davx512f-vpcmpuq-2.c14 #undef CMP macro
15 #define CMP(imm, rel) \ macro
30 #undef CMP macro
31 #define CMP(imm, rel) \ macro
46 #undef CMP macro
47 #define CMP(imm, rel) \ macro
73 CMP(0x00, s1[i] == s2[i]);
74 CMP(0x01, s1[i] < s2[i]);
75 CMP(0x02, s1[i] <= s2[i]);
76 CMP(
[all...]
/haiku-buildtools/gcc/gcc/testsuite/gcc.target/aarch64/
H A Dvect-vca.c17 #define TEST(T, CMP, SUFFIX, WIDTH, LANES, Q, F) \
31 output[i] = f1 CMP f2 ? -1 : 0; \
54 #define BUILD_VARIANTS(T, CMP) \
55 TEST (T, CMP, s, 32, 2, , f) \
56 TEST (T, CMP, s, 32, 4, q, f) \
57 TEST (T, CMP, d, 64, 2, q, )
75 #define TEST(T, CMP, SUFFIX, WIDTH, LANES, Q, F) \
/haiku-buildtools/gcc/gcc/testsuite/gcc.target/avr/torture/
H A Dfix-types.h100 #define SS_LFUN(NAME, OP, T, FX, CMP) \
110 if (ic < ia && ib CMP 0) \
112 else if (ic > ia && 0 CMP ib) \
118 #define US_LFUN(NAME, OP, T, FX, CMP) \
128 if (ia CMP ic && 1 CMP 0) \
130 if (ia CMP ic && 0 CMP 1) \

Completed in 195 milliseconds

123