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

Function nop_2b

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

`66 NOP`

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

Source from the content-addressed store, hash-verified

8
9 /// `66 NOP`
10 pub fn nop_2b(_: &inst::nop_2b, buf: &mut impl CodeSink) {
11 buf.put1(0x66);
12 buf.put1(0x90);
13 }
14
15 /// `NOP DWORD ptr [EAX]`
16 pub fn nop_3b(_: &inst::nop_3b, buf: &mut impl CodeSink) {

Callers

nothing calls this directly

Calls 1

put1Method · 0.45

Tested by

no test coverage detected