Re: [PATCH v3 010/162] tcg: Convert andc to TCGOutOpBinary

2025-02-26 Thread Philippe Mathieu-Daudé
On 17/2/25 00:07, Richard Henderson wrote: At the same time, drop all backend support for immediate operands, as we now transform andc to and during optimize. Signed-off-by: Richard Henderson --- tcg/aarch64/tcg-target-has.h | 2 -- tcg/arm/tcg-target-has.h | 1 - tcg/

[PATCH v3 010/162] tcg: Convert andc to TCGOutOpBinary

2025-02-16 Thread Richard Henderson
At the same time, drop all backend support for immediate operands, as we now transform andc to and during optimize. Signed-off-by: Richard Henderson --- tcg/aarch64/tcg-target-has.h | 2 -- tcg/arm/tcg-target-has.h | 1 - tcg/i386/tcg-target-con-set.h| 2 +- tcg/i3