#[repr(C, align(16))]
pub struct VectorRegs {
Show 17 fields pub fcw: u16, pub fsw: u16, pub ftw: u8, pub _pad0: u8, pub fop: u16, pub fip: u32, pub fcs: u16, pub _pad1: u16, pub fdp: u32, pub fds: u16, pub _pad2: u16, pub mxcsr: u32, pub mxcsr_mask: u32, pub mm: [U128; 8], pub xmm: [U128; 16], pub reserved: [U128; 3], pub available: [U128; 3],
}
Expand description

X86 vector registers.

Fields

fcw: u16fsw: u16ftw: u8_pad0: u8fop: u16fip: u32fcs: u16_pad1: u16fdp: u32fds: u16_pad2: u16mxcsr: u32mxcsr_mask: u32mm: [U128; 8]xmm: [U128; 16]reserved: [U128; 3]available: [U128; 3]

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Returns the “default value” for a type. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Casts the value.

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Casts the value.

Casts the value.

Casts the value.

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Casts the value.

Casts the value.

Casts the value.

Casts the value.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

Casts the value.

Casts the value.

Casts the value.

Casts the value.