Re: [Qemu-devel] [PATCH v2 5/5] target-arm: use deposit instead of hardcoded version

2012-09-25 Thread Peter Maydell
On 21 September 2012 20:33, Aurelien Jarno wrote: > Use the deposit op instead of and hardcoded bit field insertion. It > allows the host to emit the corresponding instruction if available. > > Signed-off-by: Aurelien Jarno Reviewed-by: Peter Maydell -- PMM

[Qemu-devel] [PATCH v2 5/5] target-arm: use deposit instead of hardcoded version

2012-09-21 Thread Aurelien Jarno
Use the deposit op instead of and hardcoded bit field insertion. It allows the host to emit the corresponding instruction if available. Signed-off-by: Aurelien Jarno --- target-arm/translate.c | 20 ++-- 1 file changed, 6 insertions(+), 14 deletions(-) diff --git a/target-arm/