Searched refs:EXACT_POWER_OF_2_OR_ZERO_P (Results 1 – 2 of 2) sorted by relevance
59 #define EXACT_POWER_OF_2_OR_ZERO_P(x) (((x) & ((x) - 1)) == 0) macro3169 && EXACT_POWER_OF_2_OR_ZERO_P (CONST_DOUBLE_HIGH (op1))) in expand_mult()3186 if (EXACT_POWER_OF_2_OR_ZERO_P (coeff)) in expand_mult()3836 op1_is_pow2 = ((EXACT_POWER_OF_2_OR_ZERO_P (ext_op1) in expand_divmod()3837 || (! unsignedp && EXACT_POWER_OF_2_OR_ZERO_P (-ext_op1)))); in expand_divmod()3976 && ((EXACT_POWER_OF_2_OR_ZERO_P (INTVAL (op1)) in expand_divmod()3978 && EXACT_POWER_OF_2_OR_ZERO_P (-INTVAL (op1)))))) ; in expand_divmod()4022 if (EXACT_POWER_OF_2_OR_ZERO_P (d)) in expand_divmod()4170 else if (EXACT_POWER_OF_2_OR_ZERO_P (d) in expand_divmod()4181 else if (EXACT_POWER_OF_2_OR_ZERO_P (abs_d)) in expand_divmod()[all …]
2018 * expmed.c (EXACT_POWER_OF_2_OR_ZERO_P): Move definition earlier.