Function cranelift_codegen::write::write_operands [−][src]
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.