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]
Other format: [Raw text]

Re: [Patch, ARM][3/8] Epilogue in RTL: new patterns for vfp regs


On 31/05/12 14:55, Greta Yorsh wrote:
> New define insn pattern for epilogue with floating point registers (DFmode)
> and a new function that emits RTL for this pattern. This function is a
> helper for epilogue extension. It is used by a later patch.
> 
> ChangeLog:
> 
> gcc
> 
> 2012-05-31  Ian Bolton  <ian.bolton@arm.com>
>             Sameera Deshpande  <sameera.deshpande@arm.com>
>             Greta Yorsh  <greta.yorsh@arm.com>
> 
>         * config/arm/arm.md (vfp_pop_multiple_with_writeback) New
> define_insn.
>         * config/arm/predicates.md (pop_multiple_fp) New special predicate.
>         * config/arm/arm.c (arm_emit_vfp_multi_reg_pop): New function.
> 
> 

OK.

R.


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