Searched refs:lrotate (Results 1 – 10 of 10) sorted by relevance
| /netbsd/src/external/gpl3/gcc/dist/gcc/ |
| D | double-int.h | 139 double_int lrotate (HOST_WIDE_INT count, unsigned int prec) const;
|
| D | tree-ssa-ccp.cc | 1552 *mask = wi::lrotate (r1mask, shift, width); in bit_value_binop() 1553 *val = wi::lrotate (r1val, shift, width); in bit_value_binop() 1577 res_mask = wi::lrotate (r1mask, shift, width); in bit_value_binop() 1578 res_val = wi::lrotate (r1val, shift, width); in bit_value_binop() 1592 tmp_mask = wi::lrotate (r1mask, shift, width); in bit_value_binop() 1593 tmp_val = wi::lrotate (r1val, shift, width); in bit_value_binop()
|
| D | double-int.cc | 1235 double_int::lrotate (HOST_WIDE_INT count, unsigned int prec) const in lrotate() function in double_int
|
| D | 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)
|
| D | match.pd | 3339 (for rotate (lrotate rrotate) 3386 (for shiftrotate (lrotate rrotate lshift rshift) 3420 (lrotate @0 INTEGER_CST@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 | 5139 result = wi::lrotate (pop0, pop1); in simplify_const_binary_operation()
|
| D | fold-const.cc | 1038 res = wi::lrotate (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 | 14297 (double_int::lrotate): New.
|
| D | ChangeLog-2013 | 31523 (lrotate, rrotate): Use logical shifts.
|