Searched refs:cmp2 (Results 1 – 8 of 8) sorted by relevance
| /openbsd-src/gnu/lib/libiberty/src/ |
| H A D | splay-tree.c | 144 int cmp1, cmp2; in splay_tree_splay() local 164 cmp2 = (*sp->comp) (key, c->key); in splay_tree_splay() 165 if (cmp2 == 0 in splay_tree_splay() 166 || (cmp2 < 0 && !c->left) in splay_tree_splay() 167 || (cmp2 > 0 && !c->right)) in splay_tree_splay() 177 if (cmp1 < 0 && cmp2 < 0) in splay_tree_splay() 182 else if (cmp1 > 0 && cmp2 > 0) in splay_tree_splay() 187 else if (cmp1 < 0 && cmp2 > 0) in splay_tree_splay() 192 else if (cmp1 > 0 && cmp2 < 0) in splay_tree_splay()
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/ |
| H A D | template34.C | 6 static int (*cmp2)(const T&, const T&); variable 20 int (*Set<T>::cmp2)(const T&, const T&) = &gen_cmp;
|
| /openbsd-src/regress/usr.sbin/bgpd/unittests/ |
| H A D | rde_flowspec_test.c | 129 const uint8_t cmp2[] = { 0x02, 0x00 }; variable 148 if (do_cmp(cmp1, sizeof(cmp1), cmp2, sizeof(cmp2), 0) != 0) in test_flowspec_cmp()
|
| /openbsd-src/gnu/gcc/gcc/ |
| H A D | tree-vrp.c | 910 tree cmp1, cmp2; in value_inside_range() local 921 cmp2 = fold_binary_to_constant (LE_EXPR, boolean_type_node, val, vr->max); in value_inside_range() 925 if (!cmp2) in value_inside_range() 928 return cmp1 == boolean_true_node && cmp2 == boolean_true_node; in value_inside_range() 2745 int cmp1, cmp2; in compare_ranges() local 2753 cmp2 = compare_values_warnv (vr0->min, vr1->max, strict_overflow_p); in compare_ranges() 2754 if ((cmp1 == -1 && cmp2 == -1) || (cmp1 == 1 && cmp2 == 1)) in compare_ranges()
|
| H A D | optabs.c | 785 enum rtx_code cmp_code, rtx cmp1, rtx cmp2, in expand_doubleword_shift_condmove() argument 824 if (!emit_conditional_move (into_target, cmp_code, cmp1, cmp2, op1_mode, in expand_doubleword_shift_condmove() 829 if (!emit_conditional_move (outof_target, cmp_code, cmp1, cmp2, op1_mode, in expand_doubleword_shift_condmove() 874 rtx superword_op1, tmp, cmp1, cmp2; in expand_doubleword_shift() local 912 cmp2 = CONST0_RTX (op1_mode); in expand_doubleword_shift() 921 cmp2 = CONST0_RTX (op1_mode); in expand_doubleword_shift() 930 tmp = simplify_relational_operation (cmp_code, SImode, op1_mode, cmp1, cmp2); in expand_doubleword_shift() 949 cmp_code, cmp1, cmp2, in expand_doubleword_shift() 964 do_compare_rtx_and_jump (cmp1, cmp2, cmp_code, false, op1_mode, in expand_doubleword_shift()
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/config/fr30/ |
| H A D | fr30.md | 973 cmp2 %1, %0"
|
| /openbsd-src/gnu/gcc/gcc/config/fr30/ |
| H A D | fr30.md | 978 cmp2 %1, %0"
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/ |
| H A D | README.txt | 1570 %cmp2 = icmp ugt i32 %sub, 9 1571 %or = or i1 %cmp, %cmp2
|