tcg: Merge INDEX_op_sub_{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-06 22:06:32 -08:00
parent 3f057e2400
commit 60f34f55f1
7 changed files with 12 additions and 18 deletions

View file

@ -265,7 +265,7 @@ Arithmetic
- | *t0* = *t1* + *t2*
* - sub_i32/i64 *t0*, *t1*, *t2*
* - sub *t0*, *t1*, *t2*
- | *t0* = *t1* - *t2*