tcg-aarch64: Use TCGMemOp in qemu_ld/st
authorRichard Henderson <rth@twiddle.net>
Wed, 26 Feb 2014 23:54:38 +0000 (18:54 -0500)
committerRichard Henderson <rth@redhat.com>
Wed, 16 Apr 2014 16:13:00 +0000 (12:13 -0400)
commit9e4177ad6d5e5430b03a6262fe80fb9e5ffc275d
tree71ed82237be73c9041e06033ae5165979f3ff172
parentdc0c8aaf2cf4fe4668aba53ed2e3ecbd16206b73
tcg-aarch64: Use TCGMemOp in qemu_ld/st

Making the bswap conditional on the memop instead of a compile-time test.

Reviewed-by: Claudio Fontana <claudio.fontana@huawei.com>
Signed-off-by: Richard Henderson <rth@twiddle.net>
tcg/aarch64/tcg-target.c