On 15/4/25 21:24, Richard Henderson wrote:
Create a function for performing an add with carry-in and producing carry out. The carry-out result is boolean.Signed-off-by: Richard Henderson <[email protected]> --- include/tcg/tcg-op-common.h | 4 ++ include/tcg/tcg-op.h | 2 + tcg/tcg-op.c | 95 +++++++++++++++++++++++++++++++++++++ 3 files changed, 101 insertions(+)
Please add brief documentation in docs/devel/tcg-ops.rst.
