Home
last modified time | relevance | path

Searched refs:MULL_COST (Results 1 – 3 of 3) sorted by relevance

/openbsd/gnu/usr.bin/gcc/gcc/config/m68k/
H A Dm68k.h1552 #define MULL_COST (TARGET_68060 ? 2 : TARGET_68040 ? 5 : 13) macro
1603 return COSTS_N_INSNS (MULL_COST); \
/openbsd/gnu/gcc/gcc/config/m68k/
H A Dm68k.c1637 #define MULL_COST (TARGET_68060 ? 2 : TARGET_68040 ? 5 \ in m68k_rtx_costs() macro
1707 *total = COSTS_N_INSNS (MULL_COST); in m68k_rtx_costs()
/openbsd/gnu/usr.bin/gcc/gcc/
H A DFSFChangeLog.1113925 * m68k.h (MULL_COST, MULW_COST, RTX_COSTS): Add costs for TARGET_68060.