[][src]Struct x86_64_xsave::fxsave::SseStatePart2

#[repr(C)]
pub struct SseStatePart2 { pub xmm0: SseXmmRegisterValue, pub xmm1: SseXmmRegisterValue, pub xmm2: SseXmmRegisterValue, pub xmm3: SseXmmRegisterValue, pub xmm4: SseXmmRegisterValue, pub xmm5: SseXmmRegisterValue, pub xmm6: SseXmmRegisterValue, pub xmm7: SseXmmRegisterValue, pub xmm8: SseXmmRegisterValue, pub xmm9: SseXmmRegisterValue, pub xmm10: SseXmmRegisterValue, pub xmm11: SseXmmRegisterValue, pub xmm12: SseXmmRegisterValue, pub xmm13: SseXmmRegisterValue, pub xmm14: SseXmmRegisterValue, pub xmm15: SseXmmRegisterValue, }

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

This is part 2.

It contains the values in the register XMM0 to XMM15 inclusive.

Fields

xmm0: SseXmmRegisterValue

Stored value of SSE XMM register XMM0.

Part of the SSE state.

xmm1: SseXmmRegisterValue

Stored value of SSE XMM register XMM1.

Part of the SSE state.

xmm2: SseXmmRegisterValue

Stored value of SSE XMM register XMM2.

Part of the SSE state.

xmm3: SseXmmRegisterValue

Stored value of SSE XMM register XMM3.

Part of the SSE state.

xmm4: SseXmmRegisterValue

Stored value of SSE XMM register XMM4.

Part of the SSE state.

xmm5: SseXmmRegisterValue

Stored value of SSE XMM register XMM5.

Part of the SSE state.

xmm6: SseXmmRegisterValue

Stored value of SSE XMM register XMM6.

Part of the SSE state.

xmm7: SseXmmRegisterValue

Stored value of SSE XMM register XMM7.

Part of the SSE state.

xmm8: SseXmmRegisterValue

Stored value of SSE XMM register XMM8.

Part of the SSE state.

These fields are used only in 64-bit mode; in other modes they are neither restored (read) or written to.

xmm9: SseXmmRegisterValue

Stored value of SSE XMM register XMM9.

Part of the SSE state.

These fields are used only in 64-bit mode; in other modes they are neither restored (read) or written to.

xmm10: SseXmmRegisterValue

Stored value of SSE XMM register XMM10.

Part of the SSE state.

These fields are used only in 64-bit mode; in other modes they are neither restored (read) or written to.

xmm11: SseXmmRegisterValue

Stored value of SSE XMM register XMM11.

Part of the SSE state.

These fields are used only in 64-bit mode; in other modes they are neither restored (read) or written to.

xmm12: SseXmmRegisterValue

Stored value of SSE XMM register XMM1.

Part of the SSE state.

These fields are used only in 64-bit mode; in other modes they are neither restored (read) or written to.

xmm13: SseXmmRegisterValue

Stored value of SSE XMM register XMM13.

Part of the SSE state.

These fields are used only in 64-bit mode; in other modes they are neither restored (read) or written to.

xmm14: SseXmmRegisterValue

Stored value of SSE XMM register XMM14.

Part of the SSE state.

These fields are used only in 64-bit mode; in other modes they are neither restored (read) or written to.

xmm15: SseXmmRegisterValue

Stored value of SSE XMM register XMM15.

Part of the SSE state.

These fields are used only in 64-bit mode; in other modes they are neither restored (read) or written to.

Trait Implementations

impl Clone for SseStatePart2[src]

fn clone_from(&mut self, source: &Self)
1.0.0
[src]

Performs copy-assignment from source. Read more

impl Default for SseStatePart2[src]

impl Debug for SseStatePart2[src]

Auto Trait Implementations

Blanket Implementations

impl<T> From for T[src]

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

impl<T, U> TryFrom for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> BorrowMut for T where
    T: ?Sized
[src]

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.