Searched defs:st0_tag (Results 1 - 7 of 7) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/i386/math-emu/
H A Dload_store.c68 u_char st0_tag = TAG_Empty; /* This is just to stop a gcc warning. */ local
[all...]
H A Dfpu_aux.c135 u_char st0_tag = (tag_word >> (regnr*2)) & 3; local
H A Dpoly_atan.c55 void poly_atan(FPU_REG *st0_ptr, u_char st0_tag, argument
H A Dreg_compare.c27 u_char st0_tag; local
[all...]
H A Dfpu_entry.c142 u_char loaded_tag, st0_tag; local
H A Dfpu_trig.c40 int tag, st0_tag = TAG_Valid; local
180 static void single_arg_error(FPU_REG *st0_ptr, u_char st0_tag) argument
193 single_arg_2_error(FPU_REG *st0_ptr, u_char st0_tag) argument
290 fptan(FPU_REG *st0_ptr, u_char st0_tag) argument
378 fxtract(FPU_REG *st0_ptr, u_char st0_tag) argument
483 fsqrt_(FPU_REG *st0_ptr, u_char st0_tag) argument
548 frndint_(FPU_REG *st0_ptr, u_char st0_tag) argument
754 fcos(FPU_REG *st0_ptr, u_char st0_tag) argument
760 fsincos(FPU_REG *st0_ptr, u_char st0_tag) argument
863 do_fprem(FPU_REG *st0_ptr, u_char st0_tag, int round) argument
1125 fyl2x(FPU_REG *st0_ptr, u_char st0_tag) argument
1330 fpatan(FPU_REG *st0_ptr, u_char st0_tag) argument
1461 fprem(FPU_REG *st0_ptr, u_char st0_tag) argument
1467 fprem1(FPU_REG *st0_ptr, u_char st0_tag) argument
1473 fyl2xp1(FPU_REG *st0_ptr, u_char st0_tag) argument
1666 fscale(FPU_REG *st0_ptr, u_char st0_tag) argument
[all...]
H A Dreg_ld_str.c373 int FPU_store_extended(FPU_REG *st0_ptr, u_char st0_tag, long double __user *d) argument
415 int FPU_store_double(FPU_REG *st0_ptr, u_char st0_tag, double __user *dfloat) argument
634 FPU_store_single(FPU_REG *st0_ptr, u_char st0_tag, float __user *single) argument
858 FPU_store_int64(FPU_REG *st0_ptr, u_char st0_tag, long long __user *d) argument
920 FPU_store_int32(FPU_REG *st0_ptr, u_char st0_tag, long __user *d) argument
977 FPU_store_int16(FPU_REG *st0_ptr, u_char st0_tag, short __user *d) argument
1034 FPU_store_bcd(FPU_REG *st0_ptr, u_char st0_tag, u_char __user *d) argument
[all...]

Completed in 110 milliseconds