Lines Matching refs:cpu_F1d
99 static TCGv_i64 cpu_F0d, cpu_F1d;
918 gen_helper_vfp_##name##d(cpu_F0d, cpu_F0d, cpu_F1d, fpst); \
937 gen_helper_vfp_muld(cpu_F1d, cpu_F0d, cpu_F1d, fpst);
947 gen_helper_vfp_negd(cpu_F1d, cpu_F0d);
980 gen_helper_vfp_cmpd(cpu_F0d, cpu_F1d, cpu_env);
988 gen_helper_vfp_cmped(cpu_F0d, cpu_F1d, cpu_env);
996 tcg_gen_movi_i64(cpu_F1d, 0);
1137 tcg_gen_ld_f64(cpu_F1d, cpu_env, vfp_reg_offset(dp, reg));
9723 cpu_F1d = tcg_temp_new_i64();
9725 cpu_V1 = cpu_F1d;