Re: [Qemu-devel] [PATCH 12/14] target-mips: use deposit instead of hardcoded version

2012-10-10 Thread Richard Henderson
On 10/09/2012 01:27 PM, 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: Richard Henderson r~

[Qemu-devel] [PATCH 12/14] target-mips: use deposit instead of hardcoded version

2012-10-09 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-mips/translate.c | 27 --- 1 file changed, 4 insertions(+), 23 deletions(-) diff --git a/tar