Type Alias cranelift_codegen::isa::x64::args::WritableGpr
source · pub type WritableGpr = Writable<Gpr>;
Expand description
Writable Gpr.
Aliased Type§
struct WritableGpr { /* private fields */ }
Implementations§
source§impl<T: Clone + Copy + Debug + PartialEq + Eq + PartialOrd + Ord + Hash> Writable<T>
impl<T: Clone + Copy + Debug + PartialEq + Eq + PartialOrd + Ord + Hash> Writable<T>
Trait Implementations§
source§impl<T: Clone + Clone + Copy + Debug + PartialEq + Eq + PartialOrd + Ord + Hash> Clone for Writable<T>
impl<T: Clone + Clone + Copy + Debug + PartialEq + Eq + PartialOrd + Ord + Hash> Clone for Writable<T>
source§impl<T: Debug + Clone + Copy + Debug + PartialEq + Eq + PartialOrd + Ord + Hash> Debug for Writable<T>
impl<T: Debug + Clone + Copy + Debug + PartialEq + Eq + PartialOrd + Ord + Hash> Debug for Writable<T>
source§impl FromWritableReg for WritableGpr
impl FromWritableReg for WritableGpr
source§impl<T: Hash + Clone + Copy + Debug + PartialEq + Eq + PartialOrd + Ord + Hash> Hash for Writable<T>
impl<T: Hash + Clone + Copy + Debug + PartialEq + Eq + PartialOrd + Ord + Hash> Hash for Writable<T>
source§impl<T: Ord + Clone + Copy + Debug + PartialEq + Eq + PartialOrd + Ord + Hash> Ord for Writable<T>
impl<T: Ord + Clone + Copy + Debug + PartialEq + Eq + PartialOrd + Ord + Hash> 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
source§impl<T: PartialEq + Clone + Copy + Debug + PartialEq + Eq + PartialOrd + Ord + Hash> PartialEq<Writable<T>> for Writable<T>
impl<T: PartialEq + Clone + Copy + Debug + PartialEq + Eq + PartialOrd + Ord + Hash> PartialEq<Writable<T>> for Writable<T>
source§impl<T: PartialOrd + Clone + Copy + Debug + PartialEq + Eq + PartialOrd + Ord + Hash> PartialOrd<Writable<T>> for Writable<T>
impl<T: PartialOrd + Clone + Copy + Debug + PartialEq + Eq + PartialOrd + Ord + Hash> PartialOrd<Writable<T>> for Writable<T>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moresource§impl ToWritableReg for WritableGpr
impl ToWritableReg for WritableGpr
source§fn to_writable_reg(&self) -> Writable<Reg>
fn to_writable_reg(&self) -> Writable<Reg>
Convert
Writable{Xmm,Gpr}
to Writable<Reg>
.