Home
last modified time | relevance | path

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

/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/target/ppc/
H A Dfpu_helper.c3182 floatx80 round_res;
3213 round_res = float128_to_floatx80(xb->f128, &tstat);
3214 t.f128 = floatx80_to_float128(round_res, &tstat);
/dports/emulators/qemu/qemu-6.2.0/target/ppc/
H A Dfpu_helper.c3182 floatx80 round_res; in helper_xsrqpxp() local
3213 round_res = float128_to_floatx80(xb->f128, &tstat); in helper_xsrqpxp()
3214 t.f128 = floatx80_to_float128(round_res, &tstat); in helper_xsrqpxp()
/dports/emulators/qemu-utils/qemu-4.2.1/target/ppc/
H A Dfpu_helper.c3358 floatx80 round_res; in helper_xsrqpxp() local
3389 round_res = float128_to_floatx80(xb->f128, &tstat); in helper_xsrqpxp()
3390 t.f128 = floatx80_to_float128(round_res, &tstat); in helper_xsrqpxp()
/dports/emulators/qemu5/qemu-5.2.0/target/ppc/
H A Dfpu_helper.c3358 floatx80 round_res; in helper_xsrqpxp() local
3389 round_res = float128_to_floatx80(xb->f128, &tstat); in helper_xsrqpxp()
3390 t.f128 = floatx80_to_float128(round_res, &tstat); in helper_xsrqpxp()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/target/ppc/
H A Dfpu_helper.c3358 floatx80 round_res; in helper_xsrqpxp() local
3389 round_res = float128_to_floatx80(xb->f128, &tstat); in helper_xsrqpxp()
3390 t.f128 = floatx80_to_float128(round_res, &tstat); in helper_xsrqpxp()
/dports/emulators/qemu42/qemu-4.2.1/target/ppc/
H A Dfpu_helper.c3358 floatx80 round_res; in helper_xsrqpxp() local
3389 round_res = float128_to_floatx80(xb->f128, &tstat); in helper_xsrqpxp()
3390 t.f128 = floatx80_to_float128(round_res, &tstat); in helper_xsrqpxp()
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/target/ppc/
H A Dfpu_helper.c3358 floatx80 round_res; in helper_xsrqpxp() local
3389 round_res = float128_to_floatx80(xb->f128, &tstat); in helper_xsrqpxp()
3390 t.f128 = floatx80_to_float128(round_res, &tstat); in helper_xsrqpxp()
/dports/emulators/qemu60/qemu-6.0.0/target/ppc/
H A Dfpu_helper.c3392 floatx80 round_res; in helper_xsrqpxp() local
3423 round_res = float128_to_floatx80(xb->f128, &tstat); in helper_xsrqpxp()
3424 t.f128 = floatx80_to_float128(round_res, &tstat); in helper_xsrqpxp()
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/target/ppc/
H A Dfpu_helper.c3393 floatx80 round_res; in helper_xsrqpxp() local
3426 round_res = float128_to_floatx80(xb.f128, &tstat); in helper_xsrqpxp()
3427 xt.f128 = floatx80_to_float128(round_res, &tstat); in helper_xsrqpxp()