 |
forums.ps2dev.org Homebrew PS2, PSP & PS3 Development Discussions
|
| View previous topic :: View next topic |
| Author |
Message |
su-27k
Joined: 16 Nov 2006 Posts: 12
|
Posted: Tue Nov 21, 2006 7:36 pm Post subject: vfpu vmov |
|
|
what mean?
"vmov.q c000, c000[x,x,x,x]\n" |
|
| Back to top |
|
 |
Raphael

Joined: 17 Jan 2006 Posts: 646 Location: Germany
|
Posted: Tue Nov 21, 2006 8:38 pm Post subject: Re: vfpu vmov |
|
|
| su-27k wrote: | what mean?
"vmov.q c000, c000[x,x,x,x]\n" |
See the entry in the vfpu diggin document :P
But to shorten it up: it copies the X component of c000 register into all components of c000. _________________ <Don't push the river, it flows.>
http://wordpress.fx-world.org - my devblog
http://wiki.fx-world.org - VFPU documentation wiki
Alexander Berl |
|
| Back to top |
|
 |
hlide
Joined: 10 Sep 2006 Posts: 750
|
Posted: Tue Nov 21, 2006 8:58 pm Post subject: Re: vfpu vmov |
|
|
| su-27k wrote: | what mean?
"vmov.q c000, c000[x,x,x,x]\n" |
if
vd = C000.q
vs = C000.q
then
vd.x = vs.x;
vd.y = vs.x;
vd.z = vs.x;
vd.w = vs.x;
:) |
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
Powered by phpBB © 2001, 2005 phpBB Group
|