Searched refs:lshift_double (Results 1 – 10 of 10) sorted by relevance
| /freebsd-9-stable/contrib/gcc/ |
| D | fold-const.c | 415 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()
|
| D | tree.h | 4272 extern void lshift_double (unsigned HOST_WIDE_INT, HOST_WIDE_INT,
|
| D | simplify-rtx.c | 2993 lshift_double (l1, h1, l2, GET_MODE_BITSIZE (mode), &lv, &hv, 1); in simplify_const_binary_operation()
|
| D | ChangeLog-2000 | 26943 (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
|
| D | FSFChangeLog.10 | 6653 * fold-const.c (lshift_double): Replace `&' with `%' to fix typo.
|
| D | ChangeLog-1998 | 15907 (lshift_double): Add parentheses around + or - inside shift.
|
| D | ChangeLog-1999 | 20581 * fold-const.c (lshift_double): Mark 'prec' arguments as possibly
|
| D | ChangeLog-2001 | 5973 * fold-const.c (lshift_double): Honor PREC.
|
| D | ChangeLog-2002 | 11397 * config/rs6000/rs6000.c (output_toc): Don't use lshift_double when
|
| /freebsd-9-stable/contrib/gcc/config/rs6000/ |
| D | rs6000.c | 16178 lshift_double (low, high, POINTER_SIZE - GET_MODE_BITSIZE (mode), in output_toc()
|