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