Searched refs:reverse_unsigned_shift (Results 1 – 1 of 1) sorted by relevance
| /freebsd-12.1/contrib/gcc/ |
| H A D | optabs.c | 709 optab reverse_unsigned_shift, unsigned_shift; in expand_subword_shift() local 712 reverse_unsigned_shift = (binoptab == ashl_optab ? lshr_optab : ashl_optab); in expand_subword_shift() 732 carries = expand_binop (word_mode, reverse_unsigned_shift, in expand_subword_shift() 749 carries = expand_binop (word_mode, reverse_unsigned_shift, in expand_subword_shift() 1629 optab reverse_unsigned_shift, unsigned_shift; in expand_binop() local 1631 reverse_unsigned_shift = (left_shift ^ (shift_count < BITS_PER_WORD) in expand_binop() 1651 into_temp2 = expand_binop (word_mode, reverse_unsigned_shift, in expand_binop() 1667 outof_temp2 = expand_binop (word_mode, reverse_unsigned_shift, in expand_binop()
|