Home
last modified time | relevance | path

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

/openbmc/qemu/target/alpha/
H A Dfpu_helper.c199 static inline float32 s_to_float32(uint64_t a) in s_to_float32() function
220 fa = s_to_float32(a); in helper_adds()
221 fb = s_to_float32(b); in helper_adds()
232 fa = s_to_float32(a); in helper_subs()
233 fb = s_to_float32(b); in helper_subs()
244 fa = s_to_float32(a); in helper_muls()
245 fb = s_to_float32(b); in helper_muls()
256 fa = s_to_float32(a); in helper_divs()
257 fb = s_to_float32(b); in helper_divs()
268 fa = s_to_float32(a); in helper_sqrts()
[all …]