FPU_REG           178 arch/x86/math-emu/errors.c 		FPU_REG *r = &st(i);
FPU_REG           377 arch/x86/math-emu/errors.c int real_1op_NaN(FPU_REG *a)
FPU_REG           416 arch/x86/math-emu/errors.c int real_2op_NaN(FPU_REG const *b, u_char tagb,
FPU_REG           417 arch/x86/math-emu/errors.c 		 int deststnr, FPU_REG const *defaultNaN)
FPU_REG           419 arch/x86/math-emu/errors.c 	FPU_REG *dest = &st(deststnr);
FPU_REG           420 arch/x86/math-emu/errors.c 	FPU_REG const *a = dest;
FPU_REG           422 arch/x86/math-emu/errors.c 	FPU_REG const *x;
FPU_REG           517 arch/x86/math-emu/errors.c 	FPU_REG *dest = &st(deststnr);
FPU_REG           576 arch/x86/math-emu/errors.c asmlinkage int arith_overflow(FPU_REG *dest)
FPU_REG           604 arch/x86/math-emu/errors.c asmlinkage int arith_underflow(FPU_REG *dest)
FPU_REG            94 arch/x86/math-emu/fpu_aux.c 	FPU_REG *st_new_ptr;
FPU_REG           123 arch/x86/math-emu/fpu_aux.c 	FPU_REG t;
FPU_REG           125 arch/x86/math-emu/fpu_aux.c 	FPU_REG *st0_ptr = &st(0), *sti_ptr = &st(i);
FPU_REG           145 arch/x86/math-emu/fpu_emu.h #define fpu_register(x)  ( * ((FPU_REG *)( register_base + 10 * (x & 7) )) )
FPU_REG           146 arch/x86/math-emu/fpu_emu.h #define	st(x)      ( * ((FPU_REG *)( register_base + 10 * ((top+x) & 7) )) )
FPU_REG           169 arch/x86/math-emu/fpu_emu.h static inline void reg_copy(FPU_REG const *x, FPU_REG *y)
FPU_REG           190 arch/x86/math-emu/fpu_emu.h asmlinkage int FPU_normalize(FPU_REG *x);
FPU_REG           191 arch/x86/math-emu/fpu_emu.h asmlinkage int FPU_normalize_nuo(FPU_REG *x);
FPU_REG           192 arch/x86/math-emu/fpu_emu.h asmlinkage int FPU_u_sub(FPU_REG const *arg1, FPU_REG const *arg2,
FPU_REG           193 arch/x86/math-emu/fpu_emu.h 			 FPU_REG * answ, unsigned int control_w, u_char sign,
FPU_REG           195 arch/x86/math-emu/fpu_emu.h asmlinkage int FPU_u_mul(FPU_REG const *arg1, FPU_REG const *arg2,
FPU_REG           196 arch/x86/math-emu/fpu_emu.h 			 FPU_REG * answ, unsigned int control_w, u_char sign,
FPU_REG           198 arch/x86/math-emu/fpu_emu.h asmlinkage int FPU_u_div(FPU_REG const *arg1, FPU_REG const *arg2,
FPU_REG           199 arch/x86/math-emu/fpu_emu.h 			 FPU_REG * answ, unsigned int control_w, u_char sign);
FPU_REG           200 arch/x86/math-emu/fpu_emu.h asmlinkage int FPU_u_add(FPU_REG const *arg1, FPU_REG const *arg2,
FPU_REG           201 arch/x86/math-emu/fpu_emu.h 			 FPU_REG * answ, unsigned int control_w, u_char sign,
FPU_REG           203 arch/x86/math-emu/fpu_emu.h asmlinkage int wm_sqrt(FPU_REG *n, int dummy1, int dummy2,
FPU_REG           208 arch/x86/math-emu/fpu_emu.h asmlinkage int FPU_round(FPU_REG *arg, unsigned int extent, int dummy,
FPU_REG           140 arch/x86/math-emu/fpu_entry.c 	FPU_REG loaded_data;
FPU_REG           141 arch/x86/math-emu/fpu_entry.c 	FPU_REG *st0_ptr;
FPU_REG           720 arch/x86/math-emu/fpu_entry.c 			    FPU_tagof((FPU_REG *) ((u_char *) S387->st_space +
FPU_REG            19 arch/x86/math-emu/fpu_etc.c static void fchs(FPU_REG *st0_ptr, u_char st0tag)
FPU_REG            28 arch/x86/math-emu/fpu_etc.c static void fabs(FPU_REG *st0_ptr, u_char st0tag)
FPU_REG            37 arch/x86/math-emu/fpu_etc.c static void ftst_(FPU_REG *st0_ptr, u_char st0tag)
FPU_REG            88 arch/x86/math-emu/fpu_etc.c static void fxam(FPU_REG *st0_ptr, u_char st0tag)
FPU_REG             8 arch/x86/math-emu/fpu_proto.h extern int real_1op_NaN(FPU_REG *a);
FPU_REG             9 arch/x86/math-emu/fpu_proto.h extern int real_2op_NaN(FPU_REG const *b, u_char tagb, int deststnr,
FPU_REG            10 arch/x86/math-emu/fpu_proto.h 			FPU_REG const *defaultNaN);
FPU_REG            17 arch/x86/math-emu/fpu_proto.h asmlinkage int arith_overflow(FPU_REG *dest);
FPU_REG            18 arch/x86/math-emu/fpu_proto.h asmlinkage int arith_underflow(FPU_REG *dest);
FPU_REG            65 arch/x86/math-emu/fpu_proto.h extern int FPU_Special(FPU_REG const *ptr);
FPU_REG            66 arch/x86/math-emu/fpu_proto.h extern int isNaN(FPU_REG const *ptr);
FPU_REG            69 arch/x86/math-emu/fpu_proto.h extern int FPU_stackoverflow(FPU_REG ** st_new_ptr);
FPU_REG            70 arch/x86/math-emu/fpu_proto.h extern void FPU_copy_to_regi(FPU_REG const *r, u_char tag, int stnr);
FPU_REG            71 arch/x86/math-emu/fpu_proto.h extern void FPU_copy_to_reg1(FPU_REG const *r, u_char tag);
FPU_REG            72 arch/x86/math-emu/fpu_proto.h extern void FPU_copy_to_reg0(FPU_REG const *r, u_char tag);
FPU_REG            87 arch/x86/math-emu/fpu_proto.h extern int poly_2xm1(u_char sign, FPU_REG * arg, FPU_REG *result);
FPU_REG            89 arch/x86/math-emu/fpu_proto.h extern void poly_atan(FPU_REG * st0_ptr, u_char st0_tag, FPU_REG *st1_ptr,
FPU_REG            92 arch/x86/math-emu/fpu_proto.h extern void poly_l2(FPU_REG *st0_ptr, FPU_REG *st1_ptr, u_char st1_sign);
FPU_REG            93 arch/x86/math-emu/fpu_proto.h extern int poly_l2p1(u_char s0, u_char s1, FPU_REG *r0, FPU_REG *r1,
FPU_REG            94 arch/x86/math-emu/fpu_proto.h 		     FPU_REG * d);
FPU_REG            96 arch/x86/math-emu/fpu_proto.h extern void poly_sine(FPU_REG *st0_ptr);
FPU_REG            97 arch/x86/math-emu/fpu_proto.h extern void poly_cos(FPU_REG *st0_ptr);
FPU_REG            99 arch/x86/math-emu/fpu_proto.h extern void poly_tan(FPU_REG *st0_ptr);
FPU_REG           101 arch/x86/math-emu/fpu_proto.h extern int FPU_add(FPU_REG const *b, u_char tagb, int destrnr, int control_w);
FPU_REG           104 arch/x86/math-emu/fpu_proto.h extern int FPU_compare_st_data(FPU_REG const *loaded_data, u_char loaded_tag);
FPU_REG           115 arch/x86/math-emu/fpu_proto.h extern int FPU_load_double(double __user *dfloat, FPU_REG *loaded_data);
FPU_REG           116 arch/x86/math-emu/fpu_proto.h extern int FPU_load_single(float __user *single, FPU_REG *loaded_data);
FPU_REG           118 arch/x86/math-emu/fpu_proto.h extern int FPU_load_int32(long __user *_s, FPU_REG *loaded_data);
FPU_REG           119 arch/x86/math-emu/fpu_proto.h extern int FPU_load_int16(short __user *_s, FPU_REG *loaded_data);
FPU_REG           121 arch/x86/math-emu/fpu_proto.h extern int FPU_store_extended(FPU_REG *st0_ptr, u_char st0_tag,
FPU_REG           123 arch/x86/math-emu/fpu_proto.h extern int FPU_store_double(FPU_REG *st0_ptr, u_char st0_tag,
FPU_REG           125 arch/x86/math-emu/fpu_proto.h extern int FPU_store_single(FPU_REG *st0_ptr, u_char st0_tag,
FPU_REG           127 arch/x86/math-emu/fpu_proto.h extern int FPU_store_int64(FPU_REG *st0_ptr, u_char st0_tag,
FPU_REG           129 arch/x86/math-emu/fpu_proto.h extern int FPU_store_int32(FPU_REG *st0_ptr, u_char st0_tag, long __user *d);
FPU_REG           130 arch/x86/math-emu/fpu_proto.h extern int FPU_store_int16(FPU_REG *st0_ptr, u_char st0_tag, short __user *d);
FPU_REG           131 arch/x86/math-emu/fpu_proto.h extern int FPU_store_bcd(FPU_REG *st0_ptr, u_char st0_tag, u_char __user *d);
FPU_REG           132 arch/x86/math-emu/fpu_proto.h extern int FPU_round_to_int(FPU_REG *r, u_char tag);
FPU_REG           137 arch/x86/math-emu/fpu_proto.h extern int FPU_tagof(FPU_REG *ptr);
FPU_REG           139 arch/x86/math-emu/fpu_proto.h extern int FPU_mul(FPU_REG const *b, u_char tagb, int deststnr, int control_w);
FPU_REG           143 arch/x86/math-emu/fpu_proto.h extern int FPU_to_exp16(FPU_REG const *a, FPU_REG *x);
FPU_REG            61 arch/x86/math-emu/fpu_tags.c int FPU_Special(FPU_REG const *ptr)
FPU_REG            74 arch/x86/math-emu/fpu_tags.c int isNaN(FPU_REG const *ptr)
FPU_REG            87 arch/x86/math-emu/fpu_tags.c int FPU_stackoverflow(FPU_REG ** st_new_ptr)
FPU_REG            94 arch/x86/math-emu/fpu_tags.c void FPU_copy_to_regi(FPU_REG const *r, u_char tag, int stnr)
FPU_REG           100 arch/x86/math-emu/fpu_tags.c void FPU_copy_to_reg1(FPU_REG const *r, u_char tag)
FPU_REG           106 arch/x86/math-emu/fpu_tags.c void FPU_copy_to_reg0(FPU_REG const *r, u_char tag)
FPU_REG            33 arch/x86/math-emu/fpu_trig.c static int trig_arg(FPU_REG *st0_ptr, int even)
FPU_REG            35 arch/x86/math-emu/fpu_trig.c 	FPU_REG tmp;
FPU_REG           156 arch/x86/math-emu/fpu_trig.c 	FPU_REG *dest = &st(deststnr);
FPU_REG           179 arch/x86/math-emu/fpu_trig.c static void single_arg_error(FPU_REG *st0_ptr, u_char st0_tag)
FPU_REG           191 arch/x86/math-emu/fpu_trig.c static void single_arg_2_error(FPU_REG *st0_ptr, u_char st0_tag)
FPU_REG           232 arch/x86/math-emu/fpu_trig.c static void f2xm1(FPU_REG *st0_ptr, u_char tag)
FPU_REG           234 arch/x86/math-emu/fpu_trig.c 	FPU_REG a;
FPU_REG           275 arch/x86/math-emu/fpu_trig.c static void fptan(FPU_REG *st0_ptr, u_char st0_tag)
FPU_REG           277 arch/x86/math-emu/fpu_trig.c 	FPU_REG *st_new_ptr;
FPU_REG           354 arch/x86/math-emu/fpu_trig.c static void fxtract(FPU_REG *st0_ptr, u_char st0_tag)
FPU_REG           356 arch/x86/math-emu/fpu_trig.c 	FPU_REG *st_new_ptr;
FPU_REG           358 arch/x86/math-emu/fpu_trig.c 	register FPU_REG *st1_ptr = st0_ptr;	/* anticipate */
FPU_REG           447 arch/x86/math-emu/fpu_trig.c static void fsqrt_(FPU_REG *st0_ptr, u_char st0_tag)
FPU_REG           505 arch/x86/math-emu/fpu_trig.c static void frndint_(FPU_REG *st0_ptr, u_char st0_tag)
FPU_REG           549 arch/x86/math-emu/fpu_trig.c static int fsin(FPU_REG *st0_ptr, u_char tag)
FPU_REG           610 arch/x86/math-emu/fpu_trig.c static int f_cos(FPU_REG *st0_ptr, u_char tag)
FPU_REG           680 arch/x86/math-emu/fpu_trig.c static void fcos(FPU_REG *st0_ptr, u_char st0_tag)
FPU_REG           685 arch/x86/math-emu/fpu_trig.c static void fsincos(FPU_REG *st0_ptr, u_char st0_tag)
FPU_REG           687 arch/x86/math-emu/fpu_trig.c 	FPU_REG *st_new_ptr;
FPU_REG           688 arch/x86/math-emu/fpu_trig.c 	FPU_REG arg;
FPU_REG           778 arch/x86/math-emu/fpu_trig.c static void do_fprem(FPU_REG *st0_ptr, u_char st0_tag, int round)
FPU_REG           780 arch/x86/math-emu/fpu_trig.c 	FPU_REG *st1_ptr = &st(1);
FPU_REG           784 arch/x86/math-emu/fpu_trig.c 		FPU_REG tmp, st0, st1;
FPU_REG          1020 arch/x86/math-emu/fpu_trig.c static void fyl2x(FPU_REG *st0_ptr, u_char st0_tag)
FPU_REG          1022 arch/x86/math-emu/fpu_trig.c 	FPU_REG *st1_ptr = &st(1), exponent;
FPU_REG          1191 arch/x86/math-emu/fpu_trig.c static void fpatan(FPU_REG *st0_ptr, u_char st0_tag)
FPU_REG          1193 arch/x86/math-emu/fpu_trig.c 	FPU_REG *st1_ptr = &st(1);
FPU_REG          1301 arch/x86/math-emu/fpu_trig.c static void fprem(FPU_REG *st0_ptr, u_char st0_tag)
FPU_REG          1306 arch/x86/math-emu/fpu_trig.c static void fprem1(FPU_REG *st0_ptr, u_char st0_tag)
FPU_REG          1311 arch/x86/math-emu/fpu_trig.c static void fyl2xp1(FPU_REG *st0_ptr, u_char st0_tag)
FPU_REG          1314 arch/x86/math-emu/fpu_trig.c 	FPU_REG *st1_ptr = &st(1), a, b;
FPU_REG          1480 arch/x86/math-emu/fpu_trig.c static void fscale(FPU_REG *st0_ptr, u_char st0_tag)
FPU_REG          1482 arch/x86/math-emu/fpu_trig.c 	FPU_REG *st1_ptr = &st(1);
FPU_REG          1490 arch/x86/math-emu/fpu_trig.c 		FPU_REG tmp;
FPU_REG            64 arch/x86/math-emu/load_store.c 	FPU_REG loaded_data;
FPU_REG            65 arch/x86/math-emu/load_store.c 	FPU_REG *st0_ptr;
FPU_REG            52 arch/x86/math-emu/poly_2xm1.c int poly_2xm1(u_char sign, FPU_REG *arg, FPU_REG *result)
FPU_REG            51 arch/x86/math-emu/poly_atan.c void poly_atan(FPU_REG *st0_ptr, u_char st0_tag,
FPU_REG            52 arch/x86/math-emu/poly_atan.c 	       FPU_REG *st1_ptr, u_char st1_tag)
FPU_REG            20 arch/x86/math-emu/poly_l2.c static void log2_kernel(FPU_REG const *arg, u_char argsign,
FPU_REG            26 arch/x86/math-emu/poly_l2.c void poly_l2(FPU_REG *st0_ptr, FPU_REG *st1_ptr, u_char st1_sign)
FPU_REG            31 arch/x86/math-emu/poly_l2.c 	FPU_REG x;
FPU_REG           106 arch/x86/math-emu/poly_l2.c 	      FPU_REG * st0_ptr, FPU_REG * st1_ptr, FPU_REG * dest)
FPU_REG           181 arch/x86/math-emu/poly_l2.c static void log2_kernel(FPU_REG const *arg, u_char argsign, Xsig *accum_result,
FPU_REG            57 arch/x86/math-emu/poly_sin.c void poly_sine(FPU_REG *st0_ptr)
FPU_REG            63 arch/x86/math-emu/poly_sin.c 	FPU_REG result;
FPU_REG           200 arch/x86/math-emu/poly_sin.c void poly_cos(FPU_REG *st0_ptr)
FPU_REG           202 arch/x86/math-emu/poly_sin.c 	FPU_REG result;
FPU_REG            50 arch/x86/math-emu/poly_tan.c void poly_tan(FPU_REG *st0_ptr)
FPU_REG            28 arch/x86/math-emu/reg_add_sub.c int add_sub_specials(FPU_REG const *a, u_char taga, u_char signa,
FPU_REG            29 arch/x86/math-emu/reg_add_sub.c 		     FPU_REG const *b, u_char tagb, u_char signb,
FPU_REG            30 arch/x86/math-emu/reg_add_sub.c 		     FPU_REG * dest, int deststnr, int control_w);
FPU_REG            36 arch/x86/math-emu/reg_add_sub.c int FPU_add(FPU_REG const *b, u_char tagb, int deststnr, int control_w)
FPU_REG            38 arch/x86/math-emu/reg_add_sub.c 	FPU_REG *a = &st(0);
FPU_REG            39 arch/x86/math-emu/reg_add_sub.c 	FPU_REG *dest = &st(deststnr);
FPU_REG           102 arch/x86/math-emu/reg_add_sub.c 		FPU_REG x, y;
FPU_REG           130 arch/x86/math-emu/reg_add_sub.c 	FPU_REG const *a, *b;
FPU_REG           131 arch/x86/math-emu/reg_add_sub.c 	FPU_REG *dest;
FPU_REG           140 arch/x86/math-emu/reg_add_sub.c 		b = (FPU_REG *) rm;
FPU_REG           233 arch/x86/math-emu/reg_add_sub.c 		FPU_REG x, y;
FPU_REG           249 arch/x86/math-emu/reg_add_sub.c 		FPU_REG const *d1, *d2;
FPU_REG           270 arch/x86/math-emu/reg_add_sub.c int add_sub_specials(FPU_REG const *a, u_char taga, u_char signa,
FPU_REG           271 arch/x86/math-emu/reg_add_sub.c 		     FPU_REG const *b, u_char tagb, u_char signb,
FPU_REG           272 arch/x86/math-emu/reg_add_sub.c 		     FPU_REG * dest, int deststnr, int control_w)
FPU_REG            23 arch/x86/math-emu/reg_compare.c static int compare(FPU_REG const *b, int tagb)
FPU_REG            27 arch/x86/math-emu/reg_compare.c 	FPU_REG *st0_ptr;
FPU_REG            28 arch/x86/math-emu/reg_compare.c 	FPU_REG x, y;
FPU_REG           169 arch/x86/math-emu/reg_compare.c int FPU_compare_st_data(FPU_REG const *loaded_data, u_char loaded_tag)
FPU_REG           209 arch/x86/math-emu/reg_compare.c 	FPU_REG *st_ptr;
FPU_REG           255 arch/x86/math-emu/reg_compare.c 	FPU_REG *st_ptr;
FPU_REG            22 arch/x86/math-emu/reg_constant.c FPU_REG const CONST_1 = MAKE_REG(POS, 0, 0x00000000, 0x80000000);
FPU_REG            24 arch/x86/math-emu/reg_constant.c FPU_REG const CONST_2 = MAKE_REG(POS, 1, 0x00000000, 0x80000000);
FPU_REG            25 arch/x86/math-emu/reg_constant.c FPU_REG const CONST_HALF = MAKE_REG(POS, -1, 0x00000000, 0x80000000);
FPU_REG            27 arch/x86/math-emu/reg_constant.c static FPU_REG const CONST_L2T = MAKE_REG(POS, 1, 0xcd1b8afe, 0xd49a784b);
FPU_REG            28 arch/x86/math-emu/reg_constant.c static FPU_REG const CONST_L2E = MAKE_REG(POS, 0, 0x5c17f0bc, 0xb8aa3b29);
FPU_REG            29 arch/x86/math-emu/reg_constant.c FPU_REG const CONST_PI = MAKE_REG(POS, 1, 0x2168c235, 0xc90fdaa2);
FPU_REG            30 arch/x86/math-emu/reg_constant.c FPU_REG const CONST_PI2 = MAKE_REG(POS, 0, 0x2168c235, 0xc90fdaa2);
FPU_REG            31 arch/x86/math-emu/reg_constant.c FPU_REG const CONST_PI4 = MAKE_REG(POS, -1, 0x2168c235, 0xc90fdaa2);
FPU_REG            32 arch/x86/math-emu/reg_constant.c static FPU_REG const CONST_LG2 = MAKE_REG(POS, -2, 0xfbcff799, 0x9a209a84);
FPU_REG            33 arch/x86/math-emu/reg_constant.c static FPU_REG const CONST_LN2 = MAKE_REG(POS, -1, 0xd1cf79ac, 0xb17217f7);
FPU_REG            36 arch/x86/math-emu/reg_constant.c FPU_REG const CONST_PI2extra = MAKE_REG(NEG, -66,
FPU_REG            40 arch/x86/math-emu/reg_constant.c FPU_REG const CONST_Z = MAKE_REG(POS, EXP_UNDER, 0x0, 0x0);
FPU_REG            47 arch/x86/math-emu/reg_constant.c FPU_REG const CONST_QNaN = MAKE_REG(NEG, EXP_OVER, 0x00000000, 0xC0000000);
FPU_REG            50 arch/x86/math-emu/reg_constant.c FPU_REG const CONST_INF = MAKE_REG(POS, EXP_OVER, 0x00000000, 0x80000000);
FPU_REG            52 arch/x86/math-emu/reg_constant.c static void fld_const(FPU_REG const * c, int adj, u_char tag)
FPU_REG            54 arch/x86/math-emu/reg_constant.c 	FPU_REG *st_new_ptr;
FPU_REG            14 arch/x86/math-emu/reg_constant.h extern FPU_REG const CONST_1;
FPU_REG            15 arch/x86/math-emu/reg_constant.h extern FPU_REG const CONST_PI;
FPU_REG            16 arch/x86/math-emu/reg_constant.h extern FPU_REG const CONST_PI2;
FPU_REG            17 arch/x86/math-emu/reg_constant.h extern FPU_REG const CONST_PI2extra;
FPU_REG            18 arch/x86/math-emu/reg_constant.h extern FPU_REG const CONST_PI4;
FPU_REG            19 arch/x86/math-emu/reg_constant.h extern FPU_REG const CONST_Z;
FPU_REG            20 arch/x86/math-emu/reg_constant.h extern FPU_REG const CONST_PINF;
FPU_REG            21 arch/x86/math-emu/reg_constant.h extern FPU_REG const CONST_INF;
FPU_REG            22 arch/x86/math-emu/reg_constant.h extern FPU_REG const CONST_MINF;
FPU_REG            23 arch/x86/math-emu/reg_constant.h extern FPU_REG const CONST_QNaN;
FPU_REG            16 arch/x86/math-emu/reg_convert.c int FPU_to_exp16(FPU_REG const *a, FPU_REG *x)
FPU_REG            29 arch/x86/math-emu/reg_divide.c 	FPU_REG x, y;
FPU_REG            30 arch/x86/math-emu/reg_divide.c 	FPU_REG const *a, *b, *st0_ptr, *st_ptr;
FPU_REG            31 arch/x86/math-emu/reg_divide.c 	FPU_REG *dest;
FPU_REG            45 arch/x86/math-emu/reg_divide.c 			a = (FPU_REG *) rm;
FPU_REG            57 arch/x86/math-emu/reg_divide.c 			b = (FPU_REG *) rm;
FPU_REG           132 arch/x86/math-emu/reg_divide.c 			return real_2op_NaN((FPU_REG *) rm, flags & 0x0f, 0,
FPU_REG            38 arch/x86/math-emu/reg_ld_str.c static u_char normalize_no_excep(FPU_REG *r, int exp, int sign)
FPU_REG            52 arch/x86/math-emu/reg_ld_str.c int FPU_tagof(FPU_REG *ptr)
FPU_REG            83 arch/x86/math-emu/reg_ld_str.c 	FPU_REG *sti_ptr = &st(stnr);
FPU_REG            94 arch/x86/math-emu/reg_ld_str.c int FPU_load_double(double __user *dfloat, FPU_REG *loaded_data)
FPU_REG           155 arch/x86/math-emu/reg_ld_str.c int FPU_load_single(float __user *single, FPU_REG *loaded_data)
FPU_REG           213 arch/x86/math-emu/reg_ld_str.c 	FPU_REG *st0_ptr = &st(0);
FPU_REG           239 arch/x86/math-emu/reg_ld_str.c int FPU_load_int32(long __user *_s, FPU_REG *loaded_data)
FPU_REG           268 arch/x86/math-emu/reg_ld_str.c int FPU_load_int16(short __user *_s, FPU_REG *loaded_data)
FPU_REG           299 arch/x86/math-emu/reg_ld_str.c 	FPU_REG *st0_ptr = &st(0);
FPU_REG           336 arch/x86/math-emu/reg_ld_str.c int FPU_store_extended(FPU_REG *st0_ptr, u_char st0_tag,
FPU_REG           378 arch/x86/math-emu/reg_ld_str.c int FPU_store_double(FPU_REG *st0_ptr, u_char st0_tag, double __user *dfloat)
FPU_REG           384 arch/x86/math-emu/reg_ld_str.c 	FPU_REG tmp;
FPU_REG           563 arch/x86/math-emu/reg_ld_str.c int FPU_store_single(FPU_REG *st0_ptr, u_char st0_tag, float __user *single)
FPU_REG           569 arch/x86/math-emu/reg_ld_str.c 	FPU_REG tmp;
FPU_REG           752 arch/x86/math-emu/reg_ld_str.c int FPU_store_int64(FPU_REG *st0_ptr, u_char st0_tag, long long __user *d)
FPU_REG           754 arch/x86/math-emu/reg_ld_str.c 	FPU_REG t;
FPU_REG           802 arch/x86/math-emu/reg_ld_str.c int FPU_store_int32(FPU_REG *st0_ptr, u_char st0_tag, long __user *d)
FPU_REG           804 arch/x86/math-emu/reg_ld_str.c 	FPU_REG t;
FPU_REG           848 arch/x86/math-emu/reg_ld_str.c int FPU_store_int16(FPU_REG *st0_ptr, u_char st0_tag, short __user *d)
FPU_REG           850 arch/x86/math-emu/reg_ld_str.c 	FPU_REG t;
FPU_REG           894 arch/x86/math-emu/reg_ld_str.c int FPU_store_bcd(FPU_REG *st0_ptr, u_char st0_tag, u_char __user *d)
FPU_REG           896 arch/x86/math-emu/reg_ld_str.c 	FPU_REG t;
FPU_REG           969 arch/x86/math-emu/reg_ld_str.c int FPU_round_to_int(FPU_REG *r, u_char tag)
FPU_REG            29 arch/x86/math-emu/reg_mul.c int FPU_mul(FPU_REG const *b, u_char tagb, int deststnr, int control_w)
FPU_REG            31 arch/x86/math-emu/reg_mul.c 	FPU_REG *a = &st(deststnr);
FPU_REG            32 arch/x86/math-emu/reg_mul.c 	FPU_REG *dest = a;
FPU_REG            60 arch/x86/math-emu/reg_mul.c 		FPU_REG x, y;