]> gcc.gnu.org Git - gcc.git/commit
i386.h (struct_processor_costs): New fileds int_load, int_store, fp_move, fp_load...
authorJan Hubicka <hubicka@freesoft.cz>
Fri, 19 Nov 1999 09:12:18 +0000 (09:12 +0000)
committerJan Hubicka <hubicka@gcc.gnu.org>
Fri, 19 Nov 1999 09:12:18 +0000 (09:12 +0000)
commit96e7ae40d8b639b1f257162a414c729f75e9c035
tree577a63534540be656ad0c7931693f22e26974e59
parent25b540c639e38e008e16b2c00c47fdf21bc96eab
i386.h (struct_processor_costs): New fileds int_load, int_store, fp_move, fp_load and fp_store

* i386.h (struct_processor_costs): New fileds int_load, int_store, fp_move,
fp_load and fp_store
(REGISTER_MOVE_COST): Fix comment, calculate exactly the cost of
fp->int moves
(MEMORY_MOVE_COST): New macro.
* i386.c (386_cost): Define new fields.
(i486_cost): Likewise.
(pentium_cost): Likewise.
(pentiumpro_cost): Likewise.
(k6_cost): Likewise.

From-SVN: r30585
gcc/ChangeLog
gcc/config/i386/i386.c
gcc/config/i386/i386.h
This page took 0.06081 seconds and 5 git commands to generate.