Home
last modified time | relevance | path

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

/qemu/target/s390x/tcg/
H A Dfpu_helper.c889 static const int fpc_to_rnd[8] = { variable
903 if (fpc_to_rnd[fpc & 0x7] == -1 || fpc & 0x03030088u || in HELPER()
912 set_float_rounding_mode(fpc_to_rnd[fpc & 0x7], &env->fpu_status); in HELPER()
921 if (fpc_to_rnd[fpc & 0x7] == -1 || fpc & 0x03030088u || in HELPER()
931 set_float_rounding_mode(fpc_to_rnd[fpc & 0x7], &env->fpu_status); in HELPER()
959 if (rnd > 0x7 || fpc_to_rnd[rnd & 0x7] == -1) { in HELPER()
964 set_float_rounding_mode(fpc_to_rnd[rnd & 0x7], &env->fpu_status); in HELPER()