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