commit | 9c6aa274a494ce807e998a3652fa16a3d2da4387 | [log] [tgz] |
---|---|---|
author | Richard Henderson <richard.henderson@linaro.org> | Wed Apr 05 18:30:56 2023 -0700 |
committer | Richard Henderson <richard.henderson@linaro.org> | Sun Apr 23 08:24:07 2023 +0100 |
tree | a003adcb20368ef57d7242bffd948ac29c452de4 | |
parent | 9ecf5f61b8f468f17483f325f565802c645983a5 [diff] |
tcg: Split out tcg_out_exts_i32_i64 We will need a backend interface for type extension with sign. Use it in tcg_reg_alloc_op in the meantime. Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>