Re: [PATCH] tcg: Increase width of temp_subindex

2024-02-12 Thread Michael Tokarev
13.02.2024 08:44, Michael Tokarev wrote: 13.02.2024 05:21, Richard Henderson: We need values 0-3 for TCG_TYPE_I128 on 32-bit hosts. Cc: qemu-sta...@nongnu.org Fixes: 43eef72f4109 ("tcg: Add temp allocation for TCGv_i128") Resolves: https://gitlab.com/qemu-project/qemu/-/issues/2159 Signed-off-b

Re: [PATCH] tcg: Increase width of temp_subindex

2024-02-12 Thread Michael Tokarev
13.02.2024 05:21, Richard Henderson: We need values 0-3 for TCG_TYPE_I128 on 32-bit hosts. Cc: qemu-sta...@nongnu.org Fixes: 43eef72f4109 ("tcg: Add temp allocation for TCGv_i128") Resolves: https://gitlab.com/qemu-project/qemu/-/issues/2159 Signed-off-by: Richard Henderson --- I feel certain

Re: [PATCH] tcg: Increase width of temp_subindex

2024-02-12 Thread Philippe Mathieu-Daudé
On 13/2/24 03:21, Richard Henderson wrote: We need values 0-3 for TCG_TYPE_I128 on 32-bit hosts. Cc: qemu-sta...@nongnu.org Fixes: 43eef72f4109 ("tcg: Add temp allocation for TCGv_i128") Resolves: https://gitlab.com/qemu-project/qemu/-/issues/2159 Signed-off-by: Richard Henderson --- I feel ce

[PATCH] tcg: Increase width of temp_subindex

2024-02-12 Thread Richard Henderson
We need values 0-3 for TCG_TYPE_I128 on 32-bit hosts. Cc: qemu-sta...@nongnu.org Fixes: 43eef72f4109 ("tcg: Add temp allocation for TCGv_i128") Resolves: https://gitlab.com/qemu-project/qemu/-/issues/2159 Signed-off-by: Richard Henderson --- I feel certain that I made this change back when I int