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

Method raw_block

cranelift/codegen/meta/src/cdsl/formats.rs:129–132  ·  view source on GitHub ↗
(mut self)

Source from the content-addressed store, hash-verified

127 }
128
129 pub fn raw_block(mut self) -> Self {
130 self.0.num_raw_block_operands += 1;
131 self
132 }
133
134 pub fn imm(mut self, operand_kind: &OperandKind) -> Self {
135 let field = FormatField {

Callers 1

newMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected