SSE where can I find a translation guide from SSE intrinsics to assembler
I need to program some stuff in SSE2 assembler.
All I see though are intrinsics.I've been looking in vain for a translation table from intrinsics to assembler.
Because I don't want to play a guessing game, can someone please give me a link to translate these awful intrinsics to pretty assembly.I only need SSE/SSE2 integer instructions.
And please don't tell me to just use C(++) I don't have that option, nor do I want to.
Where can I get a translation guide?
EDIT
Thanks for the links, however I don't have a translation yet for the composite intrinsics, does anyone have link for that? It would really 开发者_StackOverflow社区speed things up. :-)One option, for the direction instruction => intrinsics, you can use Intel® 64 and IA-32 Architectures Software Developer’s Manual Volume 2 (2A & 2B): Instruction Set Reference, A-Z, available at Intel's website here.
Direct link: http://www.intel.com/Assets/PDF/manual/325383.pdf
The interesting part starts at page: 1618
Intel documents are cumbersome. For a quick list check out AMD's SSEPlus project's function table.
精彩评论