Searched refs:fe_cx (Results 1 – 11 of 11) sorted by relevance
98 fe->fe_cx |= FPSCR_XX|FPSCR_FI; /* inexact */ in round()133 fe->fe_cx |= FPSCR_FR; in round()183 fe->fe_cx |= FPSCR_OX; in toinf()219 fe->fe_cx |= FPSCR_UX; in fpu_ftoi()229 fe->fe_cx |= FPSCR_VXCVI; in fpu_ftoi()266 fe->fe_cx |= FPSCR_UX; in fpu_ftox()276 fe->fe_cx |= FPSCR_VXCVI; in fpu_ftox()335 if ((fe->fe_cx & FPSCR_FI) || in fpu_ftos()337 fe->fe_cx |= FPSCR_UX; in fpu_ftos()394 if ((fe->fe_cx & FPSCR_FI) || in fpu_ftod()[all …]
180 fe->fe_cx |= FPSCR_VXSNAN; in fpu_div()190 fe->fe_cx |= FPSCR_VXIDI; in fpu_div()197 fe->fe_cx |= FPSCR_ZX; in fpu_div()199 fe->fe_cx |= FPSCR_VXZDZ; in fpu_div()214 fe->fe_cx = FPSCR_ZX; in fpu_div()
191 fe.fe_cx = 0; in fpu_emulate()505 fe->fe_cx = in fpu_execute()507 fe->fe_fpscr &= fe->fe_cx; in fpu_execute()529 fe->fe_cx = rb << (28 - rt); in fpu_execute()532 fe->fe_cx; in fpu_execute()570 fe->fe_cx = mask & a[1]; in fpu_execute()572 (fe->fe_cx); in fpu_execute()741 cx = fe->fe_cx; in fpu_execute()
212 fe->fe_cx |= FPSCR_VXSNAN; in fpu_sqrt()217 fe->fe_cx |= FPSCR_ZX; in fpu_sqrt()223 fe->fe_cx |= FPSCR_VXSQRT; in fpu_sqrt()
131 fe->fe_cx |= FPSCR_VXSNAN; in fpu_mul()137 fe->fe_cx |= FPSCR_VXIMZ; in fpu_mul()
91 fe->fe_cx |= FPSCR_VXSNAN; in fpu_add()97 fe->fe_cx |= FPSCR_VXISI; in fpu_add()
157 fe->fe_cx = cc; in fpu_compare()
142 int fe_cx; /* keep track of exceptions */ member
248 fe->fe_cx = FPSCR_VXSNAN; /* assert invalid operand */ in fpu_explode()
208 fe->fe_cx |= FPSCR_VXSNAN; in fpu_newnan()
318 fpemu->fe_cx |= FPSCR_OX; in spe_to_int()320 fpemu->fe_cx |= FPSCR_UX; in spe_to_int()343 fpemu->fe_cx &= ~FPSCR_RN; in spe_emu_instr()344 fpemu->fe_cx |= FP_RZ; in spe_emu_instr()349 fpemu->fe_cx &= ~FPSCR_RN; in spe_emu_instr()350 fpemu->fe_cx |= FP_RZ; in spe_emu_instr()368 if (fpemu->fe_cx & FPSCR_FG) in spe_emu_instr()373 if (fpemu->fe_cx & FPSCR_FL) in spe_emu_instr()378 if (fpemu->fe_cx & FPSCR_FE) in spe_emu_instr()415 fe->fe_cx = FPSCR_VXSNAN; /* assert invalid operand */ in spe_explode()[all …]