On 09/28/2016 11:41 AM, Nikunj A Dadhania wrote: > + tcg_gen_mov_i64(t0, cpu_gpr[rA(ctx->opcode)]); > + tcg_gen_deposit_i64(cpu_vsrl(xT(ctx->opcode)), t0, t0, 32, 32);
Why are you using t0? r~
On 09/28/2016 11:41 AM, Nikunj A Dadhania wrote: > + tcg_gen_mov_i64(t0, cpu_gpr[rA(ctx->opcode)]); > + tcg_gen_deposit_i64(cpu_vsrl(xT(ctx->opcode)), t0, t0, 32, 32);
Why are you using t0? r~