Function cranelift_codegen::write::write_operands[][src]

pub fn write_operands(
    w: &mut Write,
    dfg: &DataFlowGraph,
    isa: Option<&TargetIsa>,
    inst: Inst
) -> Result

Write the operands of inst to w with a prepended space.