nds32: add new emulations for floating point instruction
The existing floating point emulations is only available for floating instruction that possibly issue denormalized input and underflow exceptions. These existing FPU emulations are not sufficient when IEx Trap is enabled because some floating point instructions only issue inexact exception. This patch adds the emulations of such floating point instructions. Signed-off-by: Vincent Chen <vincentc@andestech.com> Acked-by: Greentime Hu <greentime@andestech.com> Signed-off-by: Greentime Hu <greentime@andestech.com>
Showing
arch/nds32/math-emu/fd2si.c
0 → 100644
arch/nds32/math-emu/fd2siz.c
0 → 100644
arch/nds32/math-emu/fd2ui.c
0 → 100644
arch/nds32/math-emu/fd2uiz.c
0 → 100644
arch/nds32/math-emu/fs2si.c
0 → 100644
arch/nds32/math-emu/fs2siz.c
0 → 100644
arch/nds32/math-emu/fs2ui.c
0 → 100644
arch/nds32/math-emu/fs2uiz.c
0 → 100644
arch/nds32/math-emu/fsi2d.c
0 → 100644
arch/nds32/math-emu/fsi2s.c
0 → 100644
arch/nds32/math-emu/fui2d.c
0 → 100644
arch/nds32/math-emu/fui2s.c
0 → 100644
Please register or sign in to comment