• 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
        • Semantics
        • Execution
          • Execution64
          • Execution32
            • Step32
            • Step32n
            • Feat-rv32i
        • 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
    • Execution32

    Feat-rv32i

    Features for RV32I.

    Signature
    (feat-rv32i) → feat
    Returns
    feat — Type (featp feat).

    Definitions and Theorems

    Function: feat-rv32i

    (defun feat-rv32i nil
      (declare (xargs :guard t))
      (let ((__function__ 'feat-rv32i))
        (declare (ignorable __function__))
        (make-feat :bits (feat-bits-32))))

    Theorem: featp-of-feat-rv32i

    (defthm featp-of-feat-rv32i
      (b* ((feat (feat-rv32i))) (featp feat))
      :rule-classes :rewrite)