tcg: Merge INDEX_op_add_{i32,i64}

Rely on TCGOP_TYPE instead of opcodes specific to each type.

Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
This commit is contained in:
Richard Henderson 2025-01-06 09:11:39 -08:00
parent 662cdbcf00
commit 79602f632a
8 changed files with 22 additions and 33 deletions

View file

@ -261,7 +261,7 @@ Arithmetic
.. list-table::
* - add_i32/i64 *t0*, *t1*, *t2*
* - add *t0*, *t1*, *t2*
- | *t0* = *t1* + *t2*