#[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
impl Clone for Register128
Source§fn clone(&self) -> Register128
fn clone(&self) -> Register128
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for Register128
impl Debug for Register128
Source§impl RegisterName for Register128
impl RegisterName for Register128
impl Copy for Register128
Auto Trait Implementations§
impl Freeze for Register128
impl RefUnwindSafe for Register128
impl Send for Register128
impl Sync for Register128
impl Unpin for Register128
impl UnsafeUnpin for Register128
impl UnwindSafe for Register128
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more