Home
last modified time | relevance | path

Searched refs:lshift_double (Results 1 – 10 of 10) sorted by relevance

/freebsd-9-stable/contrib/gcc/
Dfold-const.c415 lshift_double (unsigned HOST_WIDE_INT l1, HOST_WIDE_INT h1, in lshift_double() function
549 lshift_double (l1, h1, count, prec, &s1l, &s1h, 0); in lrotate_double()
572 lshift_double (l1, h1, prec - count, prec, &s2l, &s2h, 0); in rrotate_double()
1561 lshift_double (int1l, int1h, int2l, TYPE_PRECISION (type), in int_const_binop()
Dtree.h4272 extern void lshift_double (unsigned HOST_WIDE_INT, HOST_WIDE_INT,
Dsimplify-rtx.c2993 lshift_double (l1, h1, l2, GET_MODE_BITSIZE (mode), &lv, &hv, 1); in simplify_const_binary_operation()
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
DFSFChangeLog.106653 * fold-const.c (lshift_double): Replace `&' with `%' to fix typo.
DChangeLog-199815907 (lshift_double): Add parentheses around + or - inside shift.
DChangeLog-199920581 * fold-const.c (lshift_double): Mark 'prec' arguments as possibly
DChangeLog-20015973 * fold-const.c (lshift_double): Honor PREC.
DChangeLog-200211397 * config/rs6000/rs6000.c (output_toc): Don't use lshift_double when
/freebsd-9-stable/contrib/gcc/config/rs6000/
Drs6000.c16178 lshift_double (low, high, POINTER_SIZE - GET_MODE_BITSIZE (mode), in output_toc()