Home
last modified time | relevance | path

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

/linux-2.6.39/arch/x86/math-emu/
Dreg_constant.c54 FPU_REG *st_new_ptr; in fld_const() local
61 reg_copy(c, st_new_ptr); in fld_const()
62 st_new_ptr->sigl += adj; /* For all our fldxxx constants, we don't need to in fld_const()
Dfpu_trig.c277 FPU_REG *st_new_ptr; in fptan() local
285 st_new_ptr = &st(-1); in fptan()
344 st_new_ptr = &st(-1); in fptan()
356 FPU_REG *st_new_ptr; in fxtract() local
372 reg_copy(st1_ptr, st_new_ptr); in fxtract()
373 setexponent16(st_new_ptr, exponent(st_new_ptr)); in fxtract()
377 e = exponent16(st_new_ptr); in fxtract()
379 setexponentpos(st_new_ptr, 0); in fxtract()
380 setsign(st_new_ptr, sign); in fxtract()
391 setsign(st_new_ptr, sign); in fxtract()
[all …]
Dfpu_tags.c87 int FPU_stackoverflow(FPU_REG ** st_new_ptr) in FPU_stackoverflow() argument
89 *st_new_ptr = &st(-1); in FPU_stackoverflow()
Dfpu_aux.c103 FPU_REG *st_new_ptr; in fld_i_() local
115 reg_copy(&st(i), st_new_ptr); in fld_i_()
Dfpu_emu.h148 #define STACK_OVERFLOW (FPU_stackoverflow(&st_new_ptr))
Dfpu_proto.h69 extern int FPU_stackoverflow(FPU_REG ** st_new_ptr);