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