(segment-selectorbits-debug x) → *
Function:
(defun segment-selectorbits-debug (x) (declare (xargs :guard (segment-selectorbits-p x))) (let ((__function__ 'segment-selectorbits-debug)) (declare (ignorable __function__)) (b* (((segment-selectorbits x))) (cons (cons 'rpl x.rpl) (cons (cons 'ti x.ti) (cons (cons 'index x.index) nil))))))