• Top
    • Documentation
    • Books
    • Boolean-reasoning
    • Projects
    • Debugging
    • Community
    • Std
    • Proof-automation
    • Macro-libraries
    • ACL2
    • Interfacing-tools
    • Hardware-verification
    • Software-verification
      • Kestrel-books
        • Crypto-hdwallet
        • Apt
        • Error-checking
        • Fty-extensions
        • Isar
        • Kestrel-utilities
        • Set
        • Soft
        • C
        • Bv
        • Imp-language
        • Event-macros
        • Java
        • Riscv
          • Specification
            • Semantics
            • Features
            • 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
              • Instr-validp
              • Branch-funct
              • Op-imms-funct
              • Store-funct
              • Op-imms-32-funct
              • Instr-option
              • Op-imm-32-funct
            • Encoding
            • States
            • Reads-over-writes
            • Semantics-equivalences
            • Decoding
            • Execution
          • Executable
          • Specialized
          • Optimized
        • Bitcoin
        • Ethereum
        • Yul
        • Zcash
        • ACL2-programming-language
        • Prime-fields
        • Json
        • Syntheto
        • File-io-light
        • Cryptography
        • Number-theory
        • Lists-light
        • Axe
        • Builtins
        • Solidity
        • Helpers
        • Htclient
        • Typed-lists-light
        • Arithmetic-light
      • X86isa
      • Axe
      • Execloader
    • Math
    • Testing-utilities
  • Instructions

Op-32-funct

Fixtype of names of instructions with the OP-32 opcode [ISA:4.2.2] [ISA:12.1] [ISA:12.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