This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: caller-save and i386


On Sat, Feb 24, 2001 at 01:39:58AM +0100, Jan Hubicka wrote:
> 	* caller-save.c (reg_save_code, reg_restore_code):  Index by mode, not
> 	NREGS.
> 	(insert_save, insert_restore): New parameter save_mode.
> 	(init_caller_save): Update initialization of reg_save_code
> 	and reg_restore_code.
> 	(save_call_clobbered_regs):  Compute save_modes and update calls to
> 	reg_save_code and reg_restore_code.
> 	(insert_restore):  Unsignetize numbers; use save_modes to choose mode
> 	of spill; update use of reg_restore_code.
> 	(insert_save):  Likewise.
> 	* i386.h (HARD_REGNO_CALLER_SAVE_MODE): Update.
> 	* regs.h (HARD_REGNO_CALLER_SAVE_MODE): Likewise.

Ok.


r~


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]