• Top
    • Documentation
    • Books
    • Boolean-reasoning
    • Projects
    • Debugging
    • Std
    • Proof-automation
    • Macro-libraries
    • ACL2
    • Interfacing-tools
    • Hardware-verification
      • Gl
      • Esim
      • Vl2014
      • Sv
        • Svex-stvs
        • Svex-decomposition-methodology
        • Sv-versus-esim
        • Svex-decomp
        • Svex-compose-dfs
        • Svex-compilation
        • Moddb
        • Svmods
        • Svstmt
        • Sv-tutorial
        • Expressions
          • Rewriting
          • Svex
          • Bit-blasting
          • Functions
          • 4vmask
            • Svex-argmasks
            • 4vmask-p
            • 4vmask-subsumes
            • 4veclist-mask
            • 4vec-mask-to-zero
            • 4vec-mask
            • 4vmasklist-subsumes
            • 4vmask-union
            • 4vec-mask?
            • 4vmask-equiv
            • 4vmask-fix
            • 4vmask-alist
            • 4veclist-mask?
            • 4vmasklist
            • 4vmask-empty
            • Why-infinite-width
            • Svex-vars
            • Evaluation
            • Values
          • Symbolic-test-vector
          • Vl-to-svex
        • Fgl
        • Vwsim
        • Vl
        • X86isa
        • Svl
        • Rtl
      • Software-verification
      • Math
      • Testing-utilities
    • 4vmask

    4vmask-empty

    (4vmask-empty x) recognizes the empty 4vmask.

    Signature
    (4vmask-empty x) → *
    Arguments
    x — Guard (4vmask-p x).

    Definitions and Theorems

    Function: 4vmask-empty$inline

    (defun 4vmask-empty$inline (x)
      (declare (xargs :guard (4vmask-p x)))
      (let ((__function__ '4vmask-empty))
        (declare (ignorable __function__))
        (sparseint-equal (4vmask-fix x) 0)))