Computes 63+sign-bit addition and subtraction with overflow checks. It uses builtin_saddll_overflow and builtin_ssubll_overflow if available and falls back to AddInt63OverflowEmulated and SubInt63OverflowEmulated otherwise.
Allows 63+sign-bit integers in Script down the line.