Home
last modified time | relevance | path

Searched refs:FPU_pop (Results 1 – 9 of 9) sorted by relevance

/openbmc/linux/arch/x86/math-emu/
H A Dfpu_arith.c112 FPU_pop(); in faddp_()
120 FPU_pop(); in fmulp_()
128 FPU_pop(); in fsubrp()
136 FPU_pop(); in fsubp_()
144 FPU_pop(); in fdivrp()
152 FPU_pop(); in fdivp_()
H A Dreg_compare.c415 FPU_pop(); in fcompst()
440 FPU_pop(); in fucomp()
465 FPU_pop(); in fcomip()
478 FPU_pop(); in fucomip()
H A Dfpu_aux.c253 FPU_pop(); in ffreep()
266 FPU_pop(); in fstp_i()
H A Dfpu_trig.c1083 FPU_pop(); in fyl2x()
1194 FPU_pop(); in fyl2x()
1209 FPU_pop(); in fpatan()
1231 FPU_pop(); in fpatan()
1258 FPU_pop(); in fpatan()
1282 FPU_pop(); in fpatan()
1303 FPU_pop(); in fpatan()
1336 FPU_pop(); in fyl2xp1()
1481 FPU_pop(); in fyl2xp1()
H A Dfpu_emu.h154 #define poppop() { FPU_pop(); FPU_pop(); }
H A Dfpu_tags.c18 void FPU_pop(void) in FPU_pop() function
H A Dfpu_entry.c331 FPU_pop(); /* fcomp, masked, so we pop. */ in math_emulate()
412 FPU_pop(); in math_emulate()
449 FPU_pop(); /* fcomp */ in math_emulate()
H A Dfpu_proto.h76 extern void FPU_pop(void);
H A Derrors.c679 FPU_pop(); in FPU_stack_underflow_pop()