code wiki / (root) / _offc_probe_5args.nx

_offc_probe_5args.nx

buildroot/runtime/_offc_probe_5args.nx

510 B19 linesdepth 3pulls 3 transitivereach 0 importersview sourcekind probetopic offc
docsdependenciesstructsconstsfunctions

about

Tests nxc.elf codegen for: 5-arg function call. regalloc_test.nx fails at ir_emit_binop (5 args). If this fails, the bug is in arg passing or call ABI for >4 args.

dependencies 1 imports · 0 importers

syscalls.nx _offc_probe_5args.nx

imports: syscalls.nx

imported by: nobody (leaf or entry point)

call flow from main pre-order; caps 40 nodes / depth 6 declared; ↻ = already shown

main sum5

structs

none

consts

none

functions

7func sum5(a: i64, b: i64, c: i64, d: i64, e: i64) -> i64
called by 1: main
11func main() -> i64
calls 1: sum5