Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/config/mips/
H A Dmips.cc3977 mips_binary_cost (rtx x, int single_cost, int double_cost, bool speed) in mips_binary_cost() function
4269 *total = mips_binary_cost (x, COSTS_N_INSNS (1), COSTS_N_INSNS (2), in mips_rtx_costs()
4279 *total = mips_binary_cost (x, COSTS_N_INSNS (1), COSTS_N_INSNS (4), in mips_rtx_costs()
4282 *total = mips_binary_cost (x, COSTS_N_INSNS (1), COSTS_N_INSNS (12), in mips_rtx_costs()
4323 *total = mips_binary_cost (x, COSTS_N_INSNS (1), COSTS_N_INSNS (4), in mips_rtx_costs()
4385 *total = mips_binary_cost (x, COSTS_N_INSNS (1), in mips_rtx_costs()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/mips/
H A Dmips.c3966 mips_binary_cost (rtx x, int single_cost, int double_cost, bool speed) in mips_binary_cost() function
4258 *total = mips_binary_cost (x, COSTS_N_INSNS (1), COSTS_N_INSNS (2), in mips_rtx_costs()
4268 *total = mips_binary_cost (x, COSTS_N_INSNS (1), COSTS_N_INSNS (4), in mips_rtx_costs()
4271 *total = mips_binary_cost (x, COSTS_N_INSNS (1), COSTS_N_INSNS (12), in mips_rtx_costs()
4312 *total = mips_binary_cost (x, COSTS_N_INSNS (1), COSTS_N_INSNS (4), in mips_rtx_costs()
4374 *total = mips_binary_cost (x, COSTS_N_INSNS (1), in mips_rtx_costs()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-20095431 * config/mips/mips.c (mips_binary_cost): Add new argument speed.
5434 global optimize_size. Pass speed to mips_binary_cost.
27090 * config/mips/mips.c (mips_binary_cost): Change 0 to SET in
H A DChangeLog-201114209 * config/mips/mips.c (mips_binary_cost): Update call to rtx_cost.
14260 * config/mips/mips.c (mips_binary_cost, mips_rtx_costs): Likewise.
H A DChangeLog-20077013 (mips16_constant_cost, mips_immediate_operand_p, mips_binary_cost)
H A DChangeLog-201524543 (mips_binary_cost): Update rtx_cost and set_src_cost calls.