⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 i386-simd.html

📁 gcc手册
💻 HTML
字号:
<html lang="en">

<head>

<title>Using as</title>

<meta http-equiv="Content-Type" content="text/html">

<meta name="description" content="Using as">

<meta name="generator" content="makeinfo 4.3">

<link href="http://www.gnu.org/software/texinfo/" rel="generator-home">

</head>

<body>

<div class="node">

<p>

Node:<a name="i386-SIMD">i386-SIMD</a>,

Next:<a rel="next" accesskey="n" href="i386-16bit.html#i386-16bit">i386-16bit</a>,

Previous:<a rel="previous" accesskey="p" href="i386-Float.html#i386-Float">i386-Float</a>,

Up:<a rel="up" accesskey="u" href="i386-Dependent.html#i386-Dependent">i386-Dependent</a>

<hr><br>

</div>



<h4 class="section">Intel's MMX and AMD's 3DNow! SIMD Operations</h4>



   <p><code>as</code> supports Intel's MMX instruction set (SIMD

instructions for integer data), available on Intel's Pentium MMX

processors and Pentium II processors, AMD's K6 and K6-2 processors,

Cyrix' M2 processor, and probably others.  It also supports AMD's 3DNow! 

instruction set (SIMD instructions for 32-bit floating point data)

available on AMD's K6-2 processor and possibly others in the future.



   <p>Currently, <code>as</code> does not support Intel's floating point

SIMD, Katmai (KNI).



   <p>The eight 64-bit MMX operands, also used by 3DNow!, are called <code>%mm0</code>,

<code>%mm1</code>, ... <code>%mm7</code>.  They contain eight 8-bit integers, four

16-bit integers, two 32-bit integers, one 64-bit integer, or two 32-bit

floating point values.  The MMX registers cannot be used at the same time

as the floating point stack.



   <p>See Intel and AMD documentation, keeping in mind that the operand order in

instructions is reversed from the Intel syntax.



   </body></html>



⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -