Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/gcc/gcc/config/arm/
H A Darm.c1592 int consecutive_zeros = 0; local
1598 consecutive_zeros += 2;
1601 if (consecutive_zeros > best_consecutive_zeros)
1603 best_consecutive_zeros = consecutive_zeros;
1604 best_start = i - consecutive_zeros;
/openbsd-src/gnu/gcc/gcc/config/arm/
H A Darm.c2284 int consecutive_zeros = 0; in arm_gen_constant() local
2290 consecutive_zeros += 2; in arm_gen_constant()
2293 if (consecutive_zeros > best_consecutive_zeros) in arm_gen_constant()
2295 best_consecutive_zeros = consecutive_zeros; in arm_gen_constant()
2296 best_start = i - consecutive_zeros; in arm_gen_constant()