Re: [PATCH 64/73] tcg: Merge integer add2, sub2 operations

2025-01-06 Thread Philippe Mathieu-Daudé
On 2/1/25 19:06, Richard Henderson wrote: For TCI, we're losing type information from the interpreter. Limit the opcodes to the host register size; on 64-bit host it's just as easy to reconstruct 64-bit operands for normal add/sub. Signed-off-by: Richard Henderson --- include/tcg/tcg-opc.h

[PATCH 64/73] tcg: Merge integer add2, sub2 operations

2025-01-02 Thread Richard Henderson
For TCI, we're losing type information from the interpreter. Limit the opcodes to the host register size; on 64-bit host it's just as easy to reconstruct 64-bit operands for normal add/sub. Signed-off-by: Richard Henderson --- include/tcg/tcg-opc.h| 6 +-- tcg/tci/tcg-target-has.h |