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

Function nop_1b

cranelift/assembler-x64/src/custom.rs:5–7  ·  view source on GitHub ↗

`NOP`

(_: &inst::nop_1b, buf: &mut impl CodeSink)

Source from the content-addressed store, hash-verified

3
4 /// `NOP`
5 pub fn nop_1b(_: &inst::nop_1b, buf: &mut impl CodeSink) {
6 buf.put1(0x90);
7 }
8
9 /// `66 NOP`
10 pub fn nop_2b(_: &inst::nop_2b, buf: &mut impl CodeSink) {

Callers

nothing calls this directly

Calls 1

put1Method · 0.45

Tested by

no test coverage detected