mirror of
https://github.com/Motorhead1991/qemu.git
synced 2026-01-05 22:17:40 -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:
parent
613b571c93
commit
3ad5d4ccb4
7 changed files with 15 additions and 15 deletions
|
|
@ -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*
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue