Re: [Qemu-devel] [PATCH 18/26] tcg-aarch64: Use TCGMemOp in qemu_ld/st

2014-03-26 Thread Claudio Fontana
On 15.03.2014 03:48, Richard Henderson wrote: > Making the bswap conditional on the memop instead of a > compile-time test instead. too many insteads? :) > Signed-off-by: Richard Henderson > --- > tcg/aarch64/tcg-target.c | 131 > +++ > 1 file change

[Qemu-devel] [PATCH 18/26] tcg-aarch64: Use TCGMemOp in qemu_ld/st

2014-03-14 Thread Richard Henderson
Making the bswap conditional on the memop instead of a compile-time test instead. Signed-off-by: Richard Henderson --- tcg/aarch64/tcg-target.c | 131 +++ 1 file changed, 63 insertions(+), 68 deletions(-) diff --git a/tcg/aarch64/tcg-target.c b/tcg/aa