Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LPC4/Full-Stack
/ ecall
Function
ecall
crates/virtual-machine/tests/vm_pipeline.rs:104–106 ·
view source on GitHub ↗
ecall -> syscall
()
Source
from the content-addressed store, hash-verified
102
// ecall -> syscall
103
fn ecall() -> u32 {
104
0x0000_0073
105
}
106
107
// nop = addi x0, x0, 0
108
fn nop() -> u32 {
109
addi(0, 0, 0)
Callers
10
pipeline_basic_sequential_no_hazards
Function · 0.85
pipeline_raw_forwarding_no_stall
Function · 0.85
pipeline_load_use_stall
Function · 0.85
pipeline_branch_not_taken_no_flush
Function · 0.85
pipeline_branch_taken_causes_flush
Function · 0.85
pipeline_double_forwarding
Function · 0.85
pipeline_loop_sum_1_to_5
Function · 0.85
pipeline_cycle_count_geq_retired
Function · 0.85
pipeline_store_load_correct
Function · 0.85
predictor_stats_tracked
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected