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