Home
last modified time | relevance | path

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

/freebsd-11-stable/crypto/openssl/crypto/engine/
HDeng_dyn.c427 static int int_load(dynamic_data_ctx *ctx) in int_load() function
466 if (!int_load(ctx)) { in dynamic_load()
/freebsd-11-stable/contrib/gcc/config/sparc/
HDsparc.h32 const int int_load; member
HDsparc.c8349 *total = sparc_costs->int_load; in sparc_rtx_costs()
/freebsd-11-stable/contrib/gcc/config/i386/
HDi386.h55 const int int_load[3]; /* cost of loading integer registers member
HDi386.c17768 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()
/freebsd-11-stable/contrib/gcc/
HDChangeLog-19992377 * i386.h (struct_processor_costs): New fields int_load, int_store,