• Top
    • Documentation
    • Books
    • Recursion-and-induction
    • Boolean-reasoning
    • Projects
    • Debugging
    • Std
    • Proof-automation
    • Macro-libraries
    • ACL2
    • Interfacing-tools
    • Hardware-verification
    • Software-verification
      • Kestrel-books
      • X86isa
        • Program-execution
        • Introduction
        • X86isa-build-instructions
        • Publications
        • Contributors
        • Machine
          • Syscalls
          • Cpuid
          • X86isa-state
          • Linear-memory
          • Rflag-specifications
          • Characterizing-undefined-behavior
          • Top-level-memory
          • App-view
          • X86-decoder
          • Physical-memory
          • Decoding-and-spec-utils
          • Instructions
            • Two-byte-opcodes
            • One-byte-opcodes
            • Fp-opcodes
            • Instruction-semantic-functions
            • Opcode-maps
              • Cpuid
              • Create-inst-doc
              • Opcode-maps-structures
              • Implemented-opcodes
              • Create-insts-doc-aux
              • Create-insts-doc
              • Chk-exc-fn
              • Gen-operand-type-code-doc
              • Gen-addressing-method-code-doc
              • Create-arg-doc
              • Create-extra-info-doc
              • Create-args-doc
              • Symbol-list-to-string
              • Create-extra-info-doc-string
              • Addressing-method-code-p
              • Operand-type-code-p
              • Get-operand-type-code-doc
              • Get-addressing-method-doc
              • Filtering-instructions
              • Eval-pre-map
            • X86-illegal-instruction
            • Implemented-opcodes
            • X86-device-not-available
            • X86-general-protection
            • X86-step-unimplemented
            • Privileged-opcodes
          • X86-modes
          • Segmentation
          • Register-readers-and-writers
          • Other-non-deterministic-computations
          • Environment
          • Paging
        • Implemented-opcodes
        • Proof-utilities
        • To-do
        • Concrete-simulation-examples
        • Model-validation
        • Utils
        • Debugging-code-proofs
      • Execloader
      • Axe
    • Testing-utilities
    • Math
  • Instructions
  • X86-decoder

Opcode-maps

ACL2 representation of x86 Opcode Maps (see Intel Manuals, Vol. 2, Appendix A)

Subtopics

Cpuid
Determining which CPUID features are supported in x86isa
Create-inst-doc
Opcode-maps-structures
Structures for representing of Intel's x86 Opcode Maps in ACL2
Implemented-opcodes
Intel Opcodes Supported in x86isa
Create-insts-doc-aux
Create-insts-doc
Chk-exc-fn
Gen-operand-type-code-doc
Gen-addressing-method-code-doc
Create-arg-doc
Create-extra-info-doc
Create-args-doc
Symbol-list-to-string
Create-extra-info-doc-string
Addressing-method-code-p
Codes for Operand Addressing Method; See Intel Vol. 2, Appendix A.2.1
Operand-type-code-p
Codes for Operand Type; See Intel Vol. 2, Appendix A.2.2
Get-operand-type-code-doc
Get-addressing-method-doc
Filtering-instructions
Some Functions to operate on the ACL2 representation of Intel's Opcode Maps
Eval-pre-map