Re: [PATCH,ARM][1/n] New patterns for subtract with carry

2013-04-05 Thread Ramana Radhakrishnan
On 04/05/13 16:26, Greta Yorsh wrote: -Original Message- From: Richard Earnshaw Sent: 22 February 2013 16:30 To: Greta Yorsh Cc: GCC Patches; Ramana Radhakrishnan; ni...@redhat.com; p...@codesourcery.com Subject: Re: [PATCH,ARM][1/n] New patterns for subtract with carry On 18/02/13 18

Re: [PATCH,ARM][1/n] New patterns for subtract with carry

2013-02-22 Thread Richard Earnshaw
On 18/02/13 18:35, Greta Yorsh wrote: Add patterns to handle various subtract with carry operations. These patterns match RTL insns emitted by splitters for DImode operations such as subdi, negdi, and cmpdi. gcc/ 2013-02-14 Greta Yorsh * config/arm/arm.md (subsi3_carryin, subsi3_c

[PATCH,ARM][1/n] New patterns for subtract with carry

2013-02-18 Thread Greta Yorsh
Add patterns to handle various subtract with carry operations. These patterns match RTL insns emitted by splitters for DImode operations such as subdi, negdi, and cmpdi. gcc/ 2013-02-14 Greta Yorsh * config/arm/arm.md (subsi3_carryin, subsi3_carryin_const): New patterns. (su