SSE 在哪里可以找到从 SSE 内在函数到汇编程序的翻译指南
我需要在 SSE2 汇编器中编写一些东西。
我所看到的都是内在的。
我一直在徒劳地寻找从内在函数到汇编程序的转换表。
因为我不想玩猜谜游戏,有人可以给我一个链接,将这些糟糕的内在函数转换为漂亮的汇编吗?
我只需要 SSE/SSE2 整数指令。
请不要告诉我只使用 C(++),我没有这个选项,我也不想这样做。
我在哪里可以获得翻译指南?
编辑
感谢您的链接,但是我还没有复合内在函数的翻译,有人有链接吗?这确实会加快速度。 :-)
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 speed things up. :-)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
一个选项,用于方向指令 =>内在函数,您可以使用英特尔® 64 和 IA-32 架构
软件开发人员手册
第 2 卷(2A 和 2B):
指令集参考,AZ,可在英特尔网站获取。
直接链接:http://www.intel.com/Assets/PDF/manual/ 325383.pdf
有趣的部分从第1618页开始
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
英特尔的文档很繁琐。如需快速列表,请查看 AMD 的 SSEPlus 项目的函数表。
Intel documents are cumbersome. For a quick list check out AMD's SSEPlus project's function table.