• 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
          • Instr
          • Op-funct
          • Op-32-funct
            • Op-32-funct-fix
            • Op-32-funct-case
            • Op-32-funct-equiv
            • Op-32-funct-p
            • Op-32-funct-kind
            • Op-32-funct-subw
            • Op-32-funct-srlw
            • Op-32-funct-sraw
            • Op-32-funct-sllw
            • Op-32-funct-remw
            • Op-32-funct-remuw
            • Op-32-funct-mulw
            • Op-32-funct-divw
            • Op-32-funct-divuw
            • Op-32-funct-addw
          • Op-imm-funct
          • Load-funct
          • Branch-funct
          • Op-imms-funct
          • Store-funct
          • Op-imms-32-funct
          • Instr-validp
          • Instr-option
          • Op-imm-32-funct
        • States
        • Decoding
        • Encoding
        • Features
        • 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
  • Instructions

Op-32-funct

Fixtype of names of instructions with the OP-32 opcode [ISA:4.2.2] [ISA:13.1] [ISA:13.2].

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

Member Tags → Types
:addw → op-32-funct-addw
:subw → op-32-funct-subw
:sllw → op-32-funct-sllw
:srlw → op-32-funct-srlw
:sraw → op-32-funct-sraw
:mulw → op-32-funct-mulw
:divw → op-32-funct-divw
:divuw → op-32-funct-divuw
:remw → op-32-funct-remw
:remuw → op-32-funct-remuw

This is analogous to op-funct, but for the OP-32 opcode.

Subtopics

Op-32-funct-fix
Fixing function for op-32-funct structures.
Op-32-funct-case
Case macro for the different kinds of op-32-funct structures.
Op-32-funct-equiv
Basic equivalence relation for op-32-funct structures.
Op-32-funct-p
Recognizer for op-32-funct structures.
Op-32-funct-kind
Get the kind (tag) of a op-32-funct structure.
Op-32-funct-subw
Op-32-funct-srlw
Op-32-funct-sraw
Op-32-funct-sllw
Op-32-funct-remw
Op-32-funct-remuw
Op-32-funct-mulw
Op-32-funct-divw
Op-32-funct-divuw
Op-32-funct-addw