Symbol: FPU_REG
arch/x86/math-emu/errors.c
179
FPU_REG *r = &st(i);
arch/x86/math-emu/errors.c
374
int real_1op_NaN(FPU_REG *a)
arch/x86/math-emu/errors.c
413
int real_2op_NaN(FPU_REG const *b, u_char tagb,
arch/x86/math-emu/errors.c
414
int deststnr, FPU_REG const *defaultNaN)
arch/x86/math-emu/errors.c
416
FPU_REG *dest = &st(deststnr);
arch/x86/math-emu/errors.c
417
FPU_REG const *a = dest;
arch/x86/math-emu/errors.c
419
FPU_REG const *x;
arch/x86/math-emu/errors.c
514
FPU_REG *dest = &st(deststnr);
arch/x86/math-emu/errors.c
573
asmlinkage __visible int arith_overflow(FPU_REG *dest)
arch/x86/math-emu/errors.c
601
asmlinkage __visible int arith_underflow(FPU_REG *dest)
arch/x86/math-emu/fpu_aux.c
104
FPU_REG *st_new_ptr;
arch/x86/math-emu/fpu_aux.c
133
FPU_REG t;
arch/x86/math-emu/fpu_aux.c
135
FPU_REG *st0_ptr = &st(0), *sti_ptr = &st(i);
arch/x86/math-emu/fpu_aux.c
177
FPU_REG *st0_ptr = &st(0);
arch/x86/math-emu/fpu_aux.c
178
FPU_REG *sti_ptr = &st(i);
arch/x86/math-emu/fpu_emu.h
126
typedef void (*FUNC_ST0) (FPU_REG *st0_ptr, u_char st0_tag);
arch/x86/math-emu/fpu_emu.h
146
#define fpu_register(x) ( * ((FPU_REG *)( register_base + 10 * (x & 7) )) )
arch/x86/math-emu/fpu_emu.h
147
#define st(x) ( * ((FPU_REG *)( register_base + 10 * ((top+x) & 7) )) )
arch/x86/math-emu/fpu_emu.h
170
static inline void reg_copy(FPU_REG const *x, FPU_REG *y)
arch/x86/math-emu/fpu_emu.h
191
asmlinkage int FPU_normalize(FPU_REG *x);
arch/x86/math-emu/fpu_emu.h
192
asmlinkage int FPU_normalize_nuo(FPU_REG *x);
arch/x86/math-emu/fpu_emu.h
193
asmlinkage int FPU_u_sub(FPU_REG const *arg1, FPU_REG const *arg2,
arch/x86/math-emu/fpu_emu.h
194
FPU_REG * answ, unsigned int control_w, u_char sign,
arch/x86/math-emu/fpu_emu.h
196
asmlinkage int FPU_u_mul(FPU_REG const *arg1, FPU_REG const *arg2,
arch/x86/math-emu/fpu_emu.h
197
FPU_REG * answ, unsigned int control_w, u_char sign,
arch/x86/math-emu/fpu_emu.h
199
asmlinkage int FPU_u_div(FPU_REG const *arg1, FPU_REG const *arg2,
arch/x86/math-emu/fpu_emu.h
200
FPU_REG * answ, unsigned int control_w, u_char sign);
arch/x86/math-emu/fpu_emu.h
201
asmlinkage int FPU_u_add(FPU_REG const *arg1, FPU_REG const *arg2,
arch/x86/math-emu/fpu_emu.h
202
FPU_REG * answ, unsigned int control_w, u_char sign,
arch/x86/math-emu/fpu_emu.h
204
asmlinkage int wm_sqrt(FPU_REG *n, int dummy1, int dummy2,
arch/x86/math-emu/fpu_emu.h
209
asmlinkage int FPU_round(FPU_REG *arg, unsigned int extent, int dummy,
arch/x86/math-emu/fpu_entry.c
108
FPU_REG loaded_data;
arch/x86/math-emu/fpu_entry.c
109
FPU_REG *st0_ptr;
arch/x86/math-emu/fpu_entry.c
680
FPU_tagof((FPU_REG *) ((u_char *) S387->st_space +
arch/x86/math-emu/fpu_etc.c
123
static void FPU_ST0_illegal(FPU_REG *st0_ptr, u_char st0_tag)
arch/x86/math-emu/fpu_etc.c
20
static void fchs(FPU_REG *st0_ptr, u_char st0tag)
arch/x86/math-emu/fpu_etc.c
29
static void fabs(FPU_REG *st0_ptr, u_char st0tag)
arch/x86/math-emu/fpu_etc.c
38
static void ftst_(FPU_REG *st0_ptr, u_char st0tag)
arch/x86/math-emu/fpu_etc.c
89
static void fxam(FPU_REG *st0_ptr, u_char st0tag)
arch/x86/math-emu/fpu_proto.h
10
extern int real_2op_NaN(FPU_REG const *b, u_char tagb, int deststnr,
arch/x86/math-emu/fpu_proto.h
101
extern void poly_l2(FPU_REG *st0_ptr, FPU_REG *st1_ptr, u_char st1_sign);
arch/x86/math-emu/fpu_proto.h
102
extern int poly_l2p1(u_char s0, u_char s1, FPU_REG *r0, FPU_REG *r1,
arch/x86/math-emu/fpu_proto.h
103
FPU_REG * d);
arch/x86/math-emu/fpu_proto.h
105
extern void poly_sine(FPU_REG *st0_ptr);
arch/x86/math-emu/fpu_proto.h
106
extern void poly_cos(FPU_REG *st0_ptr);
arch/x86/math-emu/fpu_proto.h
108
extern void poly_tan(FPU_REG *st0_ptr);
arch/x86/math-emu/fpu_proto.h
11
FPU_REG const *defaultNaN);
arch/x86/math-emu/fpu_proto.h
110
extern int FPU_add(FPU_REG const *b, u_char tagb, int destrnr, int control_w);
arch/x86/math-emu/fpu_proto.h
113
extern int FPU_compare_st_data(FPU_REG const *loaded_data, u_char loaded_tag);
arch/x86/math-emu/fpu_proto.h
128
extern int FPU_load_double(double __user *dfloat, FPU_REG *loaded_data);
arch/x86/math-emu/fpu_proto.h
129
extern int FPU_load_single(float __user *single, FPU_REG *loaded_data);
arch/x86/math-emu/fpu_proto.h
131
extern int FPU_load_int32(long __user *_s, FPU_REG *loaded_data);
arch/x86/math-emu/fpu_proto.h
132
extern int FPU_load_int16(short __user *_s, FPU_REG *loaded_data);
arch/x86/math-emu/fpu_proto.h
134
extern int FPU_store_extended(FPU_REG *st0_ptr, u_char st0_tag,
arch/x86/math-emu/fpu_proto.h
136
extern int FPU_store_double(FPU_REG *st0_ptr, u_char st0_tag,
arch/x86/math-emu/fpu_proto.h
138
extern int FPU_store_single(FPU_REG *st0_ptr, u_char st0_tag,
arch/x86/math-emu/fpu_proto.h
140
extern int FPU_store_int64(FPU_REG *st0_ptr, u_char st0_tag,
arch/x86/math-emu/fpu_proto.h
142
extern int FPU_store_int32(FPU_REG *st0_ptr, u_char st0_tag, long __user *d);
arch/x86/math-emu/fpu_proto.h
143
extern int FPU_store_int16(FPU_REG *st0_ptr, u_char st0_tag, short __user *d);
arch/x86/math-emu/fpu_proto.h
144
extern int FPU_store_bcd(FPU_REG *st0_ptr, u_char st0_tag, u_char __user *d);
arch/x86/math-emu/fpu_proto.h
145
extern int FPU_round_to_int(FPU_REG *r, u_char tag);
arch/x86/math-emu/fpu_proto.h
150
extern int FPU_tagof(FPU_REG *ptr);
arch/x86/math-emu/fpu_proto.h
152
extern int FPU_mul(FPU_REG const *b, u_char tagb, int deststnr, int control_w);
arch/x86/math-emu/fpu_proto.h
156
extern int FPU_to_exp16(FPU_REG const *a, FPU_REG *x);
arch/x86/math-emu/fpu_proto.h
18
asmlinkage int arith_overflow(FPU_REG *dest);
arch/x86/math-emu/fpu_proto.h
19
asmlinkage int arith_underflow(FPU_REG *dest);
arch/x86/math-emu/fpu_proto.h
74
extern int FPU_Special(FPU_REG const *ptr);
arch/x86/math-emu/fpu_proto.h
75
extern int isNaN(FPU_REG const *ptr);
arch/x86/math-emu/fpu_proto.h
78
extern int FPU_stackoverflow(FPU_REG ** st_new_ptr);
arch/x86/math-emu/fpu_proto.h
79
extern void FPU_copy_to_regi(FPU_REG const *r, u_char tag, int stnr);
arch/x86/math-emu/fpu_proto.h
80
extern void FPU_copy_to_reg1(FPU_REG const *r, u_char tag);
arch/x86/math-emu/fpu_proto.h
81
extern void FPU_copy_to_reg0(FPU_REG const *r, u_char tag);
arch/x86/math-emu/fpu_proto.h
9
extern int real_1op_NaN(FPU_REG *a);
arch/x86/math-emu/fpu_proto.h
96
extern int poly_2xm1(u_char sign, FPU_REG * arg, FPU_REG *result);
arch/x86/math-emu/fpu_proto.h
98
extern void poly_atan(FPU_REG * st0_ptr, u_char st0_tag, FPU_REG *st1_ptr,
arch/x86/math-emu/fpu_tags.c
101
void FPU_copy_to_reg1(FPU_REG const *r, u_char tag)
arch/x86/math-emu/fpu_tags.c
107
void FPU_copy_to_reg0(FPU_REG const *r, u_char tag)
arch/x86/math-emu/fpu_tags.c
62
int FPU_Special(FPU_REG const *ptr)
arch/x86/math-emu/fpu_tags.c
75
int isNaN(FPU_REG const *ptr)
arch/x86/math-emu/fpu_tags.c
88
int FPU_stackoverflow(FPU_REG ** st_new_ptr)
arch/x86/math-emu/fpu_tags.c
95
void FPU_copy_to_regi(FPU_REG const *r, u_char tag, int stnr)
arch/x86/math-emu/fpu_trig.c
1026
static void fyl2x(FPU_REG *st0_ptr, u_char st0_tag)
arch/x86/math-emu/fpu_trig.c
1028
FPU_REG *st1_ptr = &st(1), exponent;
arch/x86/math-emu/fpu_trig.c
1197
static void fpatan(FPU_REG *st0_ptr, u_char st0_tag)
arch/x86/math-emu/fpu_trig.c
1199
FPU_REG *st1_ptr = &st(1);
arch/x86/math-emu/fpu_trig.c
1307
static void fprem(FPU_REG *st0_ptr, u_char st0_tag)
arch/x86/math-emu/fpu_trig.c
1312
static void fprem1(FPU_REG *st0_ptr, u_char st0_tag)
arch/x86/math-emu/fpu_trig.c
1317
static void fyl2xp1(FPU_REG *st0_ptr, u_char st0_tag)
arch/x86/math-emu/fpu_trig.c
1320
FPU_REG *st1_ptr = &st(1), a, b;
arch/x86/math-emu/fpu_trig.c
1486
static void fscale(FPU_REG *st0_ptr, u_char st0_tag)
arch/x86/math-emu/fpu_trig.c
1488
FPU_REG *st1_ptr = &st(1);
arch/x86/math-emu/fpu_trig.c
1496
FPU_REG tmp;
arch/x86/math-emu/fpu_trig.c
157
FPU_REG *dest = &st(deststnr);
arch/x86/math-emu/fpu_trig.c
180
static void single_arg_error(FPU_REG *st0_ptr, u_char st0_tag)
arch/x86/math-emu/fpu_trig.c
192
static void single_arg_2_error(FPU_REG *st0_ptr, u_char st0_tag)
arch/x86/math-emu/fpu_trig.c
233
static void f2xm1(FPU_REG *st0_ptr, u_char tag)
arch/x86/math-emu/fpu_trig.c
235
FPU_REG a;
arch/x86/math-emu/fpu_trig.c
276
static void fptan(FPU_REG *st0_ptr, u_char st0_tag)
arch/x86/math-emu/fpu_trig.c
278
FPU_REG *st_new_ptr;
arch/x86/math-emu/fpu_trig.c
34
static int trig_arg(FPU_REG *st0_ptr, int even)
arch/x86/math-emu/fpu_trig.c
355
static void fxtract(FPU_REG *st0_ptr, u_char st0_tag)
arch/x86/math-emu/fpu_trig.c
357
FPU_REG *st_new_ptr;
arch/x86/math-emu/fpu_trig.c
359
register FPU_REG *st1_ptr = st0_ptr; /* anticipate */
arch/x86/math-emu/fpu_trig.c
36
FPU_REG tmp;
arch/x86/math-emu/fpu_trig.c
436
static void fdecstp(FPU_REG *st0_ptr, u_char st0_tag)
arch/x86/math-emu/fpu_trig.c
442
static void fincstp(FPU_REG *st0_ptr, u_char st0_tag)
arch/x86/math-emu/fpu_trig.c
448
static void fsqrt_(FPU_REG *st0_ptr, u_char st0_tag)
arch/x86/math-emu/fpu_trig.c
506
static void frndint_(FPU_REG *st0_ptr, u_char st0_tag)
arch/x86/math-emu/fpu_trig.c
550
static int f_sin(FPU_REG *st0_ptr, u_char tag)
arch/x86/math-emu/fpu_trig.c
611
static void fsin(FPU_REG *st0_ptr, u_char tag)
arch/x86/math-emu/fpu_trig.c
616
static int f_cos(FPU_REG *st0_ptr, u_char tag)
arch/x86/math-emu/fpu_trig.c
686
static void fcos(FPU_REG *st0_ptr, u_char st0_tag)
arch/x86/math-emu/fpu_trig.c
691
static void fsincos(FPU_REG *st0_ptr, u_char st0_tag)
arch/x86/math-emu/fpu_trig.c
693
FPU_REG *st_new_ptr;
arch/x86/math-emu/fpu_trig.c
694
FPU_REG arg;
arch/x86/math-emu/fpu_trig.c
784
static void do_fprem(FPU_REG *st0_ptr, u_char st0_tag, int round)
arch/x86/math-emu/fpu_trig.c
786
FPU_REG *st1_ptr = &st(1);
arch/x86/math-emu/fpu_trig.c
790
FPU_REG tmp, st0, st1;
arch/x86/math-emu/load_store.c
70
FPU_REG loaded_data;
arch/x86/math-emu/load_store.c
71
FPU_REG *st0_ptr;
arch/x86/math-emu/poly_2xm1.c
53
int poly_2xm1(u_char sign, FPU_REG *arg, FPU_REG *result)
arch/x86/math-emu/poly_atan.c
52
void poly_atan(FPU_REG *st0_ptr, u_char st0_tag,
arch/x86/math-emu/poly_atan.c
53
FPU_REG *st1_ptr, u_char st1_tag)
arch/x86/math-emu/poly_l2.c
107
FPU_REG * st0_ptr, FPU_REG * st1_ptr, FPU_REG * dest)
arch/x86/math-emu/poly_l2.c
182
static void log2_kernel(FPU_REG const *arg, u_char argsign, Xsig *accum_result,
arch/x86/math-emu/poly_l2.c
21
static void log2_kernel(FPU_REG const *arg, u_char argsign,
arch/x86/math-emu/poly_l2.c
27
void poly_l2(FPU_REG *st0_ptr, FPU_REG *st1_ptr, u_char st1_sign)
arch/x86/math-emu/poly_l2.c
32
FPU_REG x;
arch/x86/math-emu/poly_sin.c
201
void poly_cos(FPU_REG *st0_ptr)
arch/x86/math-emu/poly_sin.c
203
FPU_REG result;
arch/x86/math-emu/poly_sin.c
58
void poly_sine(FPU_REG *st0_ptr)
arch/x86/math-emu/poly_sin.c
64
FPU_REG result;
arch/x86/math-emu/poly_tan.c
51
void poly_tan(FPU_REG *st0_ptr)
arch/x86/math-emu/reg_add_sub.c
103
FPU_REG x, y;
arch/x86/math-emu/reg_add_sub.c
131
FPU_REG const *a, *b;
arch/x86/math-emu/reg_add_sub.c
132
FPU_REG *dest;
arch/x86/math-emu/reg_add_sub.c
141
b = (FPU_REG *) rm;
arch/x86/math-emu/reg_add_sub.c
234
FPU_REG x, y;
arch/x86/math-emu/reg_add_sub.c
250
FPU_REG const *d1, *d2;
arch/x86/math-emu/reg_add_sub.c
271
int add_sub_specials(FPU_REG const *a, u_char taga, u_char signa,
arch/x86/math-emu/reg_add_sub.c
272
FPU_REG const *b, u_char tagb, u_char signb,
arch/x86/math-emu/reg_add_sub.c
273
FPU_REG * dest, int deststnr, int control_w)
arch/x86/math-emu/reg_add_sub.c
29
int add_sub_specials(FPU_REG const *a, u_char taga, u_char signa,
arch/x86/math-emu/reg_add_sub.c
30
FPU_REG const *b, u_char tagb, u_char signb,
arch/x86/math-emu/reg_add_sub.c
31
FPU_REG * dest, int deststnr, int control_w);
arch/x86/math-emu/reg_add_sub.c
37
int FPU_add(FPU_REG const *b, u_char tagb, int deststnr, int control_w)
arch/x86/math-emu/reg_add_sub.c
39
FPU_REG *a = &st(0);
arch/x86/math-emu/reg_add_sub.c
40
FPU_REG *dest = &st(deststnr);
arch/x86/math-emu/reg_compare.c
170
int FPU_compare_st_data(FPU_REG const *loaded_data, u_char loaded_tag)
arch/x86/math-emu/reg_compare.c
210
FPU_REG *st_ptr;
arch/x86/math-emu/reg_compare.c
24
static int compare(FPU_REG const *b, int tagb)
arch/x86/math-emu/reg_compare.c
256
FPU_REG *st_ptr;
arch/x86/math-emu/reg_compare.c
28
FPU_REG *st0_ptr;
arch/x86/math-emu/reg_compare.c
29
FPU_REG x, y;
arch/x86/math-emu/reg_compare.c
304
FPU_REG *st_ptr;
arch/x86/math-emu/reg_compare.c
354
FPU_REG *st_ptr;
arch/x86/math-emu/reg_constant.c
23
FPU_REG const CONST_1 = MAKE_REG(POS, 0, 0x00000000, 0x80000000);
arch/x86/math-emu/reg_constant.c
25
FPU_REG const CONST_2 = MAKE_REG(POS, 1, 0x00000000, 0x80000000);
arch/x86/math-emu/reg_constant.c
26
FPU_REG const CONST_HALF = MAKE_REG(POS, -1, 0x00000000, 0x80000000);
arch/x86/math-emu/reg_constant.c
28
static FPU_REG const CONST_L2T = MAKE_REG(POS, 1, 0xcd1b8afe, 0xd49a784b);
arch/x86/math-emu/reg_constant.c
29
static FPU_REG const CONST_L2E = MAKE_REG(POS, 0, 0x5c17f0bc, 0xb8aa3b29);
arch/x86/math-emu/reg_constant.c
30
FPU_REG const CONST_PI = MAKE_REG(POS, 1, 0x2168c235, 0xc90fdaa2);
arch/x86/math-emu/reg_constant.c
31
FPU_REG const CONST_PI2 = MAKE_REG(POS, 0, 0x2168c235, 0xc90fdaa2);
arch/x86/math-emu/reg_constant.c
32
FPU_REG const CONST_PI4 = MAKE_REG(POS, -1, 0x2168c235, 0xc90fdaa2);
arch/x86/math-emu/reg_constant.c
33
static FPU_REG const CONST_LG2 = MAKE_REG(POS, -2, 0xfbcff799, 0x9a209a84);
arch/x86/math-emu/reg_constant.c
34
static FPU_REG const CONST_LN2 = MAKE_REG(POS, -1, 0xd1cf79ac, 0xb17217f7);
arch/x86/math-emu/reg_constant.c
37
FPU_REG const CONST_PI2extra = MAKE_REG(NEG, -66,
arch/x86/math-emu/reg_constant.c
41
FPU_REG const CONST_Z = MAKE_REG(POS, EXP_UNDER, 0x0, 0x0);
arch/x86/math-emu/reg_constant.c
48
FPU_REG const CONST_QNaN = MAKE_REG(NEG, EXP_OVER, 0x00000000, 0xC0000000);
arch/x86/math-emu/reg_constant.c
51
FPU_REG const CONST_INF = MAKE_REG(POS, EXP_OVER, 0x00000000, 0x80000000);
arch/x86/math-emu/reg_constant.c
53
static void fld_const(FPU_REG const * c, int adj, u_char tag)
arch/x86/math-emu/reg_constant.c
55
FPU_REG *st_new_ptr;
arch/x86/math-emu/reg_constant.h
15
extern FPU_REG const CONST_1;
arch/x86/math-emu/reg_constant.h
16
extern FPU_REG const CONST_PI;
arch/x86/math-emu/reg_constant.h
17
extern FPU_REG const CONST_PI2;
arch/x86/math-emu/reg_constant.h
18
extern FPU_REG const CONST_PI2extra;
arch/x86/math-emu/reg_constant.h
19
extern FPU_REG const CONST_PI4;
arch/x86/math-emu/reg_constant.h
20
extern FPU_REG const CONST_Z;
arch/x86/math-emu/reg_constant.h
21
extern FPU_REG const CONST_PINF;
arch/x86/math-emu/reg_constant.h
22
extern FPU_REG const CONST_INF;
arch/x86/math-emu/reg_constant.h
23
extern FPU_REG const CONST_MINF;
arch/x86/math-emu/reg_constant.h
24
extern FPU_REG const CONST_QNaN;
arch/x86/math-emu/reg_convert.c
17
int FPU_to_exp16(FPU_REG const *a, FPU_REG *x)
arch/x86/math-emu/reg_divide.c
133
return real_2op_NaN((FPU_REG *) rm, flags & 0x0f, 0,
arch/x86/math-emu/reg_divide.c
30
FPU_REG x, y;
arch/x86/math-emu/reg_divide.c
31
FPU_REG const *a, *b, *st0_ptr, *st_ptr;
arch/x86/math-emu/reg_divide.c
32
FPU_REG *dest;
arch/x86/math-emu/reg_divide.c
46
a = (FPU_REG *) rm;
arch/x86/math-emu/reg_divide.c
58
b = (FPU_REG *) rm;
arch/x86/math-emu/reg_ld_str.c
156
int FPU_load_single(float __user *single, FPU_REG *loaded_data)
arch/x86/math-emu/reg_ld_str.c
214
FPU_REG *st0_ptr = &st(0);
arch/x86/math-emu/reg_ld_str.c
240
int FPU_load_int32(long __user *_s, FPU_REG *loaded_data)
arch/x86/math-emu/reg_ld_str.c
269
int FPU_load_int16(short __user *_s, FPU_REG *loaded_data)
arch/x86/math-emu/reg_ld_str.c
300
FPU_REG *st0_ptr = &st(0);
arch/x86/math-emu/reg_ld_str.c
337
int FPU_store_extended(FPU_REG *st0_ptr, u_char st0_tag,
arch/x86/math-emu/reg_ld_str.c
379
int FPU_store_double(FPU_REG *st0_ptr, u_char st0_tag, double __user *dfloat)
arch/x86/math-emu/reg_ld_str.c
385
FPU_REG tmp;
arch/x86/math-emu/reg_ld_str.c
39
static u_char normalize_no_excep(FPU_REG *r, int exp, int sign)
arch/x86/math-emu/reg_ld_str.c
53
int FPU_tagof(FPU_REG *ptr)
arch/x86/math-emu/reg_ld_str.c
564
int FPU_store_single(FPU_REG *st0_ptr, u_char st0_tag, float __user *single)
arch/x86/math-emu/reg_ld_str.c
570
FPU_REG tmp;
arch/x86/math-emu/reg_ld_str.c
753
int FPU_store_int64(FPU_REG *st0_ptr, u_char st0_tag, long long __user *d)
arch/x86/math-emu/reg_ld_str.c
755
FPU_REG t;
arch/x86/math-emu/reg_ld_str.c
803
int FPU_store_int32(FPU_REG *st0_ptr, u_char st0_tag, long __user *d)
arch/x86/math-emu/reg_ld_str.c
805
FPU_REG t;
arch/x86/math-emu/reg_ld_str.c
84
FPU_REG *sti_ptr = &st(stnr);
arch/x86/math-emu/reg_ld_str.c
849
int FPU_store_int16(FPU_REG *st0_ptr, u_char st0_tag, short __user *d)
arch/x86/math-emu/reg_ld_str.c
851
FPU_REG t;
arch/x86/math-emu/reg_ld_str.c
895
int FPU_store_bcd(FPU_REG *st0_ptr, u_char st0_tag, u_char __user *d)
arch/x86/math-emu/reg_ld_str.c
897
FPU_REG t;
arch/x86/math-emu/reg_ld_str.c
95
int FPU_load_double(double __user *dfloat, FPU_REG *loaded_data)
arch/x86/math-emu/reg_ld_str.c
970
int FPU_round_to_int(FPU_REG *r, u_char tag)
arch/x86/math-emu/reg_mul.c
30
int FPU_mul(FPU_REG const *b, u_char tagb, int deststnr, int control_w)
arch/x86/math-emu/reg_mul.c
32
FPU_REG *a = &st(deststnr);
arch/x86/math-emu/reg_mul.c
33
FPU_REG *dest = a;
arch/x86/math-emu/reg_mul.c
61
FPU_REG x, y;