搜索:
首页
随笔
乐走天涯
猎户星
Google Earth
程序资料
程序生活
评论中心
Tag
论坛
其他资源
搜索
消息中心
联系我
关于
RSS
»
首页
>
Tag
> Floating Point
Tag : Floating Point
日期: N/A |
联系我
| Follow me on Twitter:
@iXiaoHui
[
MMX 优化: How to optimize for the Pentium family of microprocessors
] -
28.2 Floating point instructions
28.2 Floating point instructions Explanations: Operands: r = register, m = memory, m32 = 32 bit memory operand, etc. Clock cycles: The numbers are minimum values. Cache misses, misalignment, denormal...
Tags:
MMX 优化
|
浮点运算
|
Floating Point
发表于 2000-04-03
[
MMX 优化: How to optimize for the Pentium family of microprocessors
] -
27.6 Using integer instructions to do floating point operations (all processors)
27.6 Using integer instructions to do floating point operations (all processors) Integer instructions are generally faster than floating point instructions, so it is often advantageous to use integer...
Tags:
MMX 优化
|
Integer
|
Floating Point
发表于 2000-04-03
[
MMX 优化: How to optimize for the Pentium family of microprocessors
] -
27.7 Using floating point instructions to do integer operations (PPlain and PMMX)
27.7 Using floating point instructions to do integer operations (PPlain and PMMX) Integer multiplication (PPlain and PMMX) Floating point multiplication is faster than integer multiplication on the P...
Tags:
MMX 优化
|
Floating Point
发表于 2000-04-03
[
MMX 优化: How to optimize for the Pentium family of microprocessors
] -
27.3 Freeing floating point registers (all processors)
27.3 Freeing floating point registers (all processors) You have to free all used floating point registers before exiting a subroutine, except for any register used for the result. The fastest way of ...
Tags:
MMX 优化
|
Floating Point
发表于 2000-04-03
[
MMX 优化: How to optimize for the Pentium family of microprocessors
] -
27.4 Transitions between floating point and MMX instructions (PMMX, PII and PIII)
27.4 Transitions between floating point and MMX instructions (PMMX, PII and PIII) You must issue an EMMS instruction after your last MMX instruction if there is a possibility that floating point code...
Tags:
Floating Point
|
MMX 优化
发表于 2000-04-03
[
MMX 优化: How to optimize for the Pentium family of microprocessors
] -
29.2 Floating point instructions
29.2 Floating point instructions Instruction Operands micro-ops delay throughput p0 p1 p01 p2 p3 p4 FLD r 1 FLD m32/64 1 1 FLD m80 2 2 FBLD m80 38 2 FST(P) r 1 FST(P) m32/m64 1 1 1 FSTP m80 2 2 2 FBS...
Tags:
MMX 优化
|
浮点运算
|
Floating Point
发表于 2000-04-03
[
MMX 优化: How to optimize for the Pentium family of microprocessors
] -
27.5 Converting from floating point to integer (All processors)
27.5 Converting from floating point to integer (All processors) All conversions from floating point to integer, and vice versa, must go via a memory location: FISTP DWORD PTR [TEMP] MOV EAX, [TEMP] O...
Tags:
MMX 优化
|
Integer
|
Floating Point
发表于 2000-04-03
[
MMX 优化: How to optimize for the Pentium family of microprocessors
] -
24. Scheduling floating point code (PPlain and PMMX)
24 . Scheduling floating point code (PPlain and PMMX) Floating point instructions cannot pair the way integer instructions can, except for one special case, defined by the following rules: the first ...
Tags:
MMX 优化
|
Floating Point
发表于 2000-04-02
RSS 2.0
|
联系我
|
站内导航
|
隐私声明
|
版权声明
|
订阅邮件
|
小辉程序员之路
建站于 1997 ◇ 做一名最好的开发者是我不变的理想……
Copyright(C) 1997-2010 XiaoHui.com All rights reserved
声明:站内所有原创文字,未经许可,均可转载、复制。
转载时
必须以链接形式注明作者和原始出处
。