tcg: Merge INDEX_op_mul_{i32,i64}

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-07 09:32:18 -08:00
parent 1e4ac0ea5d
commit d2c3ecadea
7 changed files with 19 additions and 23 deletions

View file

@ -273,7 +273,7 @@ Arithmetic
- | *t0* = -*t1* (two's complement)
* - mul_i32/i64 *t0*, *t1*, *t2*
* - mul *t0*, *t1*, *t2*
- | *t0* = *t1* * *t2*