Re: [PATCH 0/8] target/mips: Use tcg_constant_*

2021-10-11 Thread Philippe Mathieu-Daudé
On 10/3/21 19:57, Philippe Mathieu-Daudé wrote: > Replace temporary TCG registers by tcg_constant_*() when possible. > > Philippe Mathieu-Daudé (8): > target/mips: Remove unused register from MSA 2R/2RF instruction format > target/mips: Use tcg_constant_i32() in gen_msa_elm_df() >

[PATCH 0/8] target/mips: Use tcg_constant_*

2021-10-03 Thread Philippe Mathieu-Daudé
Replace temporary TCG registers by tcg_constant_*() when possible. Philippe Mathieu-Daudé (8): target/mips: Remove unused register from MSA 2R/2RF instruction format target/mips: Use tcg_constant_i32() in gen_msa_elm_df() target/mips: Use tcg_constant_i32() in gen_msa_2rf() target/mips: