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