Home
last modified time | relevance | path

Searched refs:rrotate (Results 1 – 10 of 10) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/
Ddouble-int.h140 double_int rrotate (HOST_WIDE_INT count, unsigned int prec) const;
Dtree-ssa-ccp.cc1547 *mask = wi::rrotate (r1mask, shift, width); in bit_value_binop()
1548 *val = wi::rrotate (r1val, shift, width); in bit_value_binop()
1572 res_mask = wi::rrotate (r1mask, shift, width); in bit_value_binop()
1573 res_val = wi::rrotate (r1val, shift, width); in bit_value_binop()
1587 tmp_mask = wi::rrotate (r1mask, shift, width); in bit_value_binop()
1588 tmp_val = wi::rrotate (r1val, shift, width); in bit_value_binop()
Ddouble-int.cc1253 double_int::rrotate (HOST_WIDE_INT count, unsigned int prec) const in rrotate() function in double_int
Dwide-int.h613 SHIFT_FUNCTION rrotate (const T1 &, const T2 &, unsigned int = 0);
3185 wi::rrotate (const T1 &x, const T2 &y, unsigned int width)
Dmatch.pd3339 (for rotate (lrotate rrotate)
3386 (for shiftrotate (lrotate rrotate lshift rshift)
3421 (rrotate @0 { const_binop (MINUS_EXPR, TREE_TYPE (@1),
3426 (for op (lrotate rrotate rshift lshift)
3613 (for rotate (lrotate rrotate)
3626 (for rotate (lrotate rrotate)
3627 invrot (rrotate lrotate)
Dsimplify-rtx.cc5143 result = wi::rrotate (pop0, pop1); in simplify_const_binary_operation()
Dfold-const.cc1036 res = wi::rrotate (arg1, tmp); in wide_int_binop()
DChangeLog3076 * wide-int.h (wi::lrotate, wi::rrotate): Call wi::lrshift on
3080 of wi::lrotate or wi::rrotate.
DChangeLog-201214298 (double_int::rrotate): New.
DChangeLog-201331523 (lrotate, rrotate): Use logical shifts.