Home | History | Annotate | Download | only in i386

Lines Matching refs:CLEAR_RATIO

1755 /* If a clear memory operation would take CLEAR_RATIO or more simple
1758 #define CLEAR_RATIO(speed) ((speed) ? MIN (6, ix86_cost->move_ratio) : 2)