(i80 x) → *
Function: i80$inline
(defun i80$inline (x) (declare (xargs :guard (integerp x))) (mbe :logic (logext 80 x) :exec (fast-logext 80 x)))