Searched refs:neg_p (Results 1 - 25 of 32) sorted by relevance

12

/haiku-buildtools/gcc/gcc/
H A Dwide-int-print.cc64 if (wi::neg_p (wi))
92 || (wi.get_len () == 1 && !wi::neg_p (wi)))
118 if (wi::neg_p (wi))
H A Dwide-int.h446 UNARY_PREDICATE neg_p (const T &, signop = SIGNED);
1682 wi::neg_p (const T &x, signop sgn) function in class:wi
1757 /* Make lts_p (x, 0) as efficient as wi::neg_p (x). */
1759 return neg_p (xi);
1765 if (neg_p (xi))
1775 return !neg_p (yi);
1909 return neg_p (xi) ? -1 : !(xi.len == 1 && xi.val[0] == 0);
1919 if (neg_p (xi))
1929 return neg_p (yi) ? 1 : -1;
2022 return neg_p (
[all...]
H A Dtree-affine.c467 if (wi::neg_p (scale))
510 if (wi::neg_p (comb->offset))
956 if (wi::neg_p (diff->offset))
960 return wi::neg_p (diff->offset + size2 - 1);
H A Dwide-int.cc209 if (wi::neg_p (x, sgn))
1349 val[0] = wi::neg_p (op2, sgn) ? -1 : 0;
1360 val[0] = wi::neg_p (op1, sgn) ? -1 : 0;
1431 if (wi::neg_p (op1))
1442 if (wi::neg_p (op2))
1834 if (wi::neg_p (dividend))
1840 if (wi::neg_p (divisor))
H A Dinternal-fn.c262 if (wi::neg_p (w))
311 if (!wi::neg_p (wi::sext (arg_max, prec), SIGNED))
313 if (wi::neg_p (wi::sext (arg_min, prec), SIGNED))
318 if (!wi::neg_p (wi::sext (arg_min, prec), SIGNED))
320 if (wi::neg_p (wi::sext (arg_max, prec), SIGNED))
400 else if (sign == UNSIGNED && !wi::neg_p (arg_min, SIGNED))
H A Dtree-dfa.c636 if (!wi::fits_shwi_p (bitsize) || wi::neg_p (bitsize))
681 if (!wi::fits_shwi_p (maxsize) || wi::neg_p (maxsize))
H A Dgimple-ssa-strength-reduction.c2027 if (!address_arithmetic_p && wi::neg_p (increment))
2074 if (wi::neg_p (bump))
2207 if (wi::neg_p (bump))
2219 bool negate_incr = (!address_arithmetic_p && wi::neg_p (increment));
2511 if (!address_arithmetic_p && wi::neg_p (increment))
3245 if (!address_arithmetic_p && wi::neg_p (increment))
H A Dtree-ssa-ccp.c1300 if (wi::neg_p (shift))
1337 if (wi::neg_p (shift))
1446 if (wi::neg_p (o1mask) || wi::neg_p (o2mask))
H A Dtree-ssa-alias.c1087 if (wi::neg_p (moff))
1159 if (wi::neg_p (moff))
1257 if (wi::neg_p (moff))
1263 if (wi::neg_p (moff))
H A Dpredict.c1294 if (!wi::neg_p (wi::to_widest (compare_step_var))
1319 if (wi::neg_p (compare_count))
1321 if (wi::neg_p (loop_count))
H A Dtree-object-size.c225 if (wi::neg_p (dsz))
H A Dtree-vect-patterns.c2568 if (!wi::neg_p (oprnd0_min, TYPE_SIGN (itype)))
2570 else if (wi::neg_p (oprnd0_max, TYPE_SIGN (itype)))
H A Dtree-ssa-loop-niter.c2563 if (wi::neg_p (cst))
2567 if (wi::neg_p (cst))
H A Dtree-ssa-pre.c3208 && !wi::neg_p (min, SIGNED)
3209 && !wi::neg_p (max, SIGNED))
H A Dtree.c1229 if (TYPE_UNSIGNED (type) && wi::neg_p (cst))
1592 else if (!wi::neg_p (t))
7210 else if (wi::neg_p (t))
8760 if (TYPE_UNSIGNED (type) && sgn_c == SIGNED && wi::neg_p (c))
8782 else if (wi::neg_p (c))
H A Dtree-vrp.c5562 valn = wi::neg_p (valv, TYPE_SIGN (TREE_TYPE (val)));
5563 cst2n = wi::neg_p (cst2v, TYPE_SIGN (TREE_TYPE (val)));
5603 if (!cst2n && wi::neg_p (cst2v))
H A Dtree-ssa-math-opts.c1808 if (wi::neg_p (bit_offset))
H A Dtree-eh.c2695 if (wi::neg_p (off, SIGNED))
H A Dtree-pretty-print.c1430 if (wi::neg_p (val, TYPE_SIGN (TREE_TYPE (node))))
H A Dreal.c2151 r->sign = wi::neg_p (val_in, sgn);
/haiku-buildtools/gcc/gcc/ada/gcc-interface/
H A Dcuintp.c177 && wi::neg_p (Input, SIGNED))
/haiku-buildtools/legacy/binutils/gas/config/
H A Dtc-avr.c567 int neg_p = 0; local
584 neg_p = 1;
594 neg_p ^= 1;
613 return neg_p ? EXP_MOD_NEG_RELOC (mod) : EXP_MOD_RELOC (mod);
/haiku-buildtools/binutils/gas/config/
H A Dtc-avr.c757 int neg_p = 0; local
779 neg_p = 1;
789 neg_p ^= 1;
809 neg_p ? EXP_MOD_NEG_RELOC (mod) : EXP_MOD_RELOC (mod);
/haiku-buildtools/gcc/gcc/config/s390/
H A Ds390.c6060 bool neg_p = false, swap_p = false;
6068 case NE: cond = EQ; neg_p = true; break;
6070 case UNGT: cond = GE; neg_p = true; swap_p = true; break;
6072 case UNGE: cond = GT; neg_p = true; swap_p = true; break;
6076 case UNLE: cond = GT; neg_p = true; break;
6080 case UNLT: cond = GE; neg_p = true; break;
6101 case NE: cond = EQ; neg_p = true; break;
6103 case GE: cond = GT; neg_p = true; swap_p = true; break;
6105 case GEU: cond = GTU; neg_p = true; swap_p = true; break;
6107 case LE: cond = GT; neg_p
6059 bool neg_p = false, swap_p = false; local
[all...]
/haiku-buildtools/gcc/gcc/c-family/
H A Dc-ada-spec.c2210 if (wi::neg_p (val))

Completed in 541 milliseconds

12