Searched refs:FPU_add (Results 1 - 5 of 5) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/math-emu/
H A Dfpu_arith.c24 FPU_add(&st(i), FPU_gettagi(i), 0, control_word);
76 FPU_add(&st(i), FPU_gettagi(i), i, control_word);
126 if ( FPU_add(&st(i), FPU_gettagi(i), i, control_word) >= 0 )
H A Dfpu_proto.h99 extern int FPU_add(FPU_REG const *b, u_char tagb, int destrnr, int control_w);
H A Dreg_add_sub.c36 int FPU_add(FPU_REG const *b, u_char tagb, int deststnr, int control_w) function
H A Dfpu_entry.c430 FPU_add(&loaded_data, loaded_tag, 0, control_word);
H A Dfpu_trig.c90 st0_tag = FPU_add(&tmp, tmptag, 0, FULL_PRECISION);

Completed in 43 milliseconds