Searched refs:sahf_cost (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/gcc/config/i386/
H A Di386.c10515 int fcomi_cost, sahf_cost, arithmetics_cost = 1024;
10519 sahf_cost = ix86_fp_comparison_sahf_cost (code);
10522 if (min > sahf_cost)
10523 min = sahf_cost;
10490 int fcomi_cost, sahf_cost, arithmetics_cost = 1024; local

Completed in 139 milliseconds