DSPRelated.com
Forums

21161 SHARC SIMD questions

Started by Jon Harris February 11, 2004
Jon Harris wrote:
> 3. With SIMD mode on or off, you can load a secondary register from a > primary register using the swap instruction, e.g. s0 <-> r1. This also > affects r1, but not s0.
Did you really mean that s0 is not affected? Perhaps you meant that s1 is not affected? -- Jim Thomas Principal Applications Engineer Bittware, Inc jthomas@bittware.com http://www.bittware.com (703) 779-7770 I thought I was wrong once, but I was mistaken.
As Bhaskar also noted, this was incorrect.  I should have said:

3. With SIMD mode on or off, you can load a secondary register from a
primary register using the swap instruction, e.g. s0 <-> r1.  This also
affects r1, but not r0.

"Jim Thomas" <jthomas@bittware.com> wrote in message
news:1031osfke46ic20@corp.supernews.com...
> Jon Harris wrote: > > 3. With SIMD mode on or off, you can load a secondary register from a > > primary register using the swap instruction, e.g. s0 <-> r1. This also > > affects r1, but not s0. > > Did you really mean that s0 is not affected? Perhaps you meant that s1 > is not affected? > > -- > Jim Thomas Principal Applications Engineer Bittware, Inc > jthomas@bittware.com http://www.bittware.com (703) 779-7770 > I thought I was wrong once, but I was mistaken. >
Jon Harris wrote:
> As Bhaskar also noted, this was incorrect. I should have said: >
Oops! Sorry, I missed that part of Bhaskar's post. -- Jim Thomas Principal Applications Engineer Bittware, Inc jthomas@bittware.com http://www.bittware.com (703) 779-7770 I thought I was wrong once, but I was mistaken.