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

/freebsd-10.3-release/contrib/gcc/
H A Doptabs.c1044 op0_high (op1_high) before it is used to calculate 2b (2a). If no
1057 rtx op0_high = operand_subword_force (op0, high, mode);
1078 op0_high = expand_binop (word_mode, add_optab, op0_high, temp,
1086 op0_high = expand_binop (word_mode, sub_optab, op0_high, temp,
1090 if (!op0_high)
1094 adjust = expand_binop (word_mode, smul_optab, op0_high, op1_low,
1052 rtx op0_high = operand_subword_force (op0, high, mode); local

Completed in 101 milliseconds