OSDN Git Service

target/s390x: Use tcg_constant_i32 for fpinst_extract_m34
authorRichard Henderson <richard.henderson@linaro.org>
Mon, 20 Feb 2023 18:40:28 +0000 (08:40 -1000)
committerThomas Huth <thuth@redhat.com>
Mon, 27 Feb 2023 08:15:39 +0000 (09:15 +0100)
commit6276d93faa5546e5c616eecc333d9ea397b763ac
tree17a6d193d5c646497bbe5e89d889241e9a822739
parentf5d7b0e2e05526585e9cad9284ca265838fd1799
target/s390x: Use tcg_constant_i32 for fpinst_extract_m34

Return a constant or NULL, which means the free may be
removed from all callers of fpinst_extract_m34.

Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Ilya Leoshkevich <iii@linux.ibm.com>
Message-Id: <20230220184052.163465-4-richard.henderson@linaro.org>
Signed-off-by: Thomas Huth <thuth@redhat.com>
target/s390x/tcg/translate.c