Lines Matching full:cpu_t3
67 static TCGv cpu_T[2], cpu_T3;
1448 tcg_gen_sar_tl(cpu_T3, cpu_T[0], cpu_tmp5);
1452 tcg_gen_shr_tl(cpu_T3, cpu_T[0], cpu_tmp5);
1456 tcg_gen_shl_tl(cpu_T3, cpu_T[0], cpu_tmp5);
1475 tcg_gen_mov_tl(t1, cpu_T3);
1804 tcg_gen_andi_tl(cpu_T3, cpu_T3, mask);
1807 tcg_gen_mov_tl(t2, cpu_T3);
5411 tcg_gen_movi_tl(cpu_T3, val);
5413 tcg_gen_ld_tl(cpu_T3, cpu_env, offsetof(CPUState, regs[R_ECX]));
7667 cpu_T3 = tcg_temp_new();