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