Searched refs:dfp_set_FPSCR_flag (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/target/ppc/ |
H A D | dfp_helper.c | 205 static void dfp_set_FPSCR_flag(struct PPC_DFP *dfp, uint64_t flag, in dfp_set_FPSCR_flag() function 280 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() 309 dfp_set_FPSCR_flag(dfp, FP_VX | FP_VXSNAN, FP_VE); in dfp_check_for_VXSNAN() 319 dfp_set_FPSCR_flag(dfp, FP_VX | FP_VXSNAN, FP_VE); in dfp_check_for_VXSNAN_and_convert_to_QNaN() 330 dfp_set_FPSCR_flag(dfp, FP_VX | FP_VXISI, FP_VE); in dfp_check_for_VXISI() 351 dfp_set_FPSCR_flag(dfp, FP_VX | FP_VXIMZ, FP_VE); in dfp_check_for_VXIMZ() 359 dfp_set_FPSCR_flag(dfp, FP_VX | FP_VXZDZ, FP_VE); in dfp_check_for_VXZDZ() [all …]
|