• Top
    • Documentation
    • Books
    • Boolean-reasoning
    • Debugging
    • Projects
    • 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
              • Create-insts-doc-aux
              • Chk-exc-fn
              • Gen-operand-type-code-doc
              • Gen-addressing-method-code-doc
              • Create-arg-doc
              • Create-extra-info-doc
              • Create-extra-info-doc-string
              • Create-args-doc
              • Symbol-list-to-string
              • Get-operand-type-code-doc
              • Get-addressing-method-doc
              • Filtering-instructions
                • Select-insts
                • Remove-insts-with-feat
                • Keep-insts-with-feat
                • Select-opcode-map
              • Addressing-method-code-p
              • Operand-type-code-p
              • Eval-pre-map
            • X86-illegal-instruction
            • Implemented-opcodes
            • X86-general-protection
            • X86-device-not-available
            • 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
      • Axe
      • Execloader
    • Math
    • Testing-utilities
  • Opcode-maps

Filtering-instructions

Some Functions to operate on the ACL2 representation of Intel's Opcode Maps

Subtopics

Select-insts
Select instructions satisfying some conditions, and then either remove the selection or keep only the selection
Remove-insts-with-feat
Remove all instructions from inst-lst that have ANY feature present in feat
Keep-insts-with-feat
Keep all instructions from inst-lst that have ANY feature present in feat
Select-opcode-map