tcg: Merge INDEX_op_mov_{i32,i64}

Begin to rely on TCGOp.type to discriminate operations,
rather than two different opcodes.  Convert mov first.
Introduce TCG_OPF_INT in order to keep opcode dumps the same.

Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
This commit is contained in:
Richard Henderson 2024-12-28 15:58:24 -08:00
parent 48e8de684a
commit b5701261da
17 changed files with 32 additions and 58 deletions

View file

@ -391,10 +391,10 @@ Misc
.. list-table::
* - mov_i32/i64 *t0*, *t1*
* - mov *t0*, *t1*
- | *t0* = *t1*
| Move *t1* to *t0* (both operands must have the same type).
| Move *t1* to *t0*.
* - bswap16_i32/i64 *t0*, *t1*, *flags*