HomeSort by: relevance | last modified time | path
    Searched defs:cmp1 (Results 1 - 25 of 33) sorted by relevancy

1 2

  /src/external/gpl3/gcc.old/dist/libgomp/
splay-tree.c 76 int cmp1, cmp2; local
80 cmp1 = splay_compare (key, &n->key);
83 if (cmp1 == 0)
87 if (cmp1 < 0)
101 if (cmp1 < 0)
109 if (cmp1 < 0 && cmp2 < 0)
114 else if (cmp1 > 0 && cmp2 > 0)
119 else if (cmp1 < 0 && cmp2 > 0)
124 else if (cmp1 > 0 && cmp2 < 0)
  /src/external/gpl3/gcc/dist/libgomp/
splay-tree.c 76 int cmp1, cmp2; local
80 cmp1 = splay_compare (key, &n->key);
83 if (cmp1 == 0)
87 if (cmp1 < 0)
101 if (cmp1 < 0)
109 if (cmp1 < 0 && cmp2 < 0)
114 else if (cmp1 > 0 && cmp2 > 0)
119 else if (cmp1 < 0 && cmp2 > 0)
124 else if (cmp1 > 0 && cmp2 < 0)
  /src/external/gpl3/gcc/dist/gcc/
sort.cc 148 cmp1 (char *e0, char *e1, sort_ctx *c) function
162 intptr_t x = cmp1 (e1, e0, c); \
typed-splay-tree.h 342 int cmp1, cmp2; local
346 cmp1 = (*comp) (key, n->key);
349 if (cmp1 == 0)
353 if (cmp1 < 0)
367 if (cmp1 < 0)
375 if (cmp1 < 0 && cmp2 < 0)
380 else if (cmp1 > 0 && cmp2 > 0)
385 else if (cmp1 < 0 && cmp2 > 0)
390 else if (cmp1 > 0 && cmp2 < 0)
tree-ssa-loop-unswitch.cc 605 tree cmp1 = fold_build2 (GE_EXPR, boolean_type_node, idx, low); local
607 cmp = fold_build2 (BIT_AND_EXPR, boolean_type_node, cmp1, cmp2);
tree-ssa-phiopt.cc 529 tree cmp1 = gimple_cond_rhs (comp_stmt); local
536 cmp0, cmp1);
590 cmp0, cmp1);
2492 enum tree_code cmp1 = gimple_cond_code (cond1); local
2493 switch (cmp1)
2554 if (cmp1 == LE_EXPR)
2555 cmp1 = LT_EXPR;
2556 else if (cmp1 == GT_EXPR)
2557 cmp1 = GE_EXPR;
2566 if (cmp1 == LT_EXPR
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
sort.cc 150 cmp1 (char *e0, char *e1, sort_ctx *c) function
164 intptr_t x = cmp1 (e1, e0, c); \
typed-splay-tree.h 342 int cmp1, cmp2; local
346 cmp1 = (*comp) (key, n->key);
349 if (cmp1 == 0)
353 if (cmp1 < 0)
367 if (cmp1 < 0)
375 if (cmp1 < 0 && cmp2 < 0)
380 else if (cmp1 > 0 && cmp2 > 0)
385 else if (cmp1 < 0 && cmp2 > 0)
390 else if (cmp1 > 0 && cmp2 < 0)
value-range.cc 596 int cmp1 = operand_less_p (val, min ()); local
597 if (cmp1 == -2)
599 if (cmp1 == 1)
tree-ssa-phiopt.cc 896 tree cmp1 = gimple_cond_rhs (comp_stmt); local
903 cmp0, cmp1);
934 cmp0, cmp1);
2374 enum tree_code cmp1 = gimple_cond_code (cond1); local
2375 switch (cmp1)
2436 if (cmp1 == LE_EXPR)
2437 cmp1 = LT_EXPR;
2438 else if (cmp1 == GT_EXPR)
2439 cmp1 = GE_EXPR;
2448 if (cmp1 == LT_EXPR
    [all...]
vr-values.cc 1473 int cmp1, cmp2; local
1480 cmp1 = compare_values_warnv (vr0->max (), vr1->min (), strict_overflow_p);
1482 if ((cmp1 == -1 && cmp2 == -1) || (cmp1 == 1 && cmp2 == 1))
  /src/external/gpl3/gcc.old/dist/libgcc/config/spu/
divmodti4.c 59 qword cmp1 = si_and (cmp0, si_shlqbyi (cmp0, 4)); local
60 qword cmp2 = si_and (cmp1, si_shlqbyi (cmp0, 8));
62 s = si_a (s, si_and (cmp1, si_shlqbyi (c, 8)));
  /src/external/gpl3/binutils/dist/libiberty/
splay-tree.c 147 int cmp1, cmp2; local
151 cmp1 = (*sp->comp) (key, n->key);
154 if (cmp1 == 0)
158 if (cmp1 < 0)
172 if (cmp1 < 0)
180 if (cmp1 < 0 && cmp2 < 0)
185 else if (cmp1 > 0 && cmp2 > 0)
190 else if (cmp1 < 0 && cmp2 > 0)
195 else if (cmp1 > 0 && cmp2 < 0)
  /src/external/gpl3/binutils.old/dist/libiberty/
splay-tree.c 147 int cmp1, cmp2; local
151 cmp1 = (*sp->comp) (key, n->key);
154 if (cmp1 == 0)
158 if (cmp1 < 0)
172 if (cmp1 < 0)
180 if (cmp1 < 0 && cmp2 < 0)
185 else if (cmp1 > 0 && cmp2 > 0)
190 else if (cmp1 < 0 && cmp2 > 0)
195 else if (cmp1 > 0 && cmp2 < 0)
  /src/external/gpl3/gcc/dist/libiberty/
splay-tree.c 147 int cmp1, cmp2; local
151 cmp1 = (*sp->comp) (key, n->key);
154 if (cmp1 == 0)
158 if (cmp1 < 0)
172 if (cmp1 < 0)
180 if (cmp1 < 0 && cmp2 < 0)
185 else if (cmp1 > 0 && cmp2 > 0)
190 else if (cmp1 < 0 && cmp2 > 0)
195 else if (cmp1 > 0 && cmp2 < 0)
  /src/external/gpl3/gcc.old/dist/libiberty/
splay-tree.c 147 int cmp1, cmp2; local
151 cmp1 = (*sp->comp) (key, n->key);
154 if (cmp1 == 0)
158 if (cmp1 < 0)
172 if (cmp1 < 0)
180 if (cmp1 < 0 && cmp2 < 0)
185 else if (cmp1 > 0 && cmp2 > 0)
190 else if (cmp1 < 0 && cmp2 > 0)
195 else if (cmp1 > 0 && cmp2 < 0)
  /src/external/gpl3/gdb/dist/libiberty/
splay-tree.c 147 int cmp1, cmp2; local
151 cmp1 = (*sp->comp) (key, n->key);
154 if (cmp1 == 0)
158 if (cmp1 < 0)
172 if (cmp1 < 0)
180 if (cmp1 < 0 && cmp2 < 0)
185 else if (cmp1 > 0 && cmp2 > 0)
190 else if (cmp1 < 0 && cmp2 > 0)
195 else if (cmp1 > 0 && cmp2 < 0)
  /src/external/gpl3/gdb.old/dist/libiberty/
splay-tree.c 147 int cmp1, cmp2; local
151 cmp1 = (*sp->comp) (key, n->key);
154 if (cmp1 == 0)
158 if (cmp1 < 0)
172 if (cmp1 < 0)
180 if (cmp1 < 0 && cmp2 < 0)
185 else if (cmp1 > 0 && cmp2 > 0)
190 else if (cmp1 < 0 && cmp2 > 0)
195 else if (cmp1 > 0 && cmp2 < 0)
  /src/external/gpl3/gcc/dist/gcc/fortran/
interface.cc 504 compare_components (gfc_component *cmp1, gfc_component *cmp2,
508 if (!is_anonymous_component (cmp1) && !is_anonymous_component (cmp2)
509 && strcmp (cmp1->name, cmp2->name) != 0)
512 if (cmp1->attr.access != cmp2->attr.access)
515 if (cmp1->attr.pointer != cmp2->attr.pointer)
518 if (cmp1->attr.dimension != cmp2->attr.dimension)
521 if (cmp1->attr.allocatable != cmp2->attr.allocatable)
524 if (cmp1->attr.dimension && gfc_compare_array_spec (cmp1->as, cmp2->as) == 0)
527 if (cmp1->ts.type == BT_CHARACTER && cmp2->ts.type == BT_CHARACTER
568 gfc_component *map1, *map2, *cmp1, *cmp2; local
642 gfc_component *cmp1, *cmp2; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/fortran/
interface.cc 475 compare_components (gfc_component *cmp1, gfc_component *cmp2,
479 if (!is_anonymous_component (cmp1) && !is_anonymous_component (cmp2)
480 && strcmp (cmp1->name, cmp2->name) != 0)
483 if (cmp1->attr.access != cmp2->attr.access)
486 if (cmp1->attr.pointer != cmp2->attr.pointer)
489 if (cmp1->attr.dimension != cmp2->attr.dimension)
492 if (cmp1->attr.allocatable != cmp2->attr.allocatable)
495 if (cmp1->attr.dimension && gfc_compare_array_spec (cmp1->as, cmp2->as) == 0)
498 if (cmp1->ts.type == BT_CHARACTER && cmp2->ts.type == BT_CHARACTER
539 gfc_component *map1, *map2, *cmp1, *cmp2; local
613 gfc_component *cmp1, *cmp2; local
    [all...]
  /src/external/bsd/zstd/dist/lib/compress/
zstd_lazy.c 1039 const uint8x16_t cmp1 = vceqq_u8(chunk.val[1], dup); local
1043 const uint8x16_t t0 = vsriq_n_u8(cmp1, cmp0, 1);
  /src/external/gpl3/gcc/dist/gcc/config/iq2000/
iq2000.cc 902 and CMP1. P_INVERT is NULL or ptr if branch needs to reverse its test.
908 gen_int_relational (enum rtx_code test_code, rtx result, rtx cmp0, rtx cmp1,
918 int invert_const; /* != 0 if invert value if cmp1 is constant. */
919 int invert_reg; /* != 0 if invert value if cmp1 is register. */
954 mode = GET_MODE (cmp1);
963 if (GET_CODE (cmp1) == CONST_INT && INTVAL (cmp1) == 0)
979 if (GET_CODE (cmp1) == CONST_INT)
981 HOST_WIDE_INT value = INTVAL (cmp1);
985 cmp1 = force_reg (mode, cmp1)
1066 rtx cmp1 = operands[2]; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/config/iq2000/
iq2000.cc 903 and CMP1. P_INVERT is NULL or ptr if branch needs to reverse its test.
909 gen_int_relational (enum rtx_code test_code, rtx result, rtx cmp0, rtx cmp1,
919 int invert_const; /* != 0 if invert value if cmp1 is constant. */
920 int invert_reg; /* != 0 if invert value if cmp1 is register. */
955 mode = GET_MODE (cmp1);
964 if (GET_CODE (cmp1) == CONST_INT && INTVAL (cmp1) == 0)
980 if (GET_CODE (cmp1) == CONST_INT)
982 HOST_WIDE_INT value = INTVAL (cmp1);
986 cmp1 = force_reg (mode, cmp1)
1067 rtx cmp1 = operands[2]; local
    [all...]
  /src/external/gpl3/gcc/dist/gcc/config/c6x/
c6x.cc 1440 rtx cmp1, cmp2;
1457 cmp1 = gen_reg_rtx (SImode);
1459 emit_insn (gen_rtx_SET (cmp1, gen_rtx_fmt_ee (code, SImode,
1467 emit_insn (gen_andsi3 (cmp1, cmp1, cmp2));
1482 emit_insn (gen_iorsi3 (cmp1, cmp1, cmp2));
1484 cmp = cmp1;
1430 rtx cmp1, cmp2; local
  /src/external/gpl3/gcc/dist/gcc/config/xtensa/
xtensa.cc 710 rtx cmp1 /* second operand to compare */)
718 int invert_const; /* != 0 if invert value if cmp1 is constant */
719 int invert_reg; /* != 0 if invert value if cmp1 is register */
751 mode = GET_MODE (cmp1);
754 if (GET_CODE (cmp1) == CONST_INT)
756 HOST_WIDE_INT value = INTVAL (cmp1);
766 cmp1 = force_reg (mode, cmp1);
770 cmp1 = force_reg (mode, cmp1);
856 rtx cmp1 = operands[2]; local
    [all...]

Completed in 83 milliseconds

1 2