MCPcopy Create free account
hub / github.com/bytecodealliance/wasmtime / operands_out

Method operands_out

cranelift/codegen/meta/src/cdsl/instructions.rs:175–179  ·  view source on GitHub ↗
(mut self, operands: Vec<Operand>)

Source from the content-addressed store, hash-verified

173 }
174
175 pub fn operands_out(mut self, operands: Vec<Operand>) -> Self {
176 assert!(self.operands_out.is_none());
177 self.operands_out = Some(operands);
178 self
179 }
180
181 /// Mark this instruction as a block terminator.
182 pub fn terminates_block(mut self) -> Self {

Callers 4

define_control_flowFunction · 0.80
define_simd_lane_accessFunction · 0.80
define_simd_arithmeticFunction · 0.80
defineFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected