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
impl FromWritableReg for WritableGpr
source§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>
.