Searched refs:reverse_unsigned_shift (Results 1 – 2 of 2) sorted by relevance
| /openbsd-src/gnu/gcc/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()
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/ |
| H A D | optabs.c | 1054 optab reverse_unsigned_shift, unsigned_shift; local 1060 reverse_unsigned_shift = (left_shift ? lshr_optab : ashl_optab); 1068 carries = expand_binop (word_mode, reverse_unsigned_shift, 1157 optab reverse_unsigned_shift, unsigned_shift; local 1159 reverse_unsigned_shift = (left_shift ^ (shift_count < BITS_PER_WORD) 1179 into_temp2 = expand_binop (word_mode, reverse_unsigned_shift, 1195 outof_temp2 = expand_binop (word_mode, reverse_unsigned_shift,
|