Re: [PATCH, AArch64] Add/Sub and set flags instructions in extend and shift_extend mode

2013-04-16 Thread Marcus Shawcroft
On 12/04/13 12:38, Hurugalawadi, Naveen wrote: --- gcc/testsuite/gcc.target/aarch64/adds3.c1970-01-01 05:30:00.0 +0530 +++ gcc/testsuite/gcc.target/aarch64/adds3.c2013-04-12 16:18:29.472945730 +0530 @@ -0,0 +1,61 @@ +/* { dg-do run } */ +/* { dg-options "-O2 --save-temps" } */ +

RE: [PATCH, AArch64] Add/Sub and set flags instructions in extend and shift_extend mode

2013-04-14 Thread Hurugalawadi, Naveen
>> If you're going to do it in one file you'll need to use >> scan-assembler-times. Hi, Thanks for the suggestion. Please find attached the modified patch as per your suggestions. Please review the same and let me know if there should be any further modifications in it. Thanks, Naveen --- gcc/

Re: [PATCH, AArch64] Add/Sub and set flags instructions in extend and shift_extend mode

2013-04-12 Thread Richard Earnshaw
On 12/04/13 12:38, Hurugalawadi, Naveen wrote: Hi, Please find attached the patch that implements addition and Subtraction by setting flags instructions in extend and shift_extend mode for aarch64 target. The patch for Add/Sub instructions by setting flags in shift mode is already posted. Test

[PATCH, AArch64] Add/Sub and set flags instructions in extend and shift_extend mode

2013-04-12 Thread Hurugalawadi, Naveen
Hi, Please find attached the patch that implements addition and Subtraction by setting flags instructions in extend and shift_extend mode for aarch64 target. The patch for Add/Sub instructions by setting flags in shift mode is already posted. Testcase have been added for these instructions. P