[][src]Crate x86_64_xsave

#x86_64-xsave

This is a rust library modelling the structures used in XSAVE and related x86 CPU operations.

Modules

fxsave

Legacy x87 and SSE state saving using FXSAVE.

state_component_bitmaps

State component bitmaps.

state_components

State component variations.

Structs

ExtendedStateInformation

Extended state information, as defined in Section 13.2 of the Intel® 64 and IA-32 Architectures Software Developer's Manual Volume 1 (Basic Architecture).

MxcsrRegisterValue

The 32-bit MXCSR register contains control and status information for SSE, SSE2, and SSE3 SIMD floating-point operations.

SseXmmRegisterValue

A SSE XMM register value.

XSaveArea

A XSAVE area.

XSaveAreaLayout

Layout of a XSAVE area.

XSaveHeader

Layout of a XSAVE area.

Enums

RoundingControl

In the Intel 64 and IA-32 architectures, the rounding mode is controlled by a 2-bit rounding-control (RC) field.