• 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
      • Riscv
        • Semantics
        • States
          • Stat
          • Stat-validp
          • Write-memory-unsigned64
          • Write-memory-unsigned32
          • Write-memory-unsigned8
          • Write-memory-unsigned16
          • Write-xreg-32
          • Write-xreg
          • Read-xreg-unsigned
          • Read-memory-unsigned64
          • Read-memory-unsigned8
          • Read-memory-unsigned32
          • Read-xreg-signed
          • Read-memory-unsigned16
          • Read-instruction
          • Read-xreg-unsigned32
          • Write-pc
          • Read-xreg-signed32
          • Inc4-pc
          • Read-pc
          • Errorp
          • Error
          • Stat-rv64im-p
          • Stat-rv64i-p
          • Stat-rv64em-p
          • Stat-rv64e-p
          • Stat-rv32im-p
          • Stat-rv32i-p
          • Stat-rv32em-p
          • Stat-rv32e-p
          • Features
          • Instructions
          • Decoding
          • Encoding
          • Reads-over-writes
          • Rv32im
          • Rv64im
          • Execution
        • Instant-runoff-voting
        • Imp-language
        • Sidekick
        • Leftist-trees
        • Java
        • Taspi
        • Bitcoin
        • 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
      • Community
      • Proof-automation
      • Macro-libraries
      • ACL2
      • Interfacing-tools
      • Hardware-verification
      • Software-verification
      • Math
      • Testing-utilities
    • States

    Stat-rv32e-p

    Recognizer of RV32E states.

    Signature
    (stat-rv32e-p x) → yes/no
    Returns
    yes/no — Type (booleanp yes/no).

    Definitions and Theorems

    Function: stat-rv32e-p

    (defun stat-rv32e-p (x)
      (declare (xargs :guard t))
      (let ((__function__ 'stat-rv32e-p))
        (declare (ignorable __function__))
        (and (statp x)
             (stat-validp x (feat-rv32e)))))

    Theorem: booleanp-of-stat-rv32e-p

    (defthm booleanp-of-stat-rv32e-p
      (b* ((yes/no (stat-rv32e-p x)))
        (booleanp yes/no))
      :rule-classes :rewrite)