commit | 598aa1160c3d17ab9271daf1f69d093ebada3f25 | [log] [tgz] |
---|---|---|
author | Richard Henderson <richard.henderson@linaro.org> | Mon Apr 01 10:11:54 2019 +0700 |
committer | Palmer Dabbelt <palmer@sifive.com> | Fri May 24 12:09:23 2019 -0700 |
tree | c548ecd7a55313cdb884363cd8c0f05ce1f52a79 | |
parent | 0e68e240a9bd3b44a91cd6012f0e2bf2a43b9fe2 [diff] |
target/riscv: Split gen_arith_imm into functional and temp The tcg_gen_fooi_tl functions have some immediate constant folding built in, which match up with some of the riscv asm builtin macros, like mv and not. Signed-off-by: Richard Henderson <richard.henderson@linaro.org> Reviewed-by: Palmer Dabbelt <palmer@sifive.com> Signed-off-by: Palmer Dabbelt <palmer@sifive.com>