Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/gcc/
H A Dexpmed.c2468 enum alg_code cache_alg = alg_zero; in synth_mult() local
2522 cache_alg = alg_hash[hash_index].alg; in synth_mult()
2524 if (cache_alg == alg_impossible) in synth_mult()
2551 switch (cache_alg) in synth_mult()
2685 && (!cache_hit || cache_alg == alg_add_factor)) in synth_mult()
2724 && (!cache_hit || cache_alg == alg_sub_factor)) in synth_mult()