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

1 2 3

  /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/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/gcc/
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)
sort.cc 148 cmp1 (char *e0, char *e1, sort_ctx *c) function
162 intptr_t x = cmp1 (e1, e0, c); \
  /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/gcc/
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)
sort.cc 150 cmp1 (char *e0, char *e1, sort_ctx *c) function
164 intptr_t x = cmp1 (e1, e0, c); \
  /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.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/gcc/dist/contrib/
compare-debug 111 cmp1=
119 cmp1=$?
131 if test "x$cmp1" != "x$cmp2" || test "x$cmd" = "x" ||
  /src/external/gpl3/gcc.old/dist/contrib/
compare-debug 111 cmp1=
119 cmp1=$?
131 if test "x$cmp1" != "x$cmp2" || test "x$cmd" = "x" ||
  /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/gcc/dist/gcc/config/lm32/
lm32.cc 165 CMP0 CMP1 are the two comparison operands
173 rtx cmp1,
181 mode = GET_MODE (cmp1);
199 cmp0 = cmp1;
200 cmp1 = temp;
214 if (!register_operand (cmp1, mode))
215 cmp1 = force_reg (mode, cmp1);
218 cond = gen_rtx_fmt_ee (code, mode, cmp0, cmp1);
232 if (GET_CODE (cmp1) == CONST_INT
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/config/lm32/
lm32.cc 165 CMP0 CMP1 are the two comparison operands
173 rtx cmp1,
181 mode = GET_MODE (cmp1);
199 cmp0 = cmp1;
200 cmp1 = temp;
214 if (!register_operand (cmp1, mode))
215 cmp1 = force_reg (mode, cmp1);
218 cond = gen_rtx_fmt_ee (code, mode, cmp0, cmp1);
232 if (GET_CODE (cmp1) == CONST_INT
    [all...]
  /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.old/dist/gcc/config/xtensa/
xtensa.cc 693 rtx cmp1, /* second operand to compare */
702 int invert_const; /* != 0 if invert value if cmp1 is constant */
703 int invert_reg; /* != 0 if invert value if cmp1 is register */
734 mode = GET_MODE (cmp1);
737 if (GET_CODE (cmp1) == CONST_INT)
739 HOST_WIDE_INT value = INTVAL (cmp1);
749 cmp1 = force_reg (mode, cmp1);
753 cmp1 = force_reg (mode, cmp1);
837 rtx cmp1 = operands[2]; local
    [all...]
  /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...]
  /src/external/gpl3/gcc.old/dist/gcc/config/loongarch/
loongarch.cc 3540 /* Return true if CMP1 is a suitable second operand for integer ordering
3544 loongarch_int_order_operand_ok_p (enum rtx_code code, rtx cmp1)
3550 return reg_or_0_operand (cmp1, VOIDmode);
3554 return cmp1 == const1_rtx;
3558 return arith_operand (cmp1, VOIDmode);
3561 return sle_operand (cmp1, VOIDmode);
3564 return sleu_operand (cmp1, VOIDmode);
3571 /* Return true if *CMP1 (of mode MODE) is a valid second operand for
3573 be formed by adjusting *CODE and *CMP1. When returning true, update
3574 *CODE and *CMP1 with the chosen code and operand, otherwise leav
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/config/riscv/
riscv.cc 2371 /* Return true if CMP1 is a suitable second operand for integer ordering
2375 riscv_int_order_operand_ok_p (enum rtx_code code, rtx cmp1)
2381 return reg_or_0_operand (cmp1, VOIDmode);
2385 return cmp1 == const1_rtx;
2389 return arith_operand (cmp1, VOIDmode);
2392 return sle_operand (cmp1, VOIDmode);
2395 return sleu_operand (cmp1, VOIDmode);
2402 /* Return true if *CMP1 (of mode MODE) is a valid second operand for
2404 be formed by adjusting *CODE and *CMP1. When returning true, update
2405 *CODE and *CMP1 with the chosen code and operand, otherwise leav
    [all...]
  /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...]

Completed in 128 milliseconds

1 2 3