From: Aurelien Jarno Date: Sat, 10 Apr 2010 01:36:21 +0000 (+0200) Subject: tcg/README: improve description of bswap* X-Git-Tag: v0.13.0-rc0~816 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=837d987bb9aab751cdf92f81c852e2819094232f;p=thirdparty%2Fqemu.git tcg/README: improve description of bswap* Signed-off-by: Aurelien Jarno --- diff --git a/tcg/README b/tcg/README index 3433908460a..68d27ffa6d7 100644 --- a/tcg/README +++ b/tcg/README @@ -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