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