Home
last modified time | relevance | path

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

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