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

/freebsd-10.1-release/contrib/gcc/
H A Doptabs.c1044 op0_high (op1_high) before it is used to calculate 2b (2a). If no
1059 rtx op1_high = operand_subword_force (op1, high, mode);
1107 op1_high = expand_binop (word_mode, add_optab, op1_high, temp,
1115 op1_high = expand_binop (word_mode, sub_optab, op1_high, temp,
1119 if (!op1_high)
1123 temp = expand_binop (word_mode, smul_optab, op1_high, op0_low,
1054 rtx op1_high = operand_subword_force (op1, high, mode); local

Completed in 108 milliseconds