On 3/4/19 7:13 AM, Mateja Marjanovic wrote: > + if (rd != rt) { > + tcg_gen_mov_i64(cpu_gpr[rd], cpu_gpr[rt]); > + }
This condition replicates the one inside tcg_gen_mov_i64. r~
On 3/4/19 7:13 AM, Mateja Marjanovic wrote: > + if (rd != rt) { > + tcg_gen_mov_i64(cpu_gpr[rd], cpu_gpr[rt]); > + }
This condition replicates the one inside tcg_gen_mov_i64. r~