Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-8.0/gcc/
H A Doptabs.c801 rtx op1_high = operand_subword_force (op1, high, mode); in expand_doubleword_mult() local
849 op1_high = expand_binop (word_mode, add_optab, op1_high, temp, in expand_doubleword_mult()
857 op1_high = expand_binop (word_mode, sub_optab, op1_high, temp, in expand_doubleword_mult()
861 if (!op1_high) in expand_doubleword_mult()
865 temp = expand_binop (word_mode, smul_optab, op1_high, op0_low, in expand_doubleword_mult()
/dragonfly/contrib/gcc-4.7/gcc/
H A Doptabs.c1155 rtx op1_high = operand_subword_force (op1, high, mode); in expand_doubleword_mult() local
1203 op1_high = expand_binop (word_mode, add_optab, op1_high, temp, in expand_doubleword_mult()
1211 op1_high = expand_binop (word_mode, sub_optab, op1_high, temp, in expand_doubleword_mult()
1215 if (!op1_high) in expand_doubleword_mult()
1219 temp = expand_binop (word_mode, smul_optab, op1_high, op0_low, in expand_doubleword_mult()