| /openbsd-src/gnu/usr.bin/gcc/gcc/java/ |
| H A D | jcf-parse.c | 285 lshift_double (num, 0, 32, 64, &lo, &hi, 0);
|
| H A D | jcf-write.c | 810 lshift_double (lo, hi, -32, 64, &w1, &w2, 1);
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/ |
| H A D | fold-const.c | 376 lshift_double (l1, h1, count, prec, lv, hv, arith) in lshift_double() function 524 lshift_double (l1, h1, count, prec, &s1l, &s1h, 0); 550 lshift_double (l1, h1, prec - count, prec, &s2l, &s2h, 0); 1073 lshift_double (int1l, int1h, int2l, TYPE_PRECISION (type),
|
| H A D | rtl.h | 2190 extern void lshift_double PARAMS ((unsigned HOST_WIDE_INT, HOST_WIDE_INT,
|
| H A D | tree.h | 2915 extern void lshift_double PARAMS ((unsigned HOST_WIDE_INT, HOST_WIDE_INT,
|
| H A D | simplify-rtx.c | 936 lshift_double (l1, h1, l2, GET_MODE_BITSIZE (mode), &lv, &hv, 1);
|
| H A D | ChangeLog.3 | 11677 (lshift_double, rshift_double, lrotate_double): Likewise. 11705 (lshift_double, rshift_double, lrotate_double): Likewise. 11713 (lshift_double, rshift_double, lrotate_double, rrotate_double): 16363 * fold-const.c (lshift_double, rshift_double): Handle
|
| H A D | FSFChangeLog.10 | 6653 * fold-const.c (lshift_double): Replace `&' with `%' to fix typo.
|
| H A D | ChangeLog.0 | 7328 (lshift_double): Add parentheses around + or - inside shift.
|
| H A D | ChangeLog.1 | 6113 * fold-const.c (lshift_double): Mark 'prec' arguments as possibly
|
| H A D | ChangeLog | 17105 * config/rs6000/rs6000.c (output_toc): Don't use lshift_double when
|
| H A D | ChangeLog.6 | 5973 * fold-const.c (lshift_double): Honor PREC.
|
| /openbsd-src/gnu/gcc/gcc/ |
| H A 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()
|
| H A D | tree.h | 4249 extern void lshift_double (unsigned HOST_WIDE_INT, HOST_WIDE_INT,
|
| H A D | simplify-rtx.c | 2992 lshift_double (l1, h1, l2, GET_MODE_BITSIZE (mode), &lv, &hv, 1); in simplify_const_binary_operation()
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/config/rs6000/ |
| H A D | rs6000.c | 11958 lshift_double (low, high, POINTER_SIZE - GET_MODE_BITSIZE (mode),
|
| /openbsd-src/gnu/gcc/gcc/config/rs6000/ |
| H A D | rs6000.c | 16123 lshift_double (low, high, POINTER_SIZE - GET_MODE_BITSIZE (mode), in output_toc()
|