Home
last modified time | relevance | path

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

/openbmc/qemu/target/mips/tcg/
H A Dfpu_helper.c236 fdt0 = float64_sqrt(fdt0, &env->active_fpu.fp_status); in helper_float_sqrt_d()
238 return fdt0; in helper_float_sqrt_d()
977 return float64_abs(fdt0); in helper_float_abs_d()
997 return float64_chs(fdt0); in helper_float_chs_d()
1240 uint32_t fsth0 = fdt0 >> 32; in helper_float_add_ps()
1276 uint32_t fsth0 = fdt0 >> 32; in helper_float_sub_ps()
1312 uint32_t fsth0 = fdt0 >> 32; in helper_float_mul_ps()
1348 uint32_t fsth0 = fdt0 >> 32; in helper_float_div_ps()
1383 uint32_t fsth0 = fdt0 >> 32; in helper_float_recip2_ps()
1420 uint32_t fsth0 = fdt0 >> 32; in helper_float_rsqrt2_ps()
[all …]
/openbmc/qemu/target/openrisc/
H A Dfpu_helper.c118 uint64_t fdt0, uint64_t fdt1) \
119 { return float64_ ## name(fdt0, fdt1, &env->fp_status); } \
121 uint32_t fdt0, uint32_t fdt1) \
122 { return float32_ ## name(fdt0, fdt1, &env->fp_status); }
151 uint64_t fdt0, uint64_t fdt1) \
152 { return float64_ ## impl(fdt0, fdt1, &env->fp_status); } \
154 uint32_t fdt0, uint32_t fdt1) \
155 { return float32_ ## impl(fdt0, fdt1, &env->fp_status); }
165 uint64_t fdt0, uint64_t fdt1) \
167 FloatRelation r = float64_compare_quiet(fdt0, fdt1, &env->fp_status); \
[all …]