Searched refs:reverse_unsigned_shift (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | optabs.c | 486 optab reverse_unsigned_shift, unsigned_shift; in expand_subword_shift() local 489 reverse_unsigned_shift = (binoptab == ashl_optab ? lshr_optab : ashl_optab); in expand_subword_shift() 510 carries = expand_binop (word_mode, reverse_unsigned_shift, in expand_subword_shift() 529 carries = expand_binop (word_mode, reverse_unsigned_shift, in expand_subword_shift() 1574 optab reverse_unsigned_shift, unsigned_shift; in expand_binop() local 1576 reverse_unsigned_shift = (left_shift ^ (shift_count < BITS_PER_WORD) in expand_binop() 1600 into_temp2 = expand_binop (word_mode, reverse_unsigned_shift, in expand_binop() 1616 outof_temp2 = expand_binop (word_mode, reverse_unsigned_shift, in expand_binop()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | optabs.cc | 512 optab reverse_unsigned_shift, unsigned_shift; in expand_subword_shift() local 515 reverse_unsigned_shift = (binoptab == ashl_optab ? lshr_optab : ashl_optab); in expand_subword_shift() 536 carries = expand_binop (word_mode, reverse_unsigned_shift, in expand_subword_shift() 555 carries = expand_binop (word_mode, reverse_unsigned_shift, in expand_subword_shift() 1894 optab reverse_unsigned_shift, unsigned_shift; in expand_binop() local 1896 reverse_unsigned_shift = (left_shift ^ (shift_count < BITS_PER_WORD) in expand_binop() 1920 into_temp2 = expand_binop (word_mode, reverse_unsigned_shift, in expand_binop() 1936 outof_temp2 = expand_binop (word_mode, reverse_unsigned_shift, in expand_binop()
|