Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-4.7/gcc/config/i386/
H A Di386.h133 const int fp_load[3]; /* cost of loading FP register member
H A Di386.c31245 return MAX (ix86_cost->fp_load [index], ix86_cost->fp_store [index]); in inline_memory_move_cost()
31246 return in ? ix86_cost->fp_load [index] : ix86_cost->fp_store [index]; in inline_memory_move_cost()
/dragonfly/contrib/gcc-8.0/gcc/config/i386/
H A Di386.h252 const int fp_load[3]; /* cost of loading FP register member
H A Di386.c40185 return MAX (ix86_cost->fp_load [index], ix86_cost->fp_store [index]); in inline_memory_move_cost()
40186 return in ? ix86_cost->fp_load [index] : ix86_cost->fp_store [index]; in inline_memory_move_cost()