commit | df81ff51d50b22c52e609e13d5292d09e4634659 | [log] [tgz] |
---|---|---|
author | Aurelien Jarno <aurelien@aurel32.net> | Wed Aug 28 13:51:40 2013 +0200 |
committer | Aurelien Jarno <aurelien@aurel32.net> | Tue Sep 03 01:34:46 2013 +0200 |
tree | 27ca8ea1b9f4c87bad165c9aa32add796442a14c | |
parent | 988902fc3bc599f7431461b790f3d63d3a2357f9 [diff] |
tcg/mips: inline bswap16/bswap32 ops Use an inline version for the bswap16 and bswap32 ops to avoid testing for MIPS32R2 instructions availability, as these ops are only available in that case. Reviewed-by: Richard Henderson <rth@twiddle.net> Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>