Searched refs:cmp2 (Results 1 - 20 of 20) sorted by relevance

/haiku-buildtools/gcc/gcc/testsuite/g++.dg/abi/
H A Dmangle57.C5 int cmp2(char a, char b);
10 template <typename T> void f (A<T,cmp2> &) {} // { dg-warning "mangle" }
15 A<char,cmp2> a2;
H A Dmangle58.C7 static int cmp2(char a, char b);
13 template <typename T> static void f (A<T,cmp2> &) {} // { dg-warning "mangle" }
15 template <typename T> static void g (A<T,B::cmp2> &) {} // { dg-warning "mangle" }
23 A<char,B::cmp2> a2;
/haiku-buildtools/gcc/gcc/testsuite/g++.old-deja/g++.jason/
H A Dtemplate34.C7 static int (*cmp2)(const T&, const T&); member in class:Set
21 int (*Set<T>::cmp2)(const T&, const T&) = &gen_cmp; variable
/haiku-buildtools/gcc/libgomp/
H A Dsplay-tree.c79 int cmp1, cmp2; local
99 cmp2 = splay_compare (key, &c->key);
100 if (cmp2 == 0
101 || (cmp2 < 0 && !c->left)
102 || (cmp2 > 0 && !c->right))
112 if (cmp1 < 0 && cmp2 < 0)
117 else if (cmp1 > 0 && cmp2 > 0)
122 else if (cmp1 < 0 && cmp2 > 0)
127 else if (cmp1 > 0 && cmp2 < 0)
/haiku-buildtools/gcc/gcc/testsuite/gfortran.dg/
H A Dpointer_init_7.f9019 class(t), pointer :: cmp2 => tgt ! { dg-error "Pointer initialization target at .1. must have the SAVE attribute" }
45 class(t3), pointer :: cmp2 => tgt ! OK
/haiku-buildtools/binutils/libiberty/
H A Dsplay-tree.c145 int cmp1, cmp2; local
165 cmp2 = (*sp->comp) (key, c->key);
166 if (cmp2 == 0
167 || (cmp2 < 0 && !c->left)
168 || (cmp2 > 0 && !c->right))
178 if (cmp1 < 0 && cmp2 < 0)
183 else if (cmp1 > 0 && cmp2 > 0)
188 else if (cmp1 < 0 && cmp2 > 0)
193 else if (cmp1 > 0 && cmp2 < 0)
/haiku-buildtools/gcc/libiberty/
H A Dsplay-tree.c145 int cmp1, cmp2; local
165 cmp2 = (*sp->comp) (key, c->key);
166 if (cmp2 == 0
167 || (cmp2 < 0 && !c->left)
168 || (cmp2 > 0 && !c->right))
178 if (cmp1 < 0 && cmp2 < 0)
183 else if (cmp1 > 0 && cmp2 > 0)
188 else if (cmp1 < 0 && cmp2 > 0)
193 else if (cmp1 > 0 && cmp2 < 0)
/haiku-buildtools/legacy/binutils/libiberty/
H A Dsplay-tree.c144 int cmp1, cmp2; local
164 cmp2 = (*sp->comp) (key, c->key);
165 if (cmp2 == 0
166 || (cmp2 < 0 && !c->left)
167 || (cmp2 > 0 && !c->right))
177 if (cmp1 < 0 && cmp2 < 0)
182 else if (cmp1 > 0 && cmp2 > 0)
187 else if (cmp1 < 0 && cmp2 > 0)
192 else if (cmp1 > 0 && cmp2 < 0)
/haiku-buildtools/gcc/contrib/
H A Dcompare-debug112 cmp2=
122 cmp2=$?
131 if test "x$cmp1" != "x$cmp2" || test "x$cmd" = "x" ||
/haiku-buildtools/gcc/libgcc/config/spu/
H A Ddivmodti4.c60 qword cmp2 = si_and (cmp1, si_shlqbyi (cmp0, 8)); local
63 s = si_a (s, si_and (cmp2, si_shlqbyi (c, 12)));
/haiku-buildtools/binutils/gas/testsuite/gas/ia64/
H A Dopc-a.pl109 @cmp2 = ( ".eq", ".ne" );
110 @cmp6 = ( @cmp2, ".lt", ".le", ".gt", ".ge" );
124 foreach $i (@cmp2) {
/haiku-buildtools/legacy/binutils/gas/testsuite/gas/ia64/
H A Dopc-a.pl109 @cmp2 = ( ".eq", ".ne" );
110 @cmp6 = ( @cmp2, ".lt", ".le", ".gt", ".ge" );
124 foreach $i (@cmp2) {
/haiku-buildtools/binutils/gas/testsuite/gas/fr30/
H A Dallinsn.s35 .global cmp2
36 cmp2: label
37 cmp2 #-15, r0
H A Dallinsn.d39 0+0018 <cmp2>:
40 18: a9 10 cmp2 -15,r0
/haiku-buildtools/legacy/binutils/gas/testsuite/gas/fr30/
H A Dallinsn.s35 .global cmp2
36 cmp2: label
37 cmp2 #-15, r0
H A Dallinsn.d39 0+0018 <cmp2>:
40 18: a9 10 cmp2 -15,r0
/haiku-buildtools/gcc/gcc/config/c6x/
H A Dc6x.c1487 rtx cmp1, cmp2;
1505 cmp2 = gen_reg_rtx (SImode);
1512 emit_insn (gen_rtx_SET (VOIDmode, cmp2,
1514 emit_insn (gen_andsi3 (cmp1, cmp1, cmp2));
1518 emit_insn (gen_rtx_SET (VOIDmode, cmp2,
1526 emit_insn (gen_cmpsi_and (cmp2, gen_rtx_fmt_ee (code, SImode,
1528 lo[0], lo[1], cmp2));
1529 emit_insn (gen_iorsi3 (cmp1, cmp1, cmp2));
1477 rtx cmp1, cmp2; local
/haiku-buildtools/gcc/gcc/
H A Doptabs.c947 enum rtx_code cmp_code, rtx cmp1, rtx cmp2,
986 if (!emit_conditional_move (into_target, cmp_code, cmp1, cmp2, op1_mode,
991 if (!emit_conditional_move (outof_target, cmp_code, cmp1, cmp2, op1_mode,
1036 rtx superword_op1, tmp, cmp1, cmp2;
1073 cmp2 = CONST0_RTX (op1_mode);
1082 cmp2 = CONST0_RTX (op1_mode);
1091 tmp = simplify_relational_operation (cmp_code, SImode, op1_mode, cmp1, cmp2);
1110 cmp_code, cmp1, cmp2,
1125 do_compare_rtx_and_jump (cmp1, cmp2, cmp_code, false, op1_mode,
940 expand_doubleword_shift_condmove(machine_mode op1_mode, optab binoptab, enum rtx_code cmp_code, rtx cmp1, rtx cmp2, rtx outof_input, rtx into_input, rtx subword_op1, rtx superword_op1, rtx outof_target, rtx into_target, int unsignedp, enum optab_methods methods, unsigned HOST_WIDE_INT shift_mask) argument
1030 rtx superword_op1, tmp, cmp1, cmp2; local
H A Dtree-vrp.c1556 int cmp1, cmp2; local
1564 cmp2 = operand_less_p (max, val);
1565 if (cmp2 == -2)
1568 return !cmp2;
4543 int cmp1, cmp2; local
4551 cmp2 = compare_values_warnv (vr0->min, vr1->max, strict_overflow_p);
4552 if ((cmp1 == -1 && cmp2 == -1) || (cmp1 == 1 && cmp2 == 1))
/haiku-buildtools/gcc/gcc/config/s390/
H A Ds390.c1695 s390_expand_vec_compare_scalar (enum rtx_code *code, rtx cmp1, rtx cmp2, argument
1718 rtx tmp = cmp2;
1719 cmp2 = cmp1;
1727 cmp2)),
6135 rtx cmp1, rtx cmp2, bool all_p)
6195 rtx tmp = cmp2;
6196 cmp2 = cmp1;
6203 gen_rtx_COMPARE (cmp_mode, cmp1, cmp2)),
6133 s390_expand_vec_compare_cc(rtx target, enum rtx_code code, rtx cmp1, rtx cmp2, bool all_p) argument

Completed in 401 milliseconds