Re: Help with define_insn

2011-01-31 Thread Tejas Belagod
On Mon, 2011-01-31 at 16:02 +0200, Ira Rosen wrote: > Hi, > > I am trying to implement interleave_high/low and extract_even/odd > using vzip and vuzp instructions. I am attaching a patch that attempts > to do that. It uses already existing neon_vzip_internal. The > problem with it is that it does

Re: [ACTIVITY] January 23-27

2011-01-27 Thread Tejas Belagod
Hi Ira, I'm curious to know how you managed to represent vec_extract_even and vec_extract_odd both as NEON vuzp? Also, how do you represent both read and write of both operands of vuzp in the md file? Thanks, Tejas. On Thu, 2011-01-27 at 15:44 +0200, Ira Rosen wrote: > Hi, > > I am working o