Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-4.7/gcc/config/i386/
H A Di386.opt383 Generate reciprocals instead of divss and sqrtss.
H A Dathlon.md1138 ;; divsd timings. divss is faster
/dragonfly/contrib/gcc-8.0/gcc/config/i386/
H A Di386.h296 const int divss; /* cost of DIVSS instructions. */ member
H A Di386.opt569 Generate reciprocals instead of divss and sqrtss.
H A Dathlon.md1132 ;; divsd timings. divss is faster
H A Di386.c40695 return inner_mode == DFmode ? cost->divsd : cost->divss; in ix86_division_cost()
40700 inner_mode == DFmode ? cost->divsd : cost->divss, in ix86_division_cost()