Re: [PATCH v2 03/27] target/s390x: Use tcg_constant_i32 for fpinst_extract_m34

2022-12-11 Thread Philippe Mathieu-Daudé
On 11/12/22 16:27, Richard Henderson wrote: Return a constant or NULL, which means the free may be removed from all callers of fpinst_extract_m34. Reviewed-by: Ilya Leoshkevich Signed-off-by: Richard Henderson --- target/s390x/tcg/translate.c | 26 +- 1 file changed,

[PATCH v2 03/27] target/s390x: Use tcg_constant_i32 for fpinst_extract_m34

2022-12-11 Thread Richard Henderson
Return a constant or NULL, which means the free may be removed from all callers of fpinst_extract_m34. Reviewed-by: Ilya Leoshkevich Signed-off-by: Richard Henderson --- target/s390x/tcg/translate.c | 26 +- 1 file changed, 1 insertion(+), 25 deletions(-) diff --git a/t