summaryrefslogtreecommitdiffstats
path: root/tcg/tci/tcg-target.h
diff options
context:
space:
mode:
authorRichard Henderson2018-11-20 08:37:42 +0100
committerRichard Henderson2018-12-17 04:04:44 +0100
commite1dcf3529d0797b25bb49a20e94b62eb93e7276a (patch)
tree772e79f2b1c6734d8b9dcac871caf04577dbc069 /tcg/tci/tcg-target.h
parenttcg/optimize: Optimize bswap (diff)
downloadqemu-e1dcf3529d0797b25bb49a20e94b62eb93e7276a.tar.gz
qemu-e1dcf3529d0797b25bb49a20e94b62eb93e7276a.tar.xz
qemu-e1dcf3529d0797b25bb49a20e94b62eb93e7276a.zip
tcg: Add TCG_TARGET_HAS_MEMORY_BSWAP
For now, defined universally as true, since we previously required backends to implement swapped memory operations. Future patches may now remove that support where it is onerous. Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Diffstat (limited to 'tcg/tci/tcg-target.h')
-rw-r--r--tcg/tci/tcg-target.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/tcg/tci/tcg-target.h b/tcg/tci/tcg-target.h
index 26140d78cb..086f34e69a 100644
--- a/tcg/tci/tcg-target.h
+++ b/tcg/tci/tcg-target.h
@@ -198,6 +198,8 @@ static inline void flush_icache_range(uintptr_t start, uintptr_t stop)
We prefer consistency across hosts on this. */
#define TCG_TARGET_DEFAULT_MO (0)
+#define TCG_TARGET_HAS_MEMORY_BSWAP 1
+
static inline void tb_target_set_jmp_target(uintptr_t tc_ptr,
uintptr_t jmp_addr, uintptr_t addr)
{