Re: [PATCH, ARM][2/4] Prologue using STRD in Thumb mode

2012-10-18 Thread Richard Earnshaw
On 10/10/12 16:03, Greta Yorsh wrote: Generate prologue using STRD when prefer_ldrd_strd is set in tune_params. ChangeLog gcc/ 2012-09-13 Sameera Deshpande Greta Yorsh * config/arm/arm.c (thumb2_emit_strd_push): New function. (arm_expand_prologue): Use the n

[PATCH, ARM][2/4] Prologue using STRD in Thumb mode

2012-10-10 Thread Greta Yorsh
Generate prologue using STRD when prefer_ldrd_strd is set in tune_params. ChangeLog gcc/ 2012-09-13 Sameera Deshpande Greta Yorsh * config/arm/arm.c (thumb2_emit_strd_push): New function. (arm_expand_prologue): Use the new function.diff --git a/gcc/config/arm/arm