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

/freebsd-9.3-release/contrib/gcc/
H A Dexpmed.c4165 unsigned HOST_WIDE_INT abs_d = d >= 0 ? d : -d;
4170 d = abs_d;
4171 op1 = gen_int_mode (abs_d, compute_mode);
4179 else if (abs_d == (unsigned HOST_WIDE_INT) 1 << (size - 1))
4198 else if (EXACT_POWER_OF_2_OR_ZERO_P (abs_d))
4214 gen_int_mode (abs_d,
4218 quotient = expand_sdiv_pow2 (compute_mode, op0, abs_d);
4228 && abs_d < ((unsigned HOST_WIDE_INT) 1
4236 (abs_d,
4245 choose_multiplier (abs_d, siz
4152 unsigned HOST_WIDE_INT abs_d = d >= 0 ? d : -d; local
[all...]
/freebsd-9.3-release/sys/mips/mips/
H A Dfp.S159 .word abs_d # 5
1228 abs_d: label

Completed in 57 milliseconds