MCPcopy Create free account
hub / github.com/LPC4/Full-Stack / nop

Function nop

crates/virtual-machine/tests/vm_pipeline.rs:109–111  ·  view source on GitHub ↗

nop = addi x0, x0, 0

()

Source from the content-addressed store, hash-verified

107// nop = addi x0, x0, 0
108fn nop() -> u32 {
109 addi(0, 0, 0)
110}
111
112// --- Test 1: Basic sequential execution - no hazards ---
113
114#[test]

Callers 2

Calls 1

addiFunction · 0.85

Tested by

no test coverage detected