Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/gcc/
HDexpmed.c3825 int op1_is_constant, op1_is_pow2 = 0; in expand_divmod() local
3836 op1_is_pow2 = ((EXACT_POWER_OF_2_OR_ZERO_P (ext_op1) in expand_divmod()
3918 optab1 = ((op1_is_pow2 && op1 != const0_rtx) in expand_divmod()
3921 optab2 = ((op1_is_pow2 && op1 != const0_rtx) in expand_divmod()
3975 op1_is_pow2 = (op1_is_constant in expand_divmod()
4002 if (code == EXACT_DIV_EXPR && op1_is_pow2) in expand_divmod()
HDChangeLog-19973128 * expmed.c (expand_divmod): Make op1_is_pow2 depend on unsignedp
3130 when op1_is_pow2.