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