mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-10 02:54:58 -06:00
tcg: add bswap16_i64 and bswap32_i64 TCG ops
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net> git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6832 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
dfa1a3f1c4
commit
9a5c57fdc1
2 changed files with 64 additions and 0 deletions
|
@ -152,6 +152,12 @@ DEF2(ext16s_i64, 1, 1, 0, 0)
|
|||
#ifdef TCG_TARGET_HAS_ext32s_i64
|
||||
DEF2(ext32s_i64, 1, 1, 0, 0)
|
||||
#endif
|
||||
#ifdef TCG_TARGET_HAS_bswap16_i64
|
||||
DEF2(bswap16_i64, 1, 1, 0, 0)
|
||||
#endif
|
||||
#ifdef TCG_TARGET_HAS_bswap32_i64
|
||||
DEF2(bswap32_i64, 1, 1, 0, 0)
|
||||
#endif
|
||||
#ifdef TCG_TARGET_HAS_bswap64_i64
|
||||
DEF2(bswap64_i64, 1, 1, 0, 0)
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue