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