RE: Pushing the limits on vector modes

2013-05-17 Thread Paulo Matos
o Matos > Cc: gcc@gcc.gnu.org > Subject: Re: Pushing the limits on vector modes > > Quoting Paulo Matos : > > > Hello, > > > > I am trying to model a predicate register mode that acts like a > > vector. We have a few predicate registers that have 8 bits in s

RE: Pushing the limits on vector modes

2013-05-17 Thread Paulo Matos
t: Re: Pushing the limits on vector modes > > Quoting Paulo Matos : > > > Hello, > > > > I am trying to model a predicate register mode that acts like a > > vector. We have a few predicate registers that have 8 bits in size > > but they are set accordingly t

Re: Pushing the limits on vector modes

2013-05-17 Thread amylaar
Quoting Paulo Matos : Hello, I am trying to model a predicate register mode that acts like a vector. We have a few predicate registers that have 8 bits in size but they are set accordingly to the mode of operation (not necessarily a comparison). Word size is 64. Yes need some surgery

Pushing the limits on vector modes

2013-05-17 Thread Paulo Matos
Hello, I am trying to model a predicate register mode that acts like a vector. We have a few predicate registers that have 8 bits in size but they are set accordingly to the mode of operation (not necessarily a comparison). Word size is 64. Here's an example, for a scalar comparison leq p0, r0,