cranelift_codegen::write

Function write_operands

Source
pub fn write_operands(
    w: &mut dyn Write,
    dfg: &DataFlowGraph,
    inst: Inst,
) -> Result
Expand description

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