Home
last modified time | relevance | path

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

/qemu/target/alpha/
H A Dfpu_helper.c187 static inline uint64_t float32_to_s(float32 fa) in float32_to_s() function
225 return float32_to_s(fr); in helper_adds()
237 return float32_to_s(fr); in helper_subs()
249 return float32_to_s(fr); in helper_muls()
261 return float32_to_s(fr); in helper_divs()
272 return float32_to_s(fr); in helper_sqrts()
427 return float32_to_s(fr); in helper_cvtts()
447 return float32_to_s(fr); in helper_cvtqs()