summaryrefslogtreecommitdiffstats
path: root/tcg/ppc/tcg-target.h
diff options
context:
space:
mode:
authormalc <av1474@comtv.ru>2010-04-06 02:53:11 +0400
committermalc <av1474@comtv.ru>2010-04-06 02:54:22 +0400
commita884dcb80451db46b9360c9695b5c55e5d03b16a (patch)
treeed2f5944cbd55b20084c0cf0667c268f5b004299 /tcg/ppc/tcg-target.h
parent61d3cf93e2676282ba1a8d568b2406257f208b26 (diff)
downloadhqemu-a884dcb80451db46b9360c9695b5c55e5d03b16a.zip
hqemu-a884dcb80451db46b9360c9695b5c55e5d03b16a.tar.gz
tcg/ppc: Implment bswap16/32
Signed-off-by: malc <av1474@comtv.ru>
Diffstat (limited to 'tcg/ppc/tcg-target.h')
-rw-r--r--tcg/ppc/tcg-target.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/tcg/ppc/tcg-target.h b/tcg/ppc/tcg-target.h
index d806fe2..5302428 100644
--- a/tcg/ppc/tcg-target.h
+++ b/tcg/ppc/tcg-target.h
@@ -83,8 +83,8 @@ enum {
#define TCG_TARGET_HAS_ext16s_i32
#define TCG_TARGET_HAS_ext8u_i32
#define TCG_TARGET_HAS_ext16u_i32
-/* #define TCG_TARGET_HAS_bswap16_i32 */
-/* #define TCG_TARGET_HAS_bswap32_i32 */
+#define TCG_TARGET_HAS_bswap16_i32
+#define TCG_TARGET_HAS_bswap32_i32
#define TCG_TARGET_HAS_not_i32
#define TCG_TARGET_HAS_neg_i32
#define TCG_TARGET_HAS_andc_i32
OpenPOWER on IntegriCloud