• Top
    • Documentation
    • Books
    • Boolean-reasoning
    • Projects
    • Debugging
    • Std
    • Proof-automation
    • Macro-libraries
    • ACL2
    • Interfacing-tools
    • Hardware-verification
    • Software-verification
    • Math
      • 100-theorems
      • Arithmetic
      • Bit-vectors
        • Sparseint
        • Bitops
          • Bitops/merge
          • Bitops-compatibility
          • Bitops-books
          • Logbitp-reasoning
          • Bitops/signed-byte-p
          • Fast-part-select
          • Bitops/integer-length
          • Bitops/extra-defs
          • Install-bit
          • Trailing-0-count
          • Bitops/defaults
          • Logbitp-mismatch
          • Trailing-1-count
          • Bitops/rotate
          • Bitops/equal-by-logbitp
          • Bitops/ash-bounds
          • Bitops/fast-logrev
            • Fast-logrev-u8
            • Fast-logrev-u64
            • Fast-logrev-u32
            • Fast-logrev-u16
          • Limited-shifts
          • Bitops/part-select
          • Bitops/parity
          • Bitops/saturate
          • Bitops/part-install
          • Bitops/logbitp-bounds
          • Bitops/ihsext-basics
          • Bitops/fast-rotate
          • Bitops/fast-logext
          • Bitops/ihs-extensions
        • Bv
        • Ihs
        • Rtl
      • Algebra
    • Testing-utilities
  • Bitops
  • Logrev

Bitops/fast-logrev

Optimized definitions of logrev at particular sizes.

Subtopics

Fast-logrev-u8
Fast implementation of (logrev 8 x) for bytes.
Fast-logrev-u64
Faster implementation of (logrev 64 x) for 64-bit unsigned values.
Fast-logrev-u32
Faster implementation of (logrev 32 x) for 32-bit unsigned values.
Fast-logrev-u16
Fast implementation of (logrev 16 x) for 16-bit unsigned values.