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