On 22/4/25 18:13, Philippe Mathieu-Daudé wrote:
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.
Sorry I missed it in patch #113 "tcg: Add add/sub with carry opcodes and
infrastructure".