Home
last modified time | relevance | path

Searched refs:product_high (Results 1 – 2 of 2) sorted by relevance

/dragonfly/contrib/gcc-8.0/gcc/
H A Doptabs.c797 rtx product, adjust, product_high, temp; in expand_doubleword_mult() local
893 product_high = operand_subword (product, high, 1, mode); in expand_doubleword_mult()
894 adjust = expand_binop (word_mode, add_optab, product_high, adjust, in expand_doubleword_mult()
896 emit_move_insn (product_high, adjust); in expand_doubleword_mult()
/dragonfly/contrib/gcc-4.7/gcc/
H A Doptabs.c1151 rtx product, adjust, product_high, temp; in expand_doubleword_mult() local
1242 product_high = operand_subword (product, high, 1, mode); in expand_doubleword_mult()
1243 adjust = expand_binop (word_mode, add_optab, product_high, adjust, in expand_doubleword_mult()
1245 emit_move_insn (product_high, adjust); in expand_doubleword_mult()