forums.ps2dev.org Forum Index forums.ps2dev.org
Homebrew PS2, PSP & PS3 Development Discussions
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

vfpu vmov

 
Post new topic   Reply to topic    forums.ps2dev.org Forum Index -> PSP Development
View previous topic :: View next topic  
Author Message
su-27k



Joined: 16 Nov 2006
Posts: 12

PostPosted: Tue Nov 21, 2006 7:36 pm    Post subject: vfpu vmov Reply with quote

what mean?

"vmov.q c000, c000[x,x,x,x]\n"
Back to top
View user's profile Send private message
Raphael



Joined: 17 Jan 2006
Posts: 646
Location: Germany

PostPosted: Tue Nov 21, 2006 8:38 pm    Post subject: Re: vfpu vmov Reply with quote

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
View user's profile Send private message Visit poster's website
hlide



Joined: 10 Sep 2006
Posts: 750

PostPosted: Tue Nov 21, 2006 8:58 pm    Post subject: Re: vfpu vmov Reply with quote

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
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    forums.ps2dev.org Forum Index -> PSP Development All times are GMT + 10 Hours
Page 1 of 1

 
Jump to:  
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