qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH v5 00/13] target/mips: Extract MXU code to new mxu_translate.


From: Philippe Mathieu-Daudé
Subject: Re: [PATCH v5 00/13] target/mips: Extract MXU code to new mxu_translate.c file
Date: Sun, 14 Mar 2021 00:45:09 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.8.0

On 2/26/21 10:30 AM, Philippe Mathieu-Daudé wrote:
> Series fully reviewed.

> Philippe Mathieu-Daud=C3=A9 (13):
>   target/mips/meson: Introduce mips_tcg source set
>   target/mips/meson: Restrict mips-semi.c to TCG
>   target/mips: Rewrite complex ifdef'ry
>   target/mips: Remove XBurst Media eXtension Unit dead code
>   target/mips: Remove unused CPUMIPSState* from MXU functions
>   target/mips: Pass instruction opcode to decode_opc_mxu()
>   target/mips: Use OPC_MUL instead of OPC__MXU_MUL
>   target/mips: Move MUL opcode check from decode_mxu() to
>     decode_legacy()
>   target/mips: Rename decode_opc_mxu() as decode_ase_mxu()
>   target/mips: Convert decode_ase_mxu() to decodetree prototype
>   target/mips: Simplify decode_opc_mxu() ifdef'ry
>   target/mips: Introduce mxu_translate_init() helper
>   target/mips: Extract MXU code to new mxu_translate.c file
> 
>  target/mips/translate.h     |    4 +
>  target/mips/mxu_translate.c | 1609 +++++++++++++++++++
>  target/mips/translate.c     | 2920 +----------------------------------
>  target/mips/meson.build     |   13 +-
>  4 files changed, 1636 insertions(+), 2910 deletions(-)
>  create mode 100644 target/mips/mxu_translate.c
Thanks, applied to mips-next.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]