Skip to main content

Register128

Enum Register128 

Source
#[repr(u32)]
pub enum Register128 {
Show 28 variants Xmm0 = 4_096, Xmm1 = 4_097, Xmm2 = 4_098, Xmm3 = 4_099, Xmm4 = 4_100, Xmm5 = 4_101, Xmm6 = 4_102, Xmm7 = 4_103, Xmm8 = 4_104, Xmm9 = 4_105, Xmm10 = 4_106, Xmm11 = 4_107, Xmm12 = 4_108, Xmm13 = 4_109, Xmm14 = 4_110, Xmm15 = 4_111, FpMmx0 = 4_112, FpMmx1 = 4_113, FpMmx2 = 4_114, FpMmx3 = 4_115, FpMmx4 = 4_116, FpMmx5 = 4_117, FpMmx6 = 4_118, FpMmx7 = 4_119, FpControlStatus = 4_120, XmmControlStatus = 4_121, PendingEvent = 2_147_483_650, PendingEvent1 = 2_147_483_651,
}
Expand description

128-bit registers

Variants§

§

Xmm0 = 4_096

§

Xmm1 = 4_097

§

Xmm2 = 4_098

§

Xmm3 = 4_099

§

Xmm4 = 4_100

§

Xmm5 = 4_101

§

Xmm6 = 4_102

§

Xmm7 = 4_103

§

Xmm8 = 4_104

§

Xmm9 = 4_105

§

Xmm10 = 4_106

§

Xmm11 = 4_107

§

Xmm12 = 4_108

§

Xmm13 = 4_109

§

Xmm14 = 4_110

§

Xmm15 = 4_111

§

FpMmx0 = 4_112

§

FpMmx1 = 4_113

§

FpMmx2 = 4_114

§

FpMmx3 = 4_115

§

FpMmx4 = 4_116

§

FpMmx5 = 4_117

§

FpMmx6 = 4_118

§

FpMmx7 = 4_119

§

FpControlStatus = 4_120

§

XmmControlStatus = 4_121

§

PendingEvent = 2_147_483_650

§

PendingEvent1 = 2_147_483_651

Trait Implementations§

Source§

impl Clone for Register128

Source§

fn clone(&self) -> Register128

Returns a duplicate of the value. Read more
1.0.0 · Source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
Source§

impl Debug for Register128

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl RegisterName for Register128

Source§

type Value = u128

The value type associated with the register.
Source§

fn as_abi(&self) -> WHV_REGISTER_NAME

The ABI register name.
Source§

impl Copy for Register128

Auto Trait Implementations§

Blanket Implementations§

Source§

impl<T> Any for T
where T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
Source§

impl<T> Borrow<T> for T
where T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
Source§

impl<T> CloneToUninit for T
where T: Clone,

Source§

unsafe fn clone_to_uninit(&self, dest: *mut u8)

🔬This is a nightly-only experimental API. (clone_to_uninit)
Performs copy-assignment from self to dest. Read more
Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

§

impl<T> Instrument for T

§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided [Span], returning an Instrumented wrapper. Read more
§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an Instrumented wrapper. Read more
Source§

impl<T, U> Into<U> for T
where U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

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

Source§

impl<T> ToOwned for T
where T: Clone,

Source§

type Owned = T

The resulting type after obtaining ownership.
Source§

fn to_owned(&self) -> T

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

fn clone_into(&self, target: &mut T)

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

impl<T, U> TryFrom<U> for T
where U: Into<T>,

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

Source§

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

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
§

impl<T> WithSubscriber for T

§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a [WithDispatch] wrapper. Read more
§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a [WithDispatch] wrapper. Read more