Get the kind (tag) of a op-imm-32-funct structure.
(op-imm-32-funct-kind x) → kind
Function:
(defun op-imm-32-funct-kind$inline (x) (declare (xargs :guard (op-imm-32-funct-p x))) (let ((__function__ 'op-imm-32-funct-kind)) (declare (ignorable __function__)) (mbe :logic (case (tag x) (otherwise :addiw)) :exec (car x))))
Theorem:
(defthm op-imm-32-funct-kind-possibilities (or (equal (op-imm-32-funct-kind x) :addiw)) :rule-classes ((:forward-chaining :trigger-terms ((op-imm-32-funct-kind x)))))