Re: [AArch64/GCC][9/N] Use helper functions to handle multiple mode

2014-07-23 Thread Marcus Shawcroft
On 22 July 2014 15:51, Jiong Wang wrote: > * config/aarch64/aarch64.c (aarch64_gen_store_pair): New helper function. > (aarch64_gen_load_pair): Likewise. > (aarch64_save_or_restore_fprs): Use new helper functions. > (aarch64_save_or_restore_callee_save_registers): Likewise. OK and applie

[AArch64/GCC][9/N] Use helper functions to handle multiple mode

2014-07-22 Thread Jiong Wang
This patch add several helper functions to handle function invokation under different mode. We will merge core/vectore register push/restore function in later patches, so these helper functions are necessary. *no functional change* ok to install? thanks. gcc/ * config/aarch64/aarch64.c (aar