Searched refs:rrotate (Results 1 – 10 of 10) sorted by relevance
| /netbsd/src/external/gpl3/gcc/dist/gcc/ |
| D | double-int.h | 140 double_int rrotate (HOST_WIDE_INT count, unsigned int prec) const;
|
| D | tree-ssa-ccp.cc | 1547 *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()
|
| D | double-int.cc | 1253 double_int::rrotate (HOST_WIDE_INT count, unsigned int prec) const in rrotate() function in double_int
|
| D | 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)
|
| D | match.pd | 3339 (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)
|
| D | simplify-rtx.cc | 5143 result = wi::rrotate (pop0, pop1); in simplify_const_binary_operation()
|
| D | fold-const.cc | 1036 res = wi::rrotate (arg1, tmp); in wide_int_binop()
|
| D | ChangeLog | 3076 * wide-int.h (wi::lrotate, wi::rrotate): Call wi::lrshift on 3080 of wi::lrotate or wi::rrotate.
|
| D | ChangeLog-2012 | 14298 (double_int::rrotate): New.
|
| D | ChangeLog-2013 | 31523 (lrotate, rrotate): Use logical shifts.
|