Searched refs:fst1 (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/target/mips/tcg/ |
H A D | fpu_helper.c | 1227 uint32_t fst0, uint32_t fst1) in helper_float_add_s() argument 1231 wt2 = float32_add(fst0, fst1, &env->active_fpu.fp_status); in helper_float_add_s() 1263 uint32_t fst0, uint32_t fst1) in helper_float_sub_s() argument 1267 wt2 = float32_sub(fst0, fst1, &env->active_fpu.fp_status); in helper_float_sub_s() 1299 uint32_t fst0, uint32_t fst1) in helper_float_mul_s() argument 1303 wt2 = float32_mul(fst0, fst1, &env->active_fpu.fp_status); in helper_float_mul_s() 1335 uint32_t fst0, uint32_t fst1) in helper_float_div_s() argument 1339 wt2 = float32_div(fst0, fst1, &env->active_fpu.fp_status); in helper_float_div_s() 1551 uint64_t fst1, uint64_t fst2) in helper_float_madd_d() argument 1553 fst0 = float64_mul(fst0, fst1, &env->active_fpu.fp_status); in helper_float_madd_d() [all …]
|