sim-card
/
qemu
Archived
10
0
Fork 0

tcg/README: improve description of bswap*

Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
This commit is contained in:
Aurelien Jarno 2010-04-10 03:36:21 +02:00
parent bbe1dab430
commit 837d987bb9
1 changed files with 4 additions and 4 deletions

View File

@ -268,13 +268,13 @@ ext32u_i64 t0, t1
* bswap16_i32/i64 t0, t1
16 bit byte swap on a 32/64 bit value. The two/six high order bytes must be
set to zero.
16 bit byte swap on a 32/64 bit value. It assumes that the two/six high order
bytes are set to zero.
* bswap32_i32/i64 t0, t1
32 bit byte swap on a 32/64 bit value. With a 64 bit value, the four high
order bytes must be set to zero.
32 bit byte swap on a 32/64 bit value. With a 64 bit value, it assumes that
the four high order bytes are set to zero.
* bswap64_i64 t0, t1