Home
last modified time | relevance | path

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

/openbmc/qemu/target/ppc/
H A Dfpu_helper.c3256 floatx80 round_res; in helper_xsrqpxp() local
3287 round_res = float128_to_floatx80(xb->f128, &tstat); in helper_xsrqpxp()
3288 t.f128 = floatx80_to_float128(round_res, &tstat); in helper_xsrqpxp()