Tag : Floating Point - 小辉程序员之路
小辉程序员之路, since 1996 http://www.xiaohui.com
乐走天涯: 工作并快乐着,职业并休闲着
 » 首页 > Tag > Floating Point

Tag : Floating Point


http://www.XiaoHui.com 日期: N/A
{$mt_welcome}
  1. [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

  2. [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

  3. [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

  4. [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

  5. [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

  6. [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

  7. [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

  8. [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



 

小辉程序员之路 建站于 1997 ◇ 做一名最好的开发者是我不变的理想……
Copyright(C) 1997-2008 XiaoHui.com   All rights reserved
声明:站内所有原创文字,未经许可,均可转载、复制。
转载时必须以链接形式注明作者和原始出处