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

Method num_fixed_results

cranelift/codegen/src/ir/instructions.rs:734–736  ·  view source on GitHub ↗

Get the number of *fixed* result values produced by this opcode. This does not include `variable_args` produced by calls.

(self)

Source from the content-addressed store, hash-verified

732 /// Get the number of *fixed* result values produced by this opcode.
733 /// This does not include `variable_args` produced by calls.
734 pub fn num_fixed_results(self) -> usize {
735 (self.flags & 0x7) as usize
736 }
737
738 /// Get the number of *fixed* input values required by this opcode.
739 ///

Callers 5

nextMethod · 0.80
size_hintMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected