1 // SPDX-License-Identifier: GPL-2.0
2 // Copyright (C) 2005-2018 Andes Technology Corporation
3 #include <linux/uaccess.h>
5 #include <asm/sfp-machine.h>
6 #include <math-emu/soft-fp.h>
7 #include <math-emu/single.h>
8 void fdivs(void *ft
, void *fa
, void *fb
)
18 if (B_c
== FP_CLS_ZERO
&& A_c
!= FP_CLS_ZERO
)
19 FP_SET_EXCEPTION(FP_EX_DIVZERO
);
25 __FPU_FPCSR
|= FP_CUR_EXCEPTIONS
;