Home
last modified time | relevance | path

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

/openbsd/gnu/gcc/gcc/config/sparc/
H A Dsparc.h32 const int int_load; member
H A Dsparc.c8352 *total = sparc_costs->int_load; in sparc_rtx_costs()
/openbsd/gnu/gcc/gcc/config/i386/
H A Di386.h55 const int int_load[3]; /* cost of loading integer registers member
H A Di386.c17208 return (Q_CLASS_P (class) ? ix86_cost->int_load[0] in ix86_memory_move_cost()
17215 return in ? ix86_cost->int_load[1] : ix86_cost->int_store[1]; in ix86_memory_move_cost()
17220 return ((in ? ix86_cost->int_load[2] : ix86_cost->int_store[2]) in ix86_memory_move_cost()
/openbsd/gnu/usr.bin/gcc/gcc/config/i386/
H A Di386.h53 const int int_load[3]; /* cost of loading integer registers member
H A Di386.c14410 return (Q_CLASS_P (class) ? ix86_cost->int_load[0]
14417 return in ? ix86_cost->int_load[1] : ix86_cost->int_store[1];
14422 return ((in ? ix86_cost->int_load[2] : ix86_cost->int_store[2])
/openbsd/gnu/usr.bin/gcc/gcc/
H A DChangeLog.22377 * i386.h (struct_processor_costs): New fields int_load, int_store,