Home
last modified time | relevance | path

Searched refs:llshift (Results 1 – 3 of 3) sorted by relevance

/dragonfly/contrib/gcc-8.0/gcc/
H A Dfixed-value.c490 s = s.llshift ((-GET_MODE_FBIT (f->mode)), HOST_BITS_PER_DOUBLE_INT); in do_fixed_multiply()
491 f->data = r.llshift ((HOST_BITS_PER_DOUBLE_INT in do_fixed_multiply()
562 s = pos_a.llshift (GET_MODE_FBIT (f->mode), HOST_BITS_PER_DOUBLE_INT); in do_fixed_divide()
563 r = pos_a.llshift (- (HOST_BITS_PER_DOUBLE_INT in do_fixed_divide()
661 temp_high = a->data.llshift (b->data.low - HOST_BITS_PER_DOUBLE_INT, in do_fixed_shift()
825 temp_high = a->data.llshift (amount - HOST_BITS_PER_DOUBLE_INT, in fixed_convert()
965 temp_low = a.llshift (amount, HOST_BITS_PER_DOUBLE_INT); in fixed_convert_from_int()
968 temp_high = a.llshift (amount - HOST_BITS_PER_DOUBLE_INT, in fixed_convert_from_int()
H A Ddouble-int.c1207 double_int::llshift (HOST_WIDE_INT count, unsigned int prec) const in llshift() function
1243 t1 = this->llshift (count, prec); in lrotate()
1262 t2 = this->llshift (prec - count, prec); in rrotate()
H A Ddouble-int.h137 double_int llshift (HOST_WIDE_INT count, unsigned int prec) const;