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