tcg: Merge INDEX_op_and_{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 10:32:44 -08:00
parent bf40f915fc
commit c3b920b3d6
8 changed files with 24 additions and 45 deletions

View file

@ -303,7 +303,7 @@ Logical
.. list-table::
* - and_i32/i64 *t0*, *t1*, *t2*
* - and *t0*, *t1*, *t2*
- | *t0* = *t1* & *t2*