HomeSort by: relevance | last modified time | path
    Searched refs:lrotate (Results 1 - 16 of 16) sorted by relevancy

  /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 139 double_int lrotate (HOST_WIDE_INT count, unsigned int prec) const;
tree-ssa-ccp.cc 1568 *mask = wi::lrotate (r1mask, shift, width);
1569 *val = wi::lrotate (r1val, shift, width);
1593 res_mask = wi::lrotate (r1mask, shift, width);
1594 res_val = wi::lrotate (r1val, shift, width);
1608 tmp_mask = wi::lrotate (r1mask, shift, width);
1609 tmp_val = wi::lrotate (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)
4392 (lrotate @0 INTEGER_CST@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 1235 double_int::lrotate (HOST_WIDE_INT count, unsigned int prec) const function in class:double_int
wide-int.h 673 SHIFT_FUNCTION lrotate (const T1 &, const T2 &, unsigned int = 0);
3723 wi::lrotate (const T1 &x, const T2 &y, unsigned int width)
simplify-rtx.cc 5356 result = wi::lrotate (pop0, pop1);
fold-const.cc 1139 res = wi::lrotate (arg1, tmp);
  /src/external/gpl3/gcc.old/dist/gcc/
double-int.h 139 double_int lrotate (HOST_WIDE_INT count, unsigned int prec) const;
tree-ssa-ccp.cc 1563 *mask = wi::lrotate (r1mask, shift, width);
1564 *val = wi::lrotate (r1val, shift, width);
1588 res_mask = wi::lrotate (r1mask, shift, width);
1589 res_val = wi::lrotate (r1val, shift, width);
1603 tmp_mask = wi::lrotate (r1mask, shift, width);
1604 tmp_val = wi::lrotate (r1val, shift, width);
match.pd 3343 (for rotate (lrotate rrotate)
3390 (for shiftrotate (lrotate rrotate lshift rshift)
3424 (lrotate @0 INTEGER_CST@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 1235 double_int::lrotate (HOST_WIDE_INT count, unsigned int prec) const function in class:double_int
wide-int.h 612 SHIFT_FUNCTION lrotate (const T1 &, const T2 &, unsigned int = 0);
3165 wi::lrotate (const T1 &x, const T2 &y, unsigned int width) function in class:wi
simplify-rtx.cc 5148 result = wi::lrotate (pop0, pop1);
fold-const.cc 1043 res = wi::lrotate (arg1, tmp);

Completed in 162 milliseconds