code wiki / (root) / nx_bitops.nx

nx_bitops.nx

buildroot/runtime/nx_bitops.nx

5253 B122 linesdepth 4pulls 4 transitivereach 0 importersview sourcekind orphan library
docsdependenciesstructsconstsfunctions

about

nx_bitops.nx -- 64-bit bitwise helpers (gold-standard reference). Delegates to nx_bits.nx for FAST intrinsic dispatch (rolq/rorq / rol/ror Zbb) while preserving the math-correctness phrasing of the soft fallback as in-place documentation.

dependencies 1 imports · 0 importers

nx_bits.nx nx_bitops.nx

imports: nx_bits.nx

imported by: nobody (leaf or entry point)

structs

none

consts

none

functions

68func nx_lshr64(x: i64, n: i64) -> i64
called by 1: nx_bitops_self_test
88func nx_rotl64(x: i64, n: i64) -> i64
called by 1: nx_bitops_self_test calls 1: nx_bits_rotl64
92func nx_rotr64(x: i64, n: i64) -> i64
called by 1: nx_bitops_self_test calls 1: nx_bits_rotr64
99func nx_bitops_self_test() -> i64