Commit 3a942930 by Richard Kenner

(RTX_COSTS): Add cost of FFS.

From-SVN: r9082
parent a9c6464d
......@@ -1621,6 +1621,8 @@ struct rs6000_args {int words, fregno, nargs_prototype; };
case PROCESSOR_PPC620: \
return COSTS_N_INSNS (20); \
} \
case FFS: \
return COSTS_N_INSNS (4); \
case MEM: \
/* MEM should be slightly more expensive than (plus (reg) (const)) */ \
return 5;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment