• Top
    • Documentation
    • Books
    • Boolean-reasoning
    • Projects
    • Debugging
    • Community
    • Std
    • Proof-automation
    • Macro-libraries
    • ACL2
    • Interfacing-tools
    • Hardware-verification
      • Gl
      • Esim
      • Vl2014
        • Warnings
        • Primitives
        • Use-set
        • Syntax
        • Getting-started
        • Utilities
        • Loader
        • Transforms
        • Lint
        • Mlib
          • Scopestack
          • Filtering-by-name
          • Vl-namefactory
          • Substitution
          • Allexprs
          • Hid-tools
          • Vl-consteval
          • Range-tools
            • Vl-slow-find-net/reg-range
            • Vl-ss-find-range
            • Vl-maybe-range-size
            • Vl-range-resolved-p
            • Vl-range-size
            • Vl-maybe-range-resolved-p
            • Vl-simplevar->range
            • Vl-simplereg->range
            • Vl-simplenet->range
            • Vl-make-n-bit-range
            • Vl-simplevar->signedp
            • Vl-simpletype->signedp
            • Vl-simpletype->range
            • Vl-simplereg->signedp
            • Vl-simplenet->signedp
            • Vl-simplenet->nettype
            • Vl-simplereglist-p
              • Vl-simplereglist-p-basics
            • Vl-simplereg-p
            • Vl-simpletype-p
            • Vl-simplenet-p
            • Vl-simplevar-p
          • Lvalexprs
          • Hierarchy
          • Finding-by-name
          • Expr-tools
          • Expr-slicing
          • Stripping-functions
          • Stmt-tools
          • Modnamespace
          • Vl-parse-expr-from-str
          • Welltyped
          • Reordering-by-name
          • Flat-warnings
          • Genblob
          • Expr-building
          • Datatype-tools
          • Syscalls
          • Relocate
          • Expr-cleaning
          • Namemangle
          • Caremask
          • Port-tools
          • Lvalues
        • Server
        • Kit
        • Printer
        • Esim-vl
        • Well-formedness
      • Sv
      • Fgl
      • Vwsim
      • Vl
      • X86isa
      • Svl
      • Rtl
    • Software-verification
    • Math
    • Testing-utilities
  • Range-tools

Vl-simplereglist-p

(vl-simplereglist-p x) recognizes lists where every element satisfies vl-simplereg-p.

Signature
(vl-simplereglist-p x) → std::bool

This is an ordinary deflist. It is "loose" in that it does not care whether x is nil-terminated.

Definitions and Theorems

Function: vl-simplereglist-p

(defun vl-simplereglist-p (x)
  (declare (xargs :guard (vl-vardecllist-p x)))
  (let ((__function__ 'vl-simplereglist-p))
    (declare (ignorable __function__))
    (if (consp x)
        (and (vl-simplereg-p (car x))
             (vl-simplereglist-p (cdr x)))
      t)))

Subtopics

Vl-simplereglist-p-basics
Basic theorems about vl-simplereglist-p, generated by deflist.