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