• Top
    • Documentation
    • Books
    • Boolean-reasoning
    • Projects
      • Apt
      • Zfc
      • Acre
      • Milawa
      • Smtlink
      • Abnf
      • Vwsim
      • Isar
      • Wp-gen
      • Dimacs-reader
      • Pfcs
      • Legacy-defrstobj
      • Proof-checker-array
      • Soft
      • C
      • Farray
      • Rp-rewriter
      • Instant-runoff-voting
      • Imp-language
      • Sidekick
      • Leftist-trees
      • Java
      • Taspi
      • Bitcoin
      • Riscv
        • Instructions
        • States
        • Decoding
        • Encoding
        • Features
          • Feat-bits
            • Feat-bits-case
            • Feat-bits-fix
            • Feat-bits-equiv
            • Feat-bitsp
            • Feat-bits-64
            • Feat-bits-32
            • Feat-bits-kind
          • Feat
          • Feat->xnum
          • Feat->xlen
          • Feat-64p
          • Feat-32p
        • Semantics
        • Execution
      • Des
      • Ethereum
      • X86isa
      • Sha-2
      • Yul
      • Zcash
      • Proof-checker-itp13
      • Regex
      • ACL2-programming-language
      • Json
      • Jfkr
      • Equational
      • Cryptography
      • Poseidon
      • Where-do-i-place-my-book
      • Axe
      • Bigmems
      • Builtins
      • Execloader
      • Aleo
      • Solidity
      • Paco
      • Concurrent-programs
      • Bls12-377-curves
    • Debugging
    • Std
    • Proof-automation
    • Macro-libraries
    • ACL2
    • Interfacing-tools
    • Hardware-verification
    • Software-verification
    • Math
    • Testing-utilities
  • Features

Feat-bits

Fixtype of RISC-V feature choices for 32 or 64 bits.

This is a tagged union type, introduced by fty::deftagsum.

Member Tags → Types
:|32| → feat-bits-32
:|64| → feat-bits-64

A major feature choice in the RISC-V ISA is the choice between 32 and 64 bits. The former corresponds to the RV32I and RV32E bases; the latter corresponds to the RV64I and RV64E bases. For now we do not cover the 128-bit option for the RV128I base [ISA:5]; note that this part of the RISC-V specification is not frozen yet.

Subtopics

Feat-bits-case
Case macro for the different kinds of feat-bits structures.
Feat-bits-fix
Fixing function for feat-bits structures.
Feat-bits-equiv
Basic equivalence relation for feat-bits structures.
Feat-bitsp
Recognizer for feat-bits structures.
Feat-bits-64
Feat-bits-32
Feat-bits-kind
Get the kind (tag) of a feat-bits structure.