mirror of
https://github.com/izzy2lost/xemu.git
synced 2026-07-06 00:20:22 -07:00
tcg: Rename INDEX_op_bswap64_i64 to INDEX_op_bswap64
Even though bswap64 can only be used with TCG_TYPE_I64, rename the opcode to maintain uniformity. Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Reviewed-by: Pierrick Bouvier <pierrick.bouvier@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
This commit is contained in:
@@ -431,10 +431,11 @@ Misc
|
||||
they apply from bit 31 instead of bit 15. On TCG_TYPE_I32, the
|
||||
flags should be zero.
|
||||
|
||||
* - bswap64_i64 *t0*, *t1*, *flags*
|
||||
* - bswap64 *t0*, *t1*, *flags*
|
||||
|
||||
- | 64 bit byte swap. The flags are ignored, but still present
|
||||
for consistency with the other bswap opcodes.
|
||||
for consistency with the other bswap opcodes. For future
|
||||
compatibility, the flags should be zero.
|
||||
|
||||
* - discard_i32/i64 *t0*
|
||||
|
||||
|
||||
Reference in New Issue
Block a user