Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-8.0/gcc/
H A Doptabs.c799 rtx op0_high = operand_subword_force (op0, high, mode); in expand_doubleword_mult() local
820 op0_high = expand_binop (word_mode, add_optab, op0_high, temp, in expand_doubleword_mult()
828 op0_high = expand_binop (word_mode, sub_optab, op0_high, temp, in expand_doubleword_mult()
832 if (!op0_high) in expand_doubleword_mult()
836 adjust = expand_binop (word_mode, smul_optab, op0_high, op1_low, in expand_doubleword_mult()
/dragonfly/contrib/gcc-4.7/gcc/
H A Doptabs.c1153 rtx op0_high = operand_subword_force (op0, high, mode); in expand_doubleword_mult() local
1174 op0_high = expand_binop (word_mode, add_optab, op0_high, temp, in expand_doubleword_mult()
1182 op0_high = expand_binop (word_mode, sub_optab, op0_high, temp, in expand_doubleword_mult()
1186 if (!op0_high) in expand_doubleword_mult()
1190 adjust = expand_binop (word_mode, smul_optab, op0_high, op1_low, in expand_doubleword_mult()