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~
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