Home
last modified time | relevance | path

Searched refs:sparc_costs (Results 1 – 2 of 2) sorted by relevance

/openbsd/gnu/gcc/gcc/config/sparc/
H A Dsparc.c797 sparc_costs = &cypress_costs; in sparc_override_options()
802 sparc_costs = &supersparc_costs; in sparc_override_options()
808 sparc_costs = &hypersparc_costs; in sparc_override_options()
812 sparc_costs = &sparclet_costs; in sparc_override_options()
822 sparc_costs = &niagara_costs; in sparc_override_options()
8352 *total = sparc_costs->int_load; in sparc_rtx_costs()
8367 *total = sparc_costs->float_mul; in sparc_rtx_costs()
8435 *total = sparc_costs->int_div; in sparc_rtx_costs()
8466 *total = sparc_costs->float_cmp; in sparc_rtx_costs()
8473 *total = sparc_costs->float_cmove; in sparc_rtx_costs()
[all …]
H A Dsparc.h104 extern const struct processor_costs *sparc_costs;