Searched refs:stnr (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/math-emu/
H A Dfpu_tags.c28 int FPU_gettagi(int stnr) argument
30 return (fpu_tag_word >> (((top + stnr) & 7) * 2)) & 3;
46 void FPU_settagi(int stnr, int tag) argument
48 int regnr = stnr + top;
80 int FPU_empty_i(int stnr) argument
82 int regnr = (top + stnr) & 7;
94 void FPU_copy_to_regi(FPU_REG const *r, u_char tag, int stnr) argument
96 reg_copy(r, &st(stnr));
97 FPU_settagi(stnr, tag);
H A Dfpu_proto.h60 extern int FPU_gettagi(int stnr);
63 extern void FPU_settagi(int stnr, int tag);
68 extern int FPU_empty_i(int stnr);
70 extern void FPU_copy_to_regi(FPU_REG const *r, u_char tag, int stnr);
114 extern int FPU_load_extended(long double __user *s, int stnr);
H A Dreg_ld_str.c81 int FPU_load_extended(long double __user *s, int stnr) argument
83 FPU_REG *sti_ptr = &st(stnr);

Completed in 80 milliseconds