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

Method put4

cranelift/assembler-x64/src/api.rs:50–52  ·  view source on GitHub ↗
(&mut self, v: u32)

Source from the content-addressed store, hash-verified

48 }
49
50 fn put4(&mut self, v: u32) {
51 self.extend_from_slice(&v.to_le_bytes());
52 }
53
54 fn put8(&mut self, v: u64) {
55 self.extend_from_slice(&v.to_le_bytes());

Callers 6

emitMethod · 0.45
emit_modrm_sib_dispFunction · 0.45
encodeMethod · 0.45
nop_7bFunction · 0.45
nop_8bFunction · 0.45
nop_9bFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected