_offc_bitset_helper_probe.nx
buildroot/runtime/_offc_bitset_helper_probe.nx
about
Verify bit-set helpers when called through indirection — same shape as
bit_word/bit_test/bit_set in regalloc.nx.
dependencies 1 imports · 0 importers
imports: syscalls.nx
imported by: nobody (leaf or entry point)
call flow from main pre-order; caps 40 nodes / depth 6 declared; ↻ = already shown
structs
| none |
consts
| none |
functions
| 6 | func bit_word(buf: *i64, b: i64, words: i64, v: i64) -> *i64 { |
| 12 | func bit_test(buf: *i64, b: i64, words: i64, v: i64) -> i64 { |
| 19 | func bit_set(buf: *i64, b: i64, words: i64, v: i64) -> i64 { |
| 26 | func main() -> i64 { |