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