Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
108
fn nop() -> u32 {
109
addi(0, 0, 0)
110
}
111
112
// --- Test 1: Basic sequential execution - no hazards ---
113
114
#[test]
Callers
2
pipeline_branch_taken_causes_flush
Function · 0.85
pipeline_store_load_correct
Function · 0.85
Calls
1
addi
Function · 0.85
Tested by
no test coverage detected