]> git.ipfire.org Git - thirdparty/qemu.git/commit
tcg: Add TCG_TARGET_HAS_MEMORY_BSWAP
authorRichard Henderson <richard.henderson@linaro.org>
Tue, 20 Nov 2018 07:37:42 +0000 (08:37 +0100)
committerRichard Henderson <richard.henderson@linaro.org>
Mon, 17 Dec 2018 03:04:44 +0000 (06:04 +0300)
commite1dcf3529d0797b25bb49a20e94b62eb93e7276a
tree772e79f2b1c6734d8b9dcac871caf04577dbc069
parent6498594c8eda83c5f5915afc34bd03396f8de6df
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>
tcg/aarch64/tcg-target.h
tcg/arm/tcg-target.h
tcg/i386/tcg-target.h
tcg/mips/tcg-target.h
tcg/ppc/tcg-target.h
tcg/s390/tcg-target.h
tcg/sparc/tcg-target.h
tcg/tcg-op.c
tcg/tci/tcg-target.h