Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/gcc/config/arm/
H A Darm.c997 unsigned current_bit_count = 0; in arm_override_options() local
1018 if (count >= current_bit_count) in arm_override_options()
1021 current_bit_count = count; in arm_override_options()
/freebsd-12.1/contrib/gcc/
H A DChangeLog-20023156 (arm_override_options): Change type of count and current_bit_count