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