Lines Matching defs:tn
7103 TCGv_i64 tn = read_fp_dreg(s, a->rn);
7111 gen_vfp_maybe_ah_negd(s, tn, tn);
7114 gen_helper_vfp_muladdd(ta, tn, tm, ta, fpst);
7121 TCGv_i32 tn = read_fp_sreg(s, a->rn);
7129 gen_vfp_maybe_ah_negs(s, tn, tn);
7132 gen_helper_vfp_muladds(ta, tn, tm, ta, fpst);
7142 TCGv_i32 tn = read_fp_hreg(s, a->rn);
7150 gen_vfp_maybe_ah_negh(s, tn, tn);
7153 gen_helper_advsimd_muladdh(ta, tn, tm, ta, fpst);