Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/aarch64/
H A Daarch64.c4633 HOST_WIDE_INT low_bit = factor & -factor; variable
4634 if (factor <= 16 * low_bit)
4641 int extra_shift = exact_log2 (low_bit);
4653 if (low_bit <= 16 * 8)
4654 factor /= low_bit;
4656 low_bit = 1;
4658 val = gen_int_mode (poly_int64 (low_bit * 2, low_bit * 2), mode);
/netbsd-src/external/gpl3/gcc/dist/gcc/config/aarch64/
H A Daarch64.cc5920 HOST_WIDE_INT low_bit = factor & -factor; in aarch64_add_offset() local
5921 if (factor <= 16 * low_bit) in aarch64_add_offset()
5928 int extra_shift = exact_log2 (low_bit); in aarch64_add_offset()
5940 if (low_bit <= 16 * 8) in aarch64_add_offset()
5941 factor /= low_bit; in aarch64_add_offset()
5943 low_bit = 1; in aarch64_add_offset()
5945 val = gen_int_mode (poly_int64 (low_bit * 2, low_bit * 2), mode); in aarch64_add_offset()