Re: [Qemu-devel] [PATCH v4 10/33] tcg-aarch64: Implement mov with tcg_fmt_* functions

2013-09-16 Thread Claudio Fontana
On 14.09.2013 23:54, Richard Henderson wrote: > Avoid the magic numbers in the current implementation. > > Signed-off-by: Richard Henderson > --- > tcg/aarch64/tcg-target.c | 24 ++-- > 1 file changed, 10 insertions(+), 14 deletions(-) > > diff --git a/tcg/aarch64/tcg-target

[Qemu-devel] [PATCH v4 10/33] tcg-aarch64: Implement mov with tcg_fmt_* functions

2013-09-14 Thread Richard Henderson
Avoid the magic numbers in the current implementation. Signed-off-by: Richard Henderson --- tcg/aarch64/tcg-target.c | 24 ++-- 1 file changed, 10 insertions(+), 14 deletions(-) diff --git a/tcg/aarch64/tcg-target.c b/tcg/aarch64/tcg-target.c index 56625a9..93badfd 100644 --