Searched refs:int_load (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/crypto/openssl/crypto/engine/
H A Deng_dyn.c427 static int int_load(dynamic_data_ctx *ctx) function
466 if (!int_load(ctx)) {
/freebsd-11-stable/contrib/gcc/config/sparc/
H A Dsparc.h32 const int int_load; member in struct:processor_costs
H A Dsparc.c8375 *total = sparc_costs->int_load;
/freebsd-11-stable/contrib/gcc/config/i386/
H A Di386.h55 const int int_load[3]; /* cost of loading integer registers member in struct:processor_costs
H A Di386.c17799 return (Q_CLASS_P (class) ? ix86_cost->int_load[0]
17806 return in ? ix86_cost->int_load[1] : ix86_cost->int_store[1];
17811 return ((in ? ix86_cost->int_load[2] : ix86_cost->int_store[2])

Completed in 296 milliseconds