Add AddInt63Overflow and SubInt63Overflow
Summary:
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.
Test Plan: ninja check
Reviewers: deadalnix, O1 Bitcoin ABC, #bitcoin_abc, Fabien
Reviewed By: deadalnix, O1 Bitcoin ABC, #bitcoin_abc, Fabien
Subscribers: majcosta, Fabien
Differential Revision: https://reviews.bitcoinabc.org/D9928