EasyManuals Logo

Intel ARCHITECTURE IA-32 User Manual

Intel ARCHITECTURE IA-32
568 pages
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Page #142 background imageLoading...
Page #142 background image
IA-32 Intel® Architecture Optimization
2-70
Scalar floating-point registers may be accessed directly, avoiding
fxch and top-of-stack restrictions. On the Pentium 4 processor, the
floating-point register stack may be used simultaneously with XMM
registers. The same hardware is used for both kinds of instructions,
but the added name space may be beneficial.
The cost of converting from floating point to integer with truncation
is significantly lower with Streaming SIMD Extensions 2 and
Streaming SIMD Extensions in the Pentium 4 processor than with
either changes to the rounding mode or the sequence prescribed in
the Example 2-23 above.
Assembly/Compiler Coding Rule 35. (M impact, M generality) Use scalar
Streaming SIMD Extensions 2, Streaming SIMD Extensions unless you need an
x87 feature. Most scalar SSE2 arithmetic operations have shorter latency then
their X87 counterpart and they eliminate the overhead associated with the
management of the X87 register stack.
Scalar SSE/SSE2 Performance on Intel Core Solo and Intel
Core Duo Processors
On Intel Core Solo and Intel Core Duo processors, the combination of
improved decoding and micro-op fusion allows instructions which were
formerly two, three, and four micro-ops to go through all decoders. As a
result, scalar SSE/SSE2 code can match the performance of x87 code
executing through two floating-point units. On Pentium M processors,
scalar SSE/SSE2 code can experience approximately 30% performance
degradation relative to x87 code executing through two floating-point
units.
In code sequences that have conversions from floating-point to integer,
divide single-precision instructions, or any precision change; x87 code
generation from a compiler typically writes data to memory in
single-precision and reads it again in order to reduce precision. Using
SSE/SSE2 scalar code instead of x87 code can generate a large
performance benefit using Intel NetBurst microarchitecture and a
modest benefit on Intel Core Solo and Intel Core Duo processors.

Table of Contents

Questions and Answers:

Question and Answer IconNeed help?

Do you have a question about the Intel ARCHITECTURE IA-32 and is the answer not in the manual?

Intel ARCHITECTURE IA-32 Specifications

General IconGeneral
Instruction Setx86
Instruction Set TypeCISC
Memory SegmentationSupported
Operating ModesReal mode, Protected mode, Virtual 8086 mode
Max Physical Address Size36 bits (with PAE)
Max Virtual Address Size32 bits
ArchitectureIA-32 (Intel Architecture 32-bit)
Addressable Memory4 GB (with Physical Address Extension up to 64 GB)
Floating Point Registers8 x 80-bit
MMX Registers8 x 64-bit
SSE Registers8 x 128-bit
RegistersGeneral-purpose registers (EAX, EBX, ECX, EDX, ESI, EDI, ESP, EBP), Segment registers (CS, DS, SS, ES, FS, GS), Instruction pointer (EIP), Flags register (EFLAGS)
Floating Point UnitYes (x87)

Related product manuals