[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v4 13/71] tcg/tci: Merge extension operations
From: |
Philippe Mathieu-Daudé |
Subject: |
Re: [PATCH v4 13/71] tcg/tci: Merge extension operations |
Date: |
Fri, 19 Feb 2021 00:22:59 +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:
> This includes ext8s, ext8u, ext16s, ext16u.
>
> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
> ---
> tcg/tci.c | 44 ++++++++------------------------------------
> 1 file changed, 8 insertions(+), 36 deletions(-)
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
- [PATCH v4 07/71] tcg/tci: Remove tci_read_r16, (continued)
- [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
- [PATCH v4 09/71] tcg/tci: Remove tci_read_r32, Richard Henderson, 2021/02/17
- [PATCH v4 10/71] tcg/tci: Remove tci_read_r32s, Richard Henderson, 2021/02/17
- [PATCH v4 11/71] tcg/tci: Reduce use of tci_read_r64, Richard Henderson, 2021/02/17
- [PATCH v4 12/71] tcg/tci: Merge basic arithmetic operations, Richard Henderson, 2021/02/17
- [PATCH v4 13/71] tcg/tci: Merge extension operations, Richard Henderson, 2021/02/17
- Re: [PATCH v4 13/71] tcg/tci: Merge extension operations,
Philippe Mathieu-Daudé <=
- [PATCH v4 14/71] tcg/tci: Remove ifdefs for TCG_TARGET_HAS_ext32[us]_i64, Richard Henderson, 2021/02/17
- [PATCH v4 15/71] tcg/tci: Merge bswap operations, Richard Henderson, 2021/02/17
- [PATCH v4 16/71] tcg/tci: Merge mov, not and neg operations, Richard Henderson, 2021/02/17
- [PATCH v4 17/71] tcg/tci: Rename tci_read_r to tci_read_rval, Richard Henderson, 2021/02/17
- [PATCH v4 18/71] tcg/tci: Split out tci_args_rrs, Richard Henderson, 2021/02/17
- [PATCH v4 19/71] tcg/tci: Split out tci_args_rr, Richard Henderson, 2021/02/17
- [PATCH v4 21/71] tcg/tci: Split out tci_args_rrrc, Richard Henderson, 2021/02/17
- [PATCH v4 20/71] tcg/tci: Split out tci_args_rrr, Richard Henderson, 2021/02/17