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