pub type WritableXmm = Writable<Xmm>;
Expand description
Writable Gpr.
Aliased Type§
struct WritableXmm { /* private fields */ }
Implementations
Trait Implementations§
Source§impl FromWritableReg for WritableXmm
impl FromWritableReg for WritableXmm
Source§impl ToWritableReg for WritableXmm
impl ToWritableReg for WritableXmm
Source§fn to_writable_reg(&self) -> Writable<Reg>
fn to_writable_reg(&self) -> Writable<Reg>
Convert
Writable{Xmm,Gpr}
to Writable<Reg>
.Source§impl<T: Ord> Ord for Writable<T>
impl<T: Ord> Ord for Writable<T>
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more