vfpu vmov

Discuss the development of new homebrew software, tools and libraries.

Moderators: cheriff, TyRaNiD

Post Reply
su-27k
Posts: 12
Joined: Thu Nov 16, 2006 8:31 pm

vfpu vmov

Post by su-27k »

what mean?

"vmov.q c000, c000[x,x,x,x]\n"
User avatar
Raphael
Posts: 646
Joined: Tue Jan 17, 2006 4:54 pm
Location: Germany
Contact:

Re: vfpu vmov

Post by Raphael »

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
hlide
Posts: 739
Joined: Sun Sep 10, 2006 2:31 am

Re: vfpu vmov

Post by hlide »

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;

:)
Post Reply