Lines Matching refs:t

510 static void do_pred_flags(TCGv_i32 t)  in do_pred_flags()  argument
512 tcg_gen_mov_i32(cpu_NF, t); in do_pred_flags()
513 tcg_gen_andi_i32(cpu_ZF, t, 2); in do_pred_flags()
514 tcg_gen_andi_i32(cpu_CF, t, 1); in do_pred_flags()
521 TCGv_i32 t = tcg_temp_new_i32(); in do_predtest1() local
523 gen_helper_sve_predtest1(t, d, g); in do_predtest1()
524 do_pred_flags(t); in do_predtest1()
531 TCGv_i32 t = tcg_temp_new_i32(); in do_predtest() local
536 gen_helper_sve_predtest(t, dptr, gptr, tcg_constant_i32(words)); in do_predtest()
538 do_pred_flags(t); in do_predtest()
1612 TCGv_i64 t; in do_predset() local
1628 t = tcg_temp_new_i64(); in do_predset()
1630 tcg_gen_movi_i64(t, lastword); in do_predset()
1631 tcg_gen_st_i64(t, tcg_env, ofs); in do_predset()
1648 tcg_gen_movi_i64(t, word); in do_predset()
1650 tcg_gen_st_i64(t, tcg_env, ofs + i); in do_predset()
1653 tcg_gen_movi_i64(t, lastword); in do_predset()
1654 tcg_gen_st_i64(t, tcg_env, ofs + i); in do_predset()
1658 tcg_gen_movi_i64(t, 0); in do_predset()
1660 tcg_gen_st_i64(t, tcg_env, ofs + i); in do_predset()
1711 TCGv_i32 t; in do_pfirst_pnext() local
1719 t = tcg_temp_new_i32(); in do_pfirst_pnext()
1721 gen_fn(t, t_pd, t_pg, tcg_constant_i32(desc)); in do_pfirst_pnext()
1723 do_pred_flags(t); in do_pfirst_pnext()
2217 TCGv_i64 t = tcg_temp_new_i64(); in trans_INSR_f() local
2218 tcg_gen_ld_i64(t, tcg_env, vec_reg_offset(s, a->rm, 0, MO_64)); in trans_INSR_f()
2219 do_insr_i64(s, a, t); in trans_INSR_f()
2689 TCGv_i64 t = load_esz(tcg_env, ofs, a->esz); in trans_CPY_m_v() local
2690 do_cpy_m(s, a->esz, a->rd, a->rd, a->pg, t); in trans_CPY_m_v()
2726 TCGv_i32 t; in do_ppzz_flags() local
2736 t = tcg_temp_new_i32(); in do_ppzz_flags()
2747 gen_fn(t, pd, zn, zm, pg, tcg_constant_i32(simd_desc(vsz, vsz, 0))); in do_ppzz_flags()
2749 do_pred_flags(t); in do_ppzz_flags()
2800 TCGv_i32 t; local
2810 t = tcg_temp_new_i32();
2819 gen_fn(t, pd, zn, pg, tcg_constant_i32(simd_desc(vsz, vsz, a->imm)));
2821 do_pred_flags(t);
2872 TCGv_i32 t = tcg_temp_new_i32(); in DO_PPZI() local
2873 fn_s(t, d, n, m, g, desc); in DO_PPZI()
2874 do_pred_flags(t); in DO_PPZI()
2901 TCGv_i32 t = tcg_temp_new_i32(); in do_brk2() local
2902 fn_s(t, d, n, g, desc); in do_brk2()
2903 do_pred_flags(t); in do_brk2()