[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v4 04/71] tcg/tci: Merge identical cases in generation
From: |
Philippe Mathieu-Daudé |
Subject: |
Re: [PATCH v4 04/71] tcg/tci: Merge identical cases in generation |
Date: |
Fri, 19 Feb 2021 00:24:40 +0100 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.7.0 |
On 2/17/21 9:19 PM, Richard Henderson wrote:
> Use CASE_32_64 and CASE_64 to reduce ifdefs and merge
> cases that are identical between 32-bit and 64-bit hosts.
>
> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
> ---
> tcg/tci/tcg-target.c.inc | 204 ++++++++++++++-------------------------
> 1 file changed, 73 insertions(+), 131 deletions(-)
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
But I had to split this patch to follow all the changes.
I'll send as a separate series, so if you find it useful you
can replace it.
- [PATCH v4 00/71] TCI fixes and cleanups, Richard Henderson, 2021/02/17
- [PATCH v4 01/71] tcg/tci: Use exec/cpu_ldst.h interfaces, Richard Henderson, 2021/02/17
- [PATCH v4 02/71] tcg: Split out tcg_raise_tb_overflow, Richard Henderson, 2021/02/17
- [PATCH v4 03/71] tcg: Manage splitwx in tc_ptr_to_region_tree by hand, Richard Henderson, 2021/02/17
- [PATCH v4 04/71] tcg/tci: Merge identical cases in generation, Richard Henderson, 2021/02/17
- Re: [PATCH v4 04/71] tcg/tci: Merge identical cases in generation,
Philippe Mathieu-Daudé <=
- [PATCH v4 05/71] tcg/tci: Remove tci_read_r8, Richard Henderson, 2021/02/17
- [PATCH v4 06/71] tcg/tci: Remove tci_read_r8s, Richard Henderson, 2021/02/17
- [PATCH v4 07/71] tcg/tci: Remove tci_read_r16, Richard Henderson, 2021/02/17
- [PATCH v4 08/71] tcg/tci: Remove tci_read_r16s, Richard Henderson, 2021/02/17