[][src]Module x86_64_xsave::fxsave

Legacy x87 and SSE state saving using FXSAVE.

Modules

domain

Domain modelling of various bit fields, control words, instruction pointers and the like.

Structs

FXSaveArea

Used to save and restore the state of the FPU. Must be 16-byte aligned (enforced).

SseStatePart1

The SSE state exists in two, non-contiguous areas ('parts').

SseStatePart2

The SSE state exists in two, non-contiguous areas ('parts').

X87StatePart1

The x87 state exists in two, non-contiguous areas ('parts').

X87StatePart2

The x87 state exists in two, non-contiguous areas ('parts').