Searched refs:mips_binary_cost (Results 1 – 6 of 6) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/config/mips/ |
H A D | mips.cc | 3977 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 D | mips.c | 3966 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 D | ChangeLog-2009 | 5431 * 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 D | ChangeLog-2011 | 14209 * 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 D | ChangeLog-2007 | 7013 (mips16_constant_cost, mips_immediate_operand_p, mips_binary_cost)
|
H A D | ChangeLog-2015 | 24543 (mips_binary_cost): Update rtx_cost and set_src_cost calls.
|