(modr/m-debug x) → *
Function: modr/m-debug$inline
(defun modr/m-debug$inline (x) (declare (xargs :guard (modr/m-p x))) (b* (((modr/m x))) (cons (cons 'r/m x.r/m) (cons (cons 'reg x.reg) (cons (cons 'mod x.mod) nil)))))