Re: [Qemu-devel] [PATCH for-4.1 7/8] target/riscv: Split gen_arith_imm into functional and temp

2019-04-25 Thread Palmer Dabbelt
On Sun, 31 Mar 2019 20:11:54 PDT (-0700), richard.hender...@linaro.org wrote: 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 --- target/riscv/insn_trans/tra

[Qemu-devel] [PATCH for-4.1 7/8] target/riscv: Split gen_arith_imm into functional and temp

2019-03-31 Thread Richard Henderson
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 --- target/riscv/insn_trans/trans_rvi.inc.c | 14 +++--- target/riscv/translate.c| 19 +