Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.bin/gcc/gcc/config/arm/
Darm.c1588 int best_consecutive_zeros = 0; local
1601 if (consecutive_zeros > best_consecutive_zeros)
1603 best_consecutive_zeros = consecutive_zeros;
/openbsd/src/gnu/gcc/gcc/config/arm/
Darm.c2280 int best_consecutive_zeros = 0; in arm_gen_constant() local
2293 if (consecutive_zeros > best_consecutive_zeros) in arm_gen_constant()
2295 best_consecutive_zeros = consecutive_zeros; in arm_gen_constant()