Searched refs:f_to_float32 (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/target/alpha/ |
H A D | vax_helper.c | 63 static float32 f_to_float32(CPUAlphaState *env, uintptr_t retaddr, uint64_t a) in f_to_float32() function 114 fa = f_to_float32(env, GETPC(), a); in helper_addf() 115 fb = f_to_float32(env, GETPC(), b); in helper_addf() 124 fa = f_to_float32(env, GETPC(), a); in helper_subf() 125 fb = f_to_float32(env, GETPC(), b); in helper_subf() 134 fa = f_to_float32(env, GETPC(), a); in helper_mulf() 135 fb = f_to_float32(env, GETPC(), b); in helper_mulf() 144 fa = f_to_float32(env, GETPC(), a); in helper_divf() 145 fb = f_to_float32(env, GETPC(), b); in helper_divf() 154 ft = f_to_float32(env, GETPC(), t); in helper_sqrtf()
|