Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/config/aarch64/
H A Daarch64.cc26837 unsigned int width_source = aarch64_tune_params.sve_width; in aarch64_estimated_poly_value() local
26842 if (width_source == SVE_SCALABLE) in aarch64_estimated_poly_value()
26856 width_source = 1 << floor_log2 (width_source); in aarch64_estimated_poly_value()
26858 width_source = least_bit_hwi (width_source); in aarch64_estimated_poly_value()
26861 HOST_WIDE_INT over_128 = width_source - 128; in aarch64_estimated_poly_value()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/aarch64/
H A Daarch64.c23199 enum aarch64_sve_vector_bits_enum width_source in aarch64_estimated_poly_value() local
23203 if (width_source == SVE_SCALABLE) in aarch64_estimated_poly_value()
23206 HOST_WIDE_INT over_128 = width_source - 128; in aarch64_estimated_poly_value()