Searched refs:abs_d (Results 1 – 5 of 5) sorted by relevance
| /netbsd/src/external/gpl3/gcc/dist/gcc/ |
| D | tree-vect-generic.cc | 708 unsigned HOST_WIDE_INT abs_d; in expand_vector_divmod() local 716 abs_d = (d >= 0 in expand_vector_divmod() 723 d = abs_d; in expand_vector_divmod() 726 if (abs_d == HOST_WIDE_INT_1U << (prec - 1)) in expand_vector_divmod() 732 if (abs_d <= 1) in expand_vector_divmod() 738 choose_multiplier (abs_d, prec, prec - 1, &ml, in expand_vector_divmod()
|
| D | expmed.cc | 4551 unsigned HOST_WIDE_INT abs_d; in expand_divmod() local 4561 abs_d = (d >= 0 in expand_divmod() 4568 d = abs_d; in expand_divmod() 4569 op1 = gen_int_mode (abs_d, int_mode); in expand_divmod() 4578 && abs_d == HOST_WIDE_INT_1U << (size - 1)) in expand_divmod() 4600 else if (EXACT_POWER_OF_2_OR_ZERO_P (abs_d)) in expand_divmod() 4616 gen_int_mode (abs_d, in expand_divmod() 4620 quotient = expand_sdiv_pow2 (int_mode, op0, abs_d); in expand_divmod() 4628 && abs_d < (HOST_WIDE_INT_1U in expand_divmod() 4633 (abs_d, in expand_divmod() [all …]
|
| D | tree-vect-patterns.cc | 3704 unsigned HOST_WIDE_INT abs_d; in vect_recog_divmod_pattern() local 3715 abs_d = (d >= 0 in vect_recog_divmod_pattern() 3722 d = abs_d; in vect_recog_divmod_pattern() 3723 oprnd1 = build_int_cst (itype, abs_d); in vect_recog_divmod_pattern() 3726 && abs_d == HOST_WIDE_INT_1U << (prec - 1)) in vect_recog_divmod_pattern() 3730 choose_multiplier (abs_d, prec, prec - 1, &ml, &post_shift, &dummy_int); in vect_recog_divmod_pattern()
|
| D | ChangeLog-2018 | 15720 and abs_d == d, do the power of two handling if profitable.
|
| /netbsd/src/sys/arch/mips/mips/ |
| D | fp.S | 391 PTR_WORD abs_d # func 5 05 ABS.D 1658 abs_d: label
|