Searched refs:int_load (Results 1 – 7 of 7) sorted by relevance
32 const int int_load; member
8352 *total = sparc_costs->int_load; in sparc_rtx_costs()
55 const int int_load[3]; /* cost of loading integer registers member
17208 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()
53 const int int_load[3]; /* cost of loading integer registers member
14410 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])
2377 * i386.h (struct_processor_costs): New fields int_load, int_store,