Home
last modified time | relevance | path

Searched refs:FPU_stack_underflow (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/arch/x86/math-emu/
H A Dfpu_aux.c123 FPU_stack_underflow(); in fld_i_()
143 FPU_stack_underflow(); in fxch_i()
159 FPU_stack_underflow(); in fxch_i()
185 FPU_stack_underflow(); in fcmovCC()
H A Dfpu_etc.c26 FPU_stack_underflow(); in fchs()
35 FPU_stack_underflow(); in fabs()
H A Dfpu_trig.c183 FPU_stack_underflow(); /* Puts a QNaN in st(0) */ in single_arg_error()
284 FPU_stack_underflow(); /* Puts a QNaN in st(0) */ in fptan()
288 FPU_stack_underflow(); /* Puts a QNaN in the new st(0) */ in fptan()
424 FPU_stack_underflow(); in fxtract()
426 FPU_stack_underflow(); in fxtract()
699 FPU_stack_underflow(); /* Puts a QNaN in st(0) */ in fsincos()
703 FPU_stack_underflow(); /* Puts a QNaN in the new st(0) */ in fsincos()
972 FPU_stack_underflow(); in do_fprem()
1626 FPU_stack_underflow(); in fscale()
H A Dfpu_entry.c451 FPU_stack_underflow(); in math_emulate()
481 FPU_stack_underflow(); in math_emulate()
499 FPU_stack_underflow(); in math_emulate()
H A Dfpu_proto.h21 extern void FPU_stack_underflow(void);
H A Derrors.c645 void FPU_stack_underflow(void) in FPU_stack_underflow() function