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

/linux-master/arch/x86/math-emu/
H A Dfpu_arith.c75 FPU_mul(&st(0), FPU_gettag0(), FPU_rm, control_word);
119 if (FPU_mul(&st(0), FPU_gettag0(), FPU_rm, control_word) >= 0)
H A Dreg_divide.c44 tagb = FPU_gettag0();
56 taga = FPU_gettag0();
138 tag = FPU_gettag0();
H A Dfpu_aux.c259 FPU_copy_to_regi(&st(0), FPU_gettag0(), FPU_rm);
265 FPU_copy_to_regi(&st(0), FPU_gettag0(), FPU_rm);
H A Dfpu_etc.c130 (fp_etc_table[FPU_rm]) (&st(0), FPU_gettag0());
H A Dfpu_tags.c24 int FPU_gettag0(void) function
H A Dreg_add_sub.c42 u_char taga = FPU_gettag0();
137 taga = FPU_gettag0();
H A Dload_store.c98 st0_tag = FPU_gettag0();
H A Dfpu_proto.h68 extern int FPU_gettag0(void);
H A Dfpu_entry.c268 st0_tag = FPU_gettag0();
475 st0_tag = FPU_gettag0();
H A Dreg_compare.c33 st0_tag = FPU_gettag0();
H A Dfpu_trig.c1639 (trig_table_a[FPU_rm]) (&st(0), FPU_gettag0());
1648 (trig_table_b[FPU_rm]) (&st(0), FPU_gettag0());

Completed in 433 milliseconds