Searched refs:int_load (Results 1 – 6 of 6) sorted by relevance
427 static int int_load(dynamic_data_ctx *ctx) in int_load() function466 if (!int_load(ctx)) { in dynamic_load()
32 const int int_load; member
8349 *total = sparc_costs->int_load; in sparc_rtx_costs()
55 const int int_load[3]; /* cost of loading integer registers member
17768 return (Q_CLASS_P (class) ? ix86_cost->int_load[0] in ix86_memory_move_cost()17775 return in ? ix86_cost->int_load[1] : ix86_cost->int_store[1]; in ix86_memory_move_cost()17780 return ((in ? ix86_cost->int_load[2] : ix86_cost->int_store[2]) in ix86_memory_move_cost()
2377 * i386.h (struct_processor_costs): New fields int_load, int_store,