Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/gcc/
HDoptabs.c1050 rtx product, adjust, product_high, temp; in expand_doubleword_mult() local
1141 product_high = operand_subword (product, high, 1, mode); in expand_doubleword_mult()
1142 adjust = expand_binop (word_mode, add_optab, product_high, adjust, in expand_doubleword_mult()
1143 REG_P (product_high) ? product_high : adjust, in expand_doubleword_mult()
1145 emit_move_insn (product_high, adjust); in expand_doubleword_mult()