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