[−][src]Trait cranelift_codegen_meta::cdsl::instructions::Bindable
Instructions can have parameters bound to them to specialize them for more specific encodings (e.g. the encoding for adding two float types may be different than that of adding two integer types)
Required methods
fn bind(&self, parameter: impl Into<BindParameter>) -> BoundInstruction
Bind a parameter to an instruction