Re: [AArch64/GCC][10/N] Unify vector and core register save/restore code as one copy

2014-07-23 Thread Marcus Shawcroft
On 22 July 2014 15:51, Jiong Wang wrote: > * config/aarch64/aarch64.c (aarch64_save_or_restore_fprs): Deleted. > (aarch64_save_callee_saves): New function to handle reg save > for both core and vectore regs. OK and applied /Marcus

[AArch64/GCC][10/N] Unify vector and core register save/restore code as one copy

2014-07-22 Thread Jiong Wang
vector and core register push/restore code are duplicated. this patch unify them as one copy. *no functional change* ok to install? thanks. gcc/ * config/aarch64/aarch64.c (aarch64_save_or_restore_fprs): Deleted. (aarch64_save_callee_saves): New function to handle reg save for both core