Home
last modified time | relevance | path

Searched refs:dt0 (Results 1 – 1 of 1) sorted by relevance

/openbmc/qemu/target/mips/tcg/
H A Dfpu_helper.c266 uint64_t helper_float_cvtd_l(CPUMIPSState *env, uint64_t dt0) in helper_float_cvtd_l() argument
270 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() argument
306 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() argument
359 fst2 = int64_to_float32(dt0, &env->active_fpu.fp_status); in helper_float_cvts_l()