Basic constructor macro for branch-funct-bgeu structures.
(make-branch-funct-bgeu )
This is the usual way to construct branch-funct-bgeu structures. It simply conses together a structure with the specified fields.
This macro generates a new branch-funct-bgeu structure from scratch. See also change-branch-funct-bgeu, which can "change" an existing structure, instead.
This is an ordinary
Macro:
(defmacro make-branch-funct-bgeu (&rest args) (std::make-aggregate 'branch-funct-bgeu args 'nil 'make-branch-funct-bgeu nil))
Function:
(defun branch-funct-bgeu nil (declare (xargs :guard t)) (cons :bgeu (list)))