Searched refs:fdt2 (Results 1 – 1 of 1) sorted by relevance
2153 uint64_t fdt2; in helper_float_cvtd_s() local2156 fdt2 = float32_to_float64(fst0, &env->active_fpu.fp_status); in helper_float_cvtd_s()2158 return fdt2; in helper_float_cvtd_s()2163 uint64_t fdt2; in helper_float_cvtd_w() local2166 fdt2 = int32_to_float64(wt0, &env->active_fpu.fp_status); in helper_float_cvtd_w()2168 return fdt2; in helper_float_cvtd_w()2173 uint64_t fdt2; in helper_float_cvtd_l() local2176 fdt2 = int64_to_float64(dt0, &env->active_fpu.fp_status); in helper_float_cvtd_l()2178 return fdt2; in helper_float_cvtd_l()2549 uint64_t fdt2; in FLOAT_UNOP() local[all …]