Home
last modified time | relevance | path

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

/openbmc/qemu/target/tricore/
H A Dfpu_helper.c51 static inline float32 f_maddsub_nan_result(float32 arg1, float32 arg2, in f_maddsub_nan_result() function
297 f_result = f_maddsub_nan_result(arg1, arg2, arg3, f_result, 0); in helper_fmadd()
325 f_result = f_maddsub_nan_result(arg1, arg2, arg3, f_result, 1); in helper_fmsub()