Home
last modified time | relevance | path

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

/openbmc/qemu/target/ppc/
H A Ddfp_helper.c280 dfp_set_FPSCR_flag(dfp, FP_OX, FP_OE); in dfp_check_for_OX()
287 dfp_set_FPSCR_flag(dfp, FP_UX, FP_UE); in dfp_check_for_UX()
294 dfp_set_FPSCR_flag(dfp, FP_XX | FP_FI, FP_XE); in dfp_check_for_XX()
301 dfp_set_FPSCR_flag(dfp, FP_ZX, FP_ZE); in dfp_check_for_ZX()
319 dfp_set_FPSCR_flag(dfp, FP_VX | FP_VXSNAN, FP_VE); in dfp_check_for_VXSNAN_and_convert_to_QNaN()
359 dfp_set_FPSCR_flag(dfp, FP_VX | FP_VXZDZ, FP_VE); in dfp_check_for_VXZDZ()
375 dfp_set_FPSCR_flag(dfp, FP_VX | FP_VXVC, FP_VE); in dfp_check_for_VXVC()
384 dfp_set_FPSCR_flag(dfp, FP_VX | FP_VXCVI, FP_VE); in dfp_check_for_VXCVI()
1053 dfp_set_FPSCR_flag(&dfp, invalid_flags, FP_VE); in helper_DCTFIXQQ()
1153 dfp_set_FPSCR_flag(dfp, FP_VX | FP_VXCVI, FPSCR_VE); in dfp_invalid_op_vxcvi_64()
[all …]