Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gcc/dist/gcc/config/i386/
Di386-features.cc529 unsigned sse_cost_idx = smode == DImode ? 1 : 0; in compute_convert_gain() local
544 += m * ix86_cost->int_store[2] - ix86_cost->sse_store[sse_cost_idx]; in compute_convert_gain()
546 igain += m * ix86_cost->int_load[2] - ix86_cost->sse_load[sse_cost_idx]; in compute_convert_gain()
644 - ix86_cost->sse_store[sse_cost_idx]); in compute_convert_gain()