Home
last modified time | relevance | path

Searched refs:FPU_gettag0 (Results 1 – 11 of 11) sorted by relevance

/linux-2.4.37.9/arch/i386/math-emu/
Dreg_divide.c44 tagb = FPU_gettag0(); in FPU_div()
61 taga = FPU_gettag0(); in FPU_div()
154 tag = FPU_gettag0(); in FPU_div()
Dfpu_arith.c84 FPU_mul(&st(0), FPU_gettag0(), FPU_rm, control_word); in fmul_i()
135 if ( FPU_mul(&st(0), FPU_gettag0(), FPU_rm, control_word) >= 0 ) in fmulp_()
Dfpu_aux.c194 FPU_copy_to_regi(&st(0), FPU_gettag0(), FPU_rm); in fst_i_()
201 FPU_copy_to_regi(&st(0), FPU_gettag0(), FPU_rm); in fstp_i()
Dfpu_tags.c25 int FPU_gettag0(void) in FPU_gettag0() function
Dfpu_etc.c142 (fp_etc_table[FPU_rm])(&st(0), FPU_gettag0()); in FPU_etc()
Dreg_add_sub.c41 u_char taga = FPU_gettag0(); in FPU_add()
146 taga = FPU_gettag0(); in FPU_sub()
Dload_store.c98 st0_tag = FPU_gettag0(); in FPU_load_store()
Dfpu_proto.h61 extern int FPU_gettag0(void);
Dfpu_entry.c322 st0_tag = FPU_gettag0(); in math_emulate()
503 st0_tag = FPU_gettag0(); in math_emulate()
Dreg_compare.c33 st0_tag = FPU_gettag0(); in compare()
Dfpu_trig.c1833 (trig_table_a[FPU_rm])(&st(0), FPU_gettag0()); in FPU_triga()
1844 (trig_table_b[FPU_rm])(&st(0), FPU_gettag0()); in FPU_trigb()