Searched refs:MULL_COST (Results 1 – 3 of 3) sorted by relevance
1552 #define MULL_COST (TARGET_68060 ? 2 : TARGET_68040 ? 5 : 13) macro1603 return COSTS_N_INSNS (MULL_COST); \
1637 #define MULL_COST (TARGET_68060 ? 2 : TARGET_68040 ? 5 \ in m68k_rtx_costs() macro1707 *total = COSTS_N_INSNS (MULL_COST); in m68k_rtx_costs()
13925 * m68k.h (MULL_COST, MULW_COST, RTX_COSTS): Add costs for TARGET_68060.