Home
last modified time | relevance | path

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

/linux-4.4.14/arch/x86/math-emu/
Dfpu_aux.c67 fsetpm, FPU_illegal, FPU_illegal, FPU_illegal
82 fstsw_ax, FPU_illegal, FPU_illegal, FPU_illegal,
83 FPU_illegal, FPU_illegal, FPU_illegal, FPU_illegal
92 fnop, FPU_illegal, FPU_illegal, FPU_illegal,
93 FPU_illegal, FPU_illegal, FPU_illegal, FPU_illegal
Dfpu_etc.c123 fchs, fabs, (FUNC_ST0) FPU_illegal, (FUNC_ST0) FPU_illegal,
124 ftst_, fxam, (FUNC_ST0) FPU_illegal, (FUNC_ST0) FPU_illegal
Dreg_constant.c111 fld1, fldl2t, fldl2e, fldpi, fldlg2, fldln2, fldz, (FUNC_RC) FPU_illegal
Dreg_compare.c421 FPU_illegal(); in fcompp()
449 FPU_illegal(); in fucompp()
Dfpu_entry.c41 #define __BAD__ FPU_illegal /* Illegal on an 80486, causes SIGILL */
508 FPU_illegal(); in math_emulate()
Dload_store.c110 FPU_illegal(); in FPU_load_store()
Dfpu_proto.h5 extern void FPU_illegal(void);
Derrors.c76 void FPU_illegal(void) in FPU_illegal() function