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 #221 background imageLoading...
Page #221 background image
4-1
4
Optimizing for SIMD Integer
Applications
The SIMD integer instructions provide performance improvements in
applications that are integer-intensive and can take advantage of the
SIMD architecture of Pentium 4, Intel Xeon, and Pentium M processors.
The guidelines for using these instructions in addition to the guidelines
described in Chapter 2, will help develop fast and efficient code that
scales well across all processors with MMX technology, processors that
use Streaming SIMD Extensions (SSE) SIMD integer instructions, as
well as processor with the SIMD integer instructions in SSE2 and SSE3.
For the sake of brevity, the collection of 64-bit and 128-bit SIMD
integer instructions supported by MMX technology, SSE, SSE2, and
SSE3 shall be referred to as SIMD integer instructions.
Unless otherwise noted, the following sequences are written for the
64-bit integer registers. Note that they can easily be adapted to use the
128-bit SIMD integer form available with SSE2 by replacing the
references to
mm0-mm7 with references to xmm0-xmm7, and including any
pre-arrangement of data alignment on 16 byte boundary when dealing
with loading or storing 16 bytes of data in some cases.
This chapter contains several simple examples that will help you to get
started with coding your application. The goal is to provide simple,
low-level operations that are frequently used. The examples use a
minimum number of instructions necessary to achieve best performance
on the current generation of IA-32 processors.
Each example includes a short description, sample code, and notes if
necessary. These examples do not address scheduling as it is assumed
the examples will be incorporated in longer code sequences.

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