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