Home
last modified time | relevance | path

Searched defs:fa (Results 1 – 6 of 6) sorted by relevance

/qemu/target/alpha/
H A Dvax_helper.c29 static uint64_t float32_to_f(float32 fa) in float32_to_f()
111 float32 fa, fb, fr; in helper_addf() local
121 float32 fa, fb, fr; in helper_subf() local
131 float32 fa, fb, fr; in helper_mulf() local
141 float32 fa, fb, fr; in helper_divf() local
160 static uint64_t float64_to_g(float64 fa) in float64_to_g()
238 float64 fa, fb, fr; in helper_addg() local
248 float64 fa, fb, fr; in helper_subg() local
258 float64 fa, fb, fr; in helper_mulg() local
268 float64 fa, fb, fr; in helper_divg() local
[all …]
H A Dfpu_helper.c186 static inline uint64_t float32_to_s(float32 fa) in float32_to_s()
217 float32 fa, fb, fr; in helper_adds() local
229 float32 fa, fb, fr; in helper_subs() local
241 float32 fa, fb, fr; in helper_muls() local
253 float32 fa, fb, fr; in helper_divs() local
265 float32 fa, fr; in helper_sqrts() local
284 static inline uint64_t float64_to_t(float64 fa) in float64_to_t()
294 float64 fa, fb, fr; in helper_addt() local
306 float64 fa, fb, fr; in helper_subt() local
318 float64 fa, fb, fr; in helper_mult() local
[all …]
/qemu/target/microblaze/
H A Dop_helper.c145 CPU_FloatU fd, fa, fb; in helper_fadd() local
160 CPU_FloatU fd, fa, fb; in helper_frsub() local
174 CPU_FloatU fd, fa, fb; in helper_fmul() local
189 CPU_FloatU fd, fa, fb; in helper_fdiv() local
204 CPU_FloatU fa, fb; in helper_fcmp_un() local
226 CPU_FloatU fa, fb; in helper_fcmp_lt() local
242 CPU_FloatU fa, fb; in helper_fcmp_eq() local
258 CPU_FloatU fa, fb; in helper_fcmp_le() local
275 CPU_FloatU fa, fb; in helper_fcmp_gt() local
289 CPU_FloatU fa, fb; in helper_fcmp_ne() local
[all …]
/qemu/target/loongarch/tcg/
H A Dfpu_helper.c388 uint64_t fk, uint64_t fa, uint32_t flag) in helper_fmuladd_s()
399 uint64_t fk, uint64_t fa, uint32_t flag) in helper_fmuladd_d()
/qemu/tests/tcg/i386/
H A Dtest-i386.c863 float fa; in test_fcvt() local
/qemu/target/ppc/
H A Dfpu_helper.c795 CPU_DoubleU fa; local