[][src]Function cranelift_codegen_meta::isa::x86::recipes::replace_put_op

fn replace_put_op(code: Option<String>, prefix: &str) -> Option<String>

Given a snippet of Rust code (or None), replace the PUT_OP macro with the corresponding put_* function from the binemit.rs module.