mirror of
https://github.com/qemu/qemu.git
synced 2024-11-24 11:23:43 +08:00
tcg: allow bswap16_i32 to be implemented by TCG backends
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net> git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6830 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
66896cb803
commit
84aafb06ff
@ -89,6 +89,9 @@ DEF2(ext8s_i32, 1, 1, 0, 0)
|
||||
#ifdef TCG_TARGET_HAS_ext16s_i32
|
||||
DEF2(ext16s_i32, 1, 1, 0, 0)
|
||||
#endif
|
||||
#ifdef TCG_TARGET_HAS_bswap16_i32
|
||||
DEF2(bswap16_i32, 1, 1, 0, 0)
|
||||
#endif
|
||||
#ifdef TCG_TARGET_HAS_bswap32_i32
|
||||
DEF2(bswap32_i32, 1, 1, 0, 0)
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user