Searched refs:dt0 (Results 1 – 1 of 1) sorted by relevance
266 uint64_t helper_float_cvtd_l(CPUMIPSState *env, uint64_t dt0) in helper_float_cvtd_l() argument270 fdt2 = int64_to_float64(dt0, &env->active_fpu.fp_status); in helper_float_cvtd_l()301 uint64_t helper_float_cvtps_pw(CPUMIPSState *env, uint64_t dt0) in helper_float_cvtps_pw() argument306 fst2 = int32_to_float32(dt0 & 0XFFFFFFFF, &env->active_fpu.fp_status); in helper_float_cvtps_pw()307 fsth2 = int32_to_float32(dt0 >> 32, &env->active_fpu.fp_status); in helper_float_cvtps_pw()355 uint32_t helper_float_cvts_l(CPUMIPSState *env, uint64_t dt0) in helper_float_cvts_l() argument359 fst2 = int64_to_float32(dt0, &env->active_fpu.fp_status); in helper_float_cvts_l()