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 #304 background imageLoading...
Page #304 background image
IA-32 Intel® Architecture Optimization
6-14
In case the region is not mapped as WC, the streaming might update
in-place in the cache and a subsequent
sfence would not result in the
data being written to system memory. Explicitly mapping the region as
WC in this case ensures that any data read from this region will not be
placed in the processors caches. A read of this memory location by a
non-coherent I/O device would return incorrect/out-of-date results. For
a processor which solely implements approach (b), page 11, above, a
streaming store can be used in this non-coherent domain without
requiring the memory region to also be mapped as
WB, since any cached
data will be flushed to memory by the streaming store.
Streaming Store Instruction Descriptions
The movntq/movntdq (non-temporal store of packed integer in an
MMX technology or Streaming SIMD Extensions register) instructions
store data from a register to memory. The instruction is implicitly
weakly-ordered, does no write-allocate, and so minimizes cache
pollution.
The
movntps (non-temporal store of packed single precision floating
point) instruction is similar to
movntq. It stores data from a Streaming
SIMD Extensions register to memory in 16-byte granularity. Unlike
movntq, the memory address must be aligned to a 16-byte boundary or a
general protection exception will occur. The instruction is implicitly
weakly-ordered, does not write-allocate, and thus minimizes cache
pollution.
CAUTION. Failure to map the region as WC may allow
the line to be speculatively read into the processor
caches, that is, via the wrong path of a mispredicted
branch.

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