Type Alias cranelift_codegen::isa::x64::args::WritableGpr

source ·
pub type WritableGpr = Writable<Gpr>;
Expand description

Writable Gpr.

Aliased Type§

struct WritableGpr { /* private fields */ }

Trait Implementations§

source§

impl FromWritableReg for WritableGpr

source§

fn from_writable_reg(w: Writable<Reg>) -> Option<Self>

Convert Writable<Reg> to Writable{Xmm,Gpr}.
source§

impl ToWritableReg for WritableGpr

source§

fn to_writable_reg(&self) -> Writable<Reg>

Convert Writable{Xmm,Gpr} to Writable<Reg>.