Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/gcc/gcc/java/
H A Djcf-parse.c285 lshift_double (num, 0, 32, 64, &lo, &hi, 0);
H A Djcf-write.c810 lshift_double (lo, hi, -32, 64, &w1, &w2, 1);
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dfold-const.c376 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 Drtl.h2190 extern void lshift_double PARAMS ((unsigned HOST_WIDE_INT, HOST_WIDE_INT,
H A Dtree.h2915 extern void lshift_double PARAMS ((unsigned HOST_WIDE_INT, HOST_WIDE_INT,
H A Dsimplify-rtx.c936 lshift_double (l1, h1, l2, GET_MODE_BITSIZE (mode), &lv, &hv, 1);
H A DChangeLog.311677 (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 DFSFChangeLog.106653 * fold-const.c (lshift_double): Replace `&' with `%' to fix typo.
H A DChangeLog.07328 (lshift_double): Add parentheses around + or - inside shift.
H A DChangeLog.16113 * fold-const.c (lshift_double): Mark 'prec' arguments as possibly
H A DChangeLog17105 * config/rs6000/rs6000.c (output_toc): Don't use lshift_double when
H A DChangeLog.65973 * fold-const.c (lshift_double): Honor PREC.
/openbsd-src/gnu/gcc/gcc/
H A 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()
H A Dtree.h4249 extern void lshift_double (unsigned HOST_WIDE_INT, HOST_WIDE_INT,
H A Dsimplify-rtx.c2992 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 Drs6000.c11958 lshift_double (low, high, POINTER_SIZE - GET_MODE_BITSIZE (mode),
/openbsd-src/gnu/gcc/gcc/config/rs6000/
H A Drs6000.c16123 lshift_double (low, high, POINTER_SIZE - GET_MODE_BITSIZE (mode), in output_toc()