Home
last modified time | relevance | path

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

/linux/arch/x86/math-emu/
H A Dfpu_aux.c68 fsetpm, FPU_illegal, FPU_illegal, FPU_illegal
83 fstsw_ax, FPU_illegal, FPU_illegal, FPU_illegal,
84 FPU_illegal, FPU_illegal, FPU_illegal, FPU_illegal
93 fnop, FPU_illegal, FPU_illegal, FPU_illegal,
94 FPU_illegal, FPU_illegal, FPU_illegal, FPU_illegal
H A Dreg_compare.c422 FPU_illegal(); in fcompp()
450 FPU_illegal(); in fucompp()
H A Dfpu_etc.c125 FPU_illegal(); in FPU_ST0_illegal()
H A Dreg_constant.c113 FPU_illegal(); in FPU_RC_illegal()
H A Dfpu_entry.c43 #define __BAD__ FPU_illegal /* Illegal on an 80486, causes SIGILL */
506 FPU_illegal(); in math_emulate()
H A Dload_store.c111 FPU_illegal(); in FPU_load_store()
H A Dfpu_proto.h6 extern void FPU_illegal(void);
H A Derrors.c77 void FPU_illegal(void) in FPU_illegal() function