commit | f1c29532e7f85932d541fc733fda82e8cf887311 | [log] [tgz] |
---|---|---|
author | Richard Henderson <richard.henderson@linaro.org> | Thu Oct 19 09:15:22 2023 -0700 |
committer | Richard Henderson <richard.henderson@linaro.org> | Sun Oct 22 16:32:28 2023 -0700 |
tree | ddcd8fe330606890f64cd5b3cc0f8aea7aed53c7 | |
parent | 93c86ecd77a308e023fe158936abc78ea01072d5 [diff] |
tcg: Export tcg_gen_ext_{i32,i64,tl} The two concrete type functions already existed, merely needing a bit of hardening to invalid inputs. Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>