nx_bitops.nx
buildroot/runtime/nx_bitops.nx
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
imports: nx_bits.nx
imported by: nobody (leaf or entry point)
structs
| none |
consts
| none |
functions
| 68 | func nx_lshr64(x: i64, n: i64) -> i64 called by 1: nx_bitops_self_test |
| 88 | func nx_rotl64(x: i64, n: i64) -> i64 |
| 92 | func nx_rotr64(x: i64, n: i64) -> i64 |
| 99 | func nx_bitops_self_test() -> i64 |