Searched refs:rem_flag (Results 1 – 1 of 1) sorted by relevance
3815 expand_divmod (int rem_flag, enum tree_code code, enum machine_mode mode, in expand_divmod() argument3873 return rem_flag ? const0_rtx : op0; in expand_divmod()3879 if (rem_flag) in expand_divmod()3891 || ((rem_flag || op1_is_constant) in expand_divmod()3960 if (rem_flag && ! (last_div_const != 0 && op1_is_constant in expand_divmod()3964 last_div_const = ! rem_flag && op1_is_constant ? INTVAL (op1) : 0; in expand_divmod()3990 if (rem_flag || op1_is_constant) in expand_divmod()4025 if (rem_flag) in expand_divmod()4151 if (rem_flag && d < 0) in expand_divmod()4171 && (rem_flag ? smod_pow2_cheap[compute_mode] in expand_divmod()[all …]