Re: [PATCH] target/mips/translate: Simplify PCPYH using deposit_i64()

2021-02-12 Thread Philippe Mathieu-Daudé
On 2/13/21 1:19 AM, Philippe Mathieu-Daudé wrote: > Simplify the PCPYH (Parallel Copy Halfword) instruction by using > multiple calls to deposit_i64() which can be optimized by some > TCG backends. > > Signed-off-by: Philippe Mathieu-Daudé > --- > target/mips/translate.c | 36 ++-

[PATCH] target/mips/translate: Simplify PCPYH using deposit_i64()

2021-02-12 Thread Philippe Mathieu-Daudé
Simplify the PCPYH (Parallel Copy Halfword) instruction by using multiple calls to deposit_i64() which can be optimized by some TCG backends. Signed-off-by: Philippe Mathieu-Daudé --- target/mips/translate.c | 36 ++-- 1 file changed, 6 insertions(+), 30 deletions