• Top
    • Documentation
    • Books
    • Boolean-reasoning
    • Projects
      • Apt
      • Zfc
      • Acre
      • Milawa
      • Smtlink
      • Abnf
      • Vwsim
      • Isar
      • Wp-gen
      • Dimacs-reader
      • Pfcs
      • Legacy-defrstobj
      • C
      • Proof-checker-array
      • Soft
      • Farray
      • Rp-rewriter
      • Instant-runoff-voting
      • Imp-language
      • Sidekick
      • Ethereum
      • Leftist-trees
      • Java
      • Riscv
      • Taspi
      • Bitcoin
      • Zcash
      • Des
      • X86isa
        • Program-execution
        • Sdm-instruction-set-summary
        • Tlb
        • Running-linux
        • Introduction
        • Asmtest
        • X86isa-build-instructions
        • Publications
        • Contributors
        • Machine
          • X86isa-state
          • Syscalls
          • Cpuid
          • Linear-memory
          • Rflag-specifications
          • Characterizing-undefined-behavior
          • App-view
          • Top-level-memory
          • X86-decoder
          • Physical-memory
          • Decoding-and-spec-utils
          • Instructions
          • Register-readers-and-writers
          • X86-modes
          • Segmentation
          • Other-non-deterministic-computations
            • Hw_rnd_gen-logic
            • Hw_rnd_gen
              • Other-non-deterministic-computations-exec
            • Environment
            • Paging
          • Implemented-opcodes
          • To-do
          • Proof-utilities
          • Peripherals
          • Model-validation
          • Modelcalls
          • Concrete-simulation-examples
          • Utils
          • Debugging-code-proofs
        • Sha-2
        • Yul
        • Proof-checker-itp13
        • Regex
        • ACL2-programming-language
        • Json
        • Jfkr
        • Equational
        • Cryptography
        • Axe
        • Poseidon
        • Where-do-i-place-my-book
        • Aleo
        • Bigmems
        • Builtins
        • Execloader
        • Solidity
        • Paco
        • Concurrent-programs
        • Bls12-377-curves
      • Debugging
      • Community
      • Std
      • Proof-automation
      • Macro-libraries
      • ACL2
      • Interfacing-tools
      • Hardware-verification
      • Software-verification
      • Math
      • Testing-utilities
    • Other-non-deterministic-computations

    Hw_rnd_gen

    Signature
    (hw_rnd_gen size x86) → (mv * * x86)

    Definitions and Theorems

    Function: hw_rnd_gen$notinline

    (defun hw_rnd_gen$notinline (size x86)
      (declare (xargs :stobjs (x86)))
      (declare (type (integer 2 8) size))
      (declare (xargs :guard (or (equal size 2)
                                 (equal size 4)
                                 (equal size 8))))
      (let ((__function__ 'hw_rnd_gen))
        (declare (ignorable __function__))
        (hw_rnd_gen-logic size x86)))

    Theorem: x86p-of-mv-nth-2-hw_rnd_gen

    (defthm x86p-of-mv-nth-2-hw_rnd_gen
      (implies (x86p x86)
               (x86p (mv-nth 2 (hw_rnd_gen size x86)))))