Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gcc/dist/gcc/
Ddouble-int.h139 double_int lrotate (HOST_WIDE_INT count, unsigned int prec) const;
Dtree-ssa-ccp.cc1552 *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()
Ddouble-int.cc1235 double_int::lrotate (HOST_WIDE_INT count, unsigned int prec) const in lrotate() function in double_int
Dwide-int.h612 SHIFT_FUNCTION lrotate (const T1 &, const T2 &, unsigned int = 0);
3165 wi::lrotate (const T1 &x, const T2 &y, unsigned int width)
Dmatch.pd3339 (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)
Dsimplify-rtx.cc5139 result = wi::lrotate (pop0, pop1); in simplify_const_binary_operation()
Dfold-const.cc1038 res = wi::lrotate (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-201214297 (double_int::lrotate): New.
DChangeLog-201331523 (lrotate, rrotate): Use logical shifts.