Home
last modified time | relevance | path

Searched refs:rshift_double (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Ddouble-int.cc229 rshift_double (unsigned HOST_WIDE_INT l1, HOST_WIDE_INT h1, in rshift_double() function
1156 rshift_double (low, high, absu_hwi (count), prec, &ret.low, &ret.high, arith); in lshift()
1169 rshift_double (low, high, count, prec, &ret.low, &ret.high, arith); in rshift()
1185 rshift_double (low, high, absu_hwi (count), prec, &r.low, &r.high, true); in alshift()
1197 rshift_double (low, high, count, prec, &r.low, &r.high, true); in arshift()
1213 rshift_double (low, high, absu_hwi (count), prec, &r.low, &r.high, false); in llshift()
1225 rshift_double (low, high, count, prec, &r.low, &r.high, false); in lrshift()
H A DChangeLog-200026943 (lshift_double, rshift_double, lrotate_double): Likewise.
26971 (lshift_double, rshift_double, lrotate_double): Likewise.
26979 (lshift_double, rshift_double, lrotate_double, rrotate_double):
31629 * fold-const.c (lshift_double, rshift_double): Handle
H A DChangeLog-201222737 * double-int.c (rshift_double, lshift_double): Likewise.
29494 * double-int.c (rshift_double): Remove not needed cast.
29604 * double-int.h (rshift_double): Remove.
29606 (rshift_double): Make static, take unsigned count argument,
H A DChangeLog-201034644 neg_double, mul_double_with_sign, lshift_double, rshift_double,
34649 lshift_double, rshift_double, lrotate_double, rrotate_double,
34672 * tree.h (lshift_double, rshift_double):
34677 (rshift_double): Change type of arith argument to bool. Correct
H A DChangeLog-199815908 (rshift_double): Likewise.
H A DChangeLog-201310650 * double-int.c (lshift_double, rshift_double): Remove
21667 * double-int.c (rshift_double, lshift_double): Likewise.
H A DChangeLog-20015974 (rshift_double): Likewise.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Ddouble-int.c229 rshift_double (unsigned HOST_WIDE_INT l1, HOST_WIDE_INT h1, in rshift_double() function
1156 rshift_double (low, high, absu_hwi (count), prec, &ret.low, &ret.high, arith); in lshift()
1169 rshift_double (low, high, count, prec, &ret.low, &ret.high, arith); in rshift()
1185 rshift_double (low, high, absu_hwi (count), prec, &r.low, &r.high, true); in alshift()
1197 rshift_double (low, high, count, prec, &r.low, &r.high, true); in arshift()
1213 rshift_double (low, high, absu_hwi (count), prec, &r.low, &r.high, false); in llshift()
1225 rshift_double (low, high, count, prec, &r.low, &r.high, false); in lrshift()