Re: [Patch, microblaze]: Add optimized lshrsi3

2014-07-09 Thread Michael Eager
Agarwal Subject: Re: [Patch, microblaze]: Add optimized lshrsi3 On 02/13/14 21:48, David Holsgrove wrote: Hi Michael, Sorry about the delay in reviewing this patch. I see number of failures in the new lshrsi_Os_1.c test case: PASS: gcc.target/microblaze/others/lshrsi_Os_1.c -O0 (test

RE: [Patch, microblaze]: Add optimized lshrsi3

2014-07-08 Thread Nagaraju Mekala
; Nagaraju Mekala Subject: Re: [Patch, microblaze]: Add optimized lshrsi3 On 11/25/13 23:53, David Holsgrove wrote: Add optimized lshrsi3 instruction, to be used when optimizing for size with immediate values over 5 Changelog 2013-11-26 Nagaraju Mekala nagaraju.mek...@xilinx.com

Re: [Patch, microblaze]: Add optimized lshrsi3

2014-06-30 Thread Michael Eager
: [Patch, microblaze]: Add optimized lshrsi3 On 11/25/13 23:53, David Holsgrove wrote: Add optimized lshrsi3 instruction, to be used when optimizing for size with immediate values over 5 Changelog 2013-11-26 Nagaraju Mekala nagaraju.mek...@xilinx.com * gcc/config/microblaze/microblaze.md

Re: [Patch, microblaze]: Add optimized lshrsi3

2014-02-14 Thread Michael Eager
: [Patch, microblaze]: Add optimized lshrsi3 On 11/25/13 23:53, David Holsgrove wrote: Add optimized lshrsi3 instruction, to be used when optimizing for size with immediate values over 5 Changelog 2013-11-26 Nagaraju Mekala nagaraju.mek...@xilinx.com * gcc/config/microblaze/microblaze.md

RE: [Patch, microblaze]: Add optimized lshrsi3

2014-02-13 Thread David Holsgrove
/lshrsi_Os_1.c: New test. thanks, David -- Michael Eager ea...@eagercon.com 1960 Park Blvd., Palo Alto, CA 94306 650-325-8077 0003-Patch-microblaze-Add-optimized-lshrsi3.patch Description: 0003-Patch-microblaze-Add-optimized-lshrsi3.patch

Re: [Patch, microblaze]: Add optimized lshrsi3

2014-02-08 Thread Michael Eager
On 11/25/13 23:53, David Holsgrove wrote: Add optimized lshrsi3 instruction, to be used when optimizing for size with immediate values over 5 Changelog 2013-11-26 Nagaraju Mekala nagaraju.mek...@xilinx.com * gcc/config/microblaze/microblaze.md: Add size optimized lshrsi3 insn. David --