| /src/external/gpl3/gcc/dist/contrib/vim-gcc-dev/syntax/ |
| gcc-match.vim | 35 \ lshift rshift lrotate rrotate
|
| /src/external/gpl3/gcc.old/dist/contrib/vim-gcc-dev/syntax/ |
| gcc-match.vim | 35 \ lshift rshift lrotate rrotate
|
| /src/external/gpl3/gcc/dist/gcc/ |
| double-int.h | 140 double_int rrotate (HOST_WIDE_INT count, unsigned int prec) const;
|
| tree-ssa-ccp.cc | 1563 *mask = wi::rrotate (r1mask, shift, width); 1564 *val = wi::rrotate (r1val, shift, width); 1588 res_mask = wi::rrotate (r1mask, shift, width); 1589 res_val = wi::rrotate (r1val, shift, width); 1603 tmp_mask = wi::rrotate (r1mask, shift, width); 1604 tmp_val = wi::rrotate (r1val, shift, width);
|
| match.pd | 4276 (for op (lrotate rrotate lshift rshift minus pointer_plus) 4301 (for rotate (lrotate rrotate) 4358 (for shiftrotate (lrotate rrotate lshift rshift) 4393 (rrotate @0 { const_binop (MINUS_EXPR, TREE_TYPE (@1), 4398 (for op (lrotate rrotate rshift lshift) 4638 (for rotate (lrotate rrotate) 4651 (for rotate (lrotate rrotate) 4652 invrot (rrotate lrotate) 8942 (for rot (lrotate rrotate) 9045 (for rot (lrotate rrotate) [all...] |
| double-int.cc | 1253 double_int::rrotate (HOST_WIDE_INT count, unsigned int prec) const function in class:double_int
|
| wide-int.h | 674 SHIFT_FUNCTION rrotate (const T1 &, const T2 &, unsigned int = 0); 3743 wi::rrotate (const T1 &x, const T2 &y, unsigned int width)
|
| simplify-rtx.cc | 5360 result = wi::rrotate (pop0, pop1);
|
| fold-const.cc | 1137 res = wi::rrotate (arg1, tmp);
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| double-int.h | 140 double_int rrotate (HOST_WIDE_INT count, unsigned int prec) const;
|
| tree-ssa-ccp.cc | 1558 *mask = wi::rrotate (r1mask, shift, width); 1559 *val = wi::rrotate (r1val, shift, width); 1583 res_mask = wi::rrotate (r1mask, shift, width); 1584 res_val = wi::rrotate (r1val, shift, width); 1598 tmp_mask = wi::rrotate (r1mask, shift, width); 1599 tmp_val = wi::rrotate (r1val, shift, width);
|
| match.pd | 3343 (for rotate (lrotate rrotate) 3390 (for shiftrotate (lrotate rrotate lshift rshift) 3425 (rrotate @0 { const_binop (MINUS_EXPR, TREE_TYPE (@1), 3430 (for op (lrotate rrotate rshift lshift) 3617 (for rotate (lrotate rrotate) 3630 (for rotate (lrotate rrotate) 3631 invrot (rrotate lrotate)
|
| double-int.cc | 1253 double_int::rrotate (HOST_WIDE_INT count, unsigned int prec) const function in class:double_int
|
| wide-int.h | 613 SHIFT_FUNCTION rrotate (const T1 &, const T2 &, unsigned int = 0); 3185 wi::rrotate (const T1 &x, const T2 &y, unsigned int width) function in class:wi
|
| simplify-rtx.cc | 5152 result = wi::rrotate (pop0, pop1);
|
| fold-const.cc | 1041 res = wi::rrotate (arg1, tmp);
|