IA32 SSE3


1. 简介

SSE3 系 Intel Streaming SIMD Extensions 的第3次扩展,相较于 SSE2,Intel 新加入了 13 条指令。其最早于 2004 年在 Pentium 4 Prescott 中引入,后续 IA32 的 CPU 都支持之。


2. 支持 SSE3 的 CPU

    * AMD:
          o Athlon 64 (since Venice Stepping E3 and San Diego Stepping E4)
          o Athlon 64 X2
          o Athlon 64 FX (since San Diego Stepping E4)
          o Opteron (since Stepping E4)
          o Sempron (since Palermo Stepping E3)
          o Turion 64
          o Turion 64 X2

    * Intel:
          o Celeron D
          o Pentium 4 (since Prescott)
          o Pentium D
          o Intel Core Duo
          o Intel Core 2 Duo
          o Intel Core 2 Extreme
          o Xeon (since Nocona)

    * VIA/Centaur:
          o C7

    * Transmeta
          o Efficeon TM88xx (NOT Model Numbers TM86xx)



3. 指令列表

Arithmetic

    * ADDSUBPD - ( Add-Subtract-Packed-Double )
       o Input - { A0, A1 }, { B0, B1 }
       o Output - { A0 - B0, A1 + B1 }

    * ADDSUBPS - ( Add-Subtract-Packed-Single )
       o Input: { A0, A1, A2, A3 }, { B0, B1, B2, B3 }
       o Output: { A0 - B0, A1 + B1, A2 - B2, A3 + B3 }


AOS ( Array Of Structures )

    * HADDPD - ( Horizontal-Add-Packed-Double )
       o Input: { A0, A1 }, { B0, B1 }
       o Output: { A0 + A1, B0 + B1 }

    * HADDPS ( Horizontal-Add-Packed-Single )
       o Input: { A0, A1, A2, A3 }, { B0, B1, B2, B3 }
       o Output: { A0 + A1, A2 + A3, B0 + B1, B2 + B3 }

    * HSUBPD - ( Horizontal-Subtract-Packed-Double )
       o Input: { A0, A1 }, { B0, B1 }
       o Output: { A0 - A1, B0 - B1 }

    * HSUBPS - ( Horizontal-Subtract-Packed-Single )
       o Input: { A0, A1, A2, A3 }, { B0, B1, B2, B3 }
       o Output: { A0 - A1, A2 - A3, B0 - B1, B2 - B3 }

    * LDDQU - This is an alternative misaligned integer vector load that has better performance on NetBurst architectures for loads that cross cacheline boundaries. It can be helpful for video compression tasks.

    * MOVDDUP, MOVSHDUP, MOVSLDUP - These are also used for complex numbers, and can be helpful for wave calculation like sound.

    * FISTTP - Like the older x87 FISTP instruction, but ignores the floating point control register's rounding mode settings and uses the "chop" (truncate) mode instead. Allows omission of the expensive loading and re-loading of the control register in languages such as C where float-to-int conversion requires truncate behaviour by standard.


Intel Instructions

    * MONITOR, MWAIT - These optimize multi-threaded applications, giving processors with Hyper-Threading better performance.


评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值