Searched defs:st0_ptr (Results 1 - 12 of 12) 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_etc.c19 static void fchs(FPU_REG *st0_ptr, u_char st0tag) argument
28 static void fabs(FPU_REG *st0_ptr, u_char st0tag) argument
37 static void ftst_(FPU_REG *st0_ptr, u_char st0tag) argument
88 fxam(FPU_REG *st0_ptr, u_char st0tag) argument
[all...]
H A Dload_store.c65 FPU_REG *st0_ptr; local
[all...]
H A Dreg_divide.c30 FPU_REG const *a, *b, *st0_ptr, *st_ptr; local
H A Dpoly_atan.c51 void poly_atan(FPU_REG *st0_ptr, u_char st0_tag, argument
[all...]
H A Dpoly_sin.c57 void poly_sine(FPU_REG *st0_ptr) argument
200 poly_cos(FPU_REG *st0_ptr) argument
[all...]
H A Dpoly_tan.c50 void poly_tan(FPU_REG *st0_ptr) argument
[all...]
H A Dreg_compare.c27 FPU_REG *st0_ptr; local
[all...]
H A Dfpu_aux.c134 FPU_REG *st0_ptr = &st(0), *sti_ptr = &st(i); local
H A Dpoly_l2.c26 void poly_l2(FPU_REG *st0_ptr, FPU_REG *st1_ptr, u_char st1_sign) argument
105 poly_l2p1(u_char sign0, u_char sign1, FPU_REG * st0_ptr, FPU_REG * st1_ptr, FPU_REG * dest) argument
[all...]
H A Dfpu_trig.c33 static int trig_arg(FPU_REG *st0_ptr, int even) argument
179 single_arg_error(FPU_REG *st0_ptr, u_char st0_tag) argument
191 single_arg_2_error(FPU_REG *st0_ptr, u_char st0_tag) argument
232 f2xm1(FPU_REG *st0_ptr, u_char tag) argument
246 poly_2xm1(getsign(st0_ptr), &a, st0_ptr); local
275 fptan(FPU_REG *st0_ptr, u_char st0_tag) argument
354 fxtract(FPU_REG *st0_ptr, u_char st0_tag) argument
447 fsqrt_(FPU_REG *st0_ptr, u_char st0_tag) argument
505 frndint_(FPU_REG *st0_ptr, u_char st0_tag) argument
549 fsin(FPU_REG *st0_ptr, u_char tag) argument
610 f_cos(FPU_REG *st0_ptr, u_char tag) argument
680 fcos(FPU_REG *st0_ptr, u_char st0_tag) argument
685 fsincos(FPU_REG *st0_ptr, u_char st0_tag) argument
778 do_fprem(FPU_REG *st0_ptr, u_char st0_tag, int round) argument
1020 fyl2x(FPU_REG *st0_ptr, u_char st0_tag) argument
1191 fpatan(FPU_REG *st0_ptr, u_char st0_tag) argument
1301 fprem(FPU_REG *st0_ptr, u_char st0_tag) argument
1306 fprem1(FPU_REG *st0_ptr, u_char st0_tag) argument
1311 fyl2xp1(FPU_REG *st0_ptr, u_char st0_tag) argument
1480 fscale(FPU_REG *st0_ptr, u_char st0_tag) argument
[all...]
H A Dreg_ld_str.c213 FPU_REG *st0_ptr = &st(0); local
299 FPU_REG *st0_ptr = &st(0); local
336 int FPU_store_extended(FPU_REG *st0_ptr, u_cha argument
378 FPU_store_double(FPU_REG *st0_ptr, u_char st0_tag, double __user *dfloat) argument
563 FPU_store_single(FPU_REG *st0_ptr, u_char st0_tag, float __user *single) argument
752 FPU_store_int64(FPU_REG *st0_ptr, u_char st0_tag, long long __user *d) argument
802 FPU_store_int32(FPU_REG *st0_ptr, u_char st0_tag, long __user *d) argument
848 FPU_store_int16(FPU_REG *st0_ptr, u_char st0_tag, short __user *d) argument
894 FPU_store_bcd(FPU_REG *st0_ptr, u_char st0_tag, u_char __user *d) argument
[all...]
H A Dfpu_entry.c141 FPU_REG *st0_ptr; local

Completed in 41 milliseconds