Searched refs:op1_high (Results 1 – 1 of 1) sorted by relevance
| /freebsd-12-stable/contrib/gcc/ |
| D | optabs.c | 1054 rtx op1_high = operand_subword_force (op1, high, mode); in expand_doubleword_mult() local 1102 op1_high = expand_binop (word_mode, add_optab, op1_high, temp, in expand_doubleword_mult() 1110 op1_high = expand_binop (word_mode, sub_optab, op1_high, temp, in expand_doubleword_mult() 1114 if (!op1_high) in expand_doubleword_mult() 1118 temp = expand_binop (word_mode, smul_optab, op1_high, op0_low, in expand_doubleword_mult()
|