Click here to get back home

intrinsics to move from wRx to memory?

 HomeNewsGroups | Search | About
 microsoft.public.smartphone.developer    Post an article   get this group's latest topics as an RSS feed add this group's latest topics to your My MSN content add this group's latest topics to your My Yahoo content
Subject Author Date
intrinsics to move from wRx to memory? mike 07-26-2007
Get Chitika Premium
Posted by mike on July 26, 2007, 5:56 pm
Please log in for more thread options
I have the following code:

__m64 vtmp0, vtmp1, vtmp2, vtmp3;
__int64 tmpBuf = 0;


vtmp0 = _m_cvt_si2pi(
        *( __int64* ) ( src )
        );
vtmp1 = _m_cvt_si2pi(
        *( __int64* ) ( src + 8 )
        );

vtmp3 = _mm_packs_su64(
        vtmp0
        ,vtmp1
        );
tmpBuf = _m_cvt_pi2si( vtmp0 );
memcpy( dst, &tmpBuf, sizeof( tmpBuf ) );


And, I have a pointer that I want to put vtmp3 into. Is there a
similar stream intrinsic for ARM as there is with x86? Is the memcpy
the way I'm supposed to do this?

Thanks,
Mike


Similar ThreadsPosted
wmmx WLDRW in intrinsics? July 20, 2007, 2:18 pm
Whether all the memory incrase are related with the memory leak? October 16, 2008, 3:30 am
Move Text Messages from Phone to PC August 13, 2005, 9:47 am
Move Beyond Games And Ring Tones, NOKIA Challenges October 31, 2008, 5:51 am
How to move or delete a file marked read only or system file attributes? August 23, 2006, 7:12 pm
memory watcher for SP May 15, 2006, 11:47 am
Memory Optimization January 15, 2007, 1:20 pm
How to know how much memory my application used? February 24, 2007, 11:20 pm
memory problem on WM6 May 6, 2008, 2:48 am
How to reduce the virtual memory August 12, 2007, 3:39 am

Our other projects:

Art Dolls, Fairies and Mermaids - Sunnyfaces.net

Roy's Linux, Programming and Search Engines messages

1-Script XML SitemapXML Sitemap