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

Method encode

cranelift/assembler-x64/src/evex.rs:95–100  ·  view source on GitHub ↗
(&self, sink: &mut impl CodeSink)

Source from the content-addressed store, hash-verified

93 }
94
95 pub(crate) fn encode(&self, sink: &mut impl CodeSink) {
96 sink.put1(0x62);
97 sink.put1(self.byte1);
98 sink.put1(self.byte2);
99 sink.put1(self.byte3);
100 }
101}

Callers

nothing calls this directly

Calls 1

put1Method · 0.45

Tested by

no test coverage detected