Searched defs:st0_ptr (Results 1 – 12 of 12) sorted by relevance
/linux-2.4.37.9/arch/i386/math-emu/ |
D | fpu_trig.c | 34 static int trig_arg(FPU_REG *st0_ptr, int even) in trig_arg() 180 static void single_arg_error(FPU_REG *st0_ptr, u_char st0_tag) in single_arg_error() 193 static void single_arg_2_error(FPU_REG *st0_ptr, u_char st0_tag) in single_arg_2_error() 242 static void f2xm1(FPU_REG *st0_ptr, u_char tag) in f2xm1() 290 static void fptan(FPU_REG *st0_ptr, u_char st0_tag) in fptan() 378 static void fxtract(FPU_REG *st0_ptr, u_char st0_tag) in fxtract() 483 static void fsqrt_(FPU_REG *st0_ptr, u_char st0_tag) in fsqrt_() 548 static void frndint_(FPU_REG *st0_ptr, u_char st0_tag) in frndint_() 595 static int fsin(FPU_REG *st0_ptr, u_char tag) in fsin() 668 static int f_cos(FPU_REG *st0_ptr, u_char tag) in f_cos() [all …]
|
D | fpu_etc.c | 20 static void fchs(FPU_REG *st0_ptr, u_char st0tag) in fchs() 32 static void fabs(FPU_REG *st0_ptr, u_char st0tag) in fabs() 44 static void ftst_(FPU_REG *st0_ptr, u_char st0tag) in ftst_() 99 static void fxam(FPU_REG *st0_ptr, u_char st0tag) in fxam()
|
D | reg_ld_str.c | 243 FPU_REG *st0_ptr = &st(0); in FPU_load_int64() local 331 FPU_REG *st0_ptr = &st(0); in FPU_load_bcd() local 372 int FPU_store_extended(FPU_REG *st0_ptr, u_char st0_tag, long double *d) in FPU_store_extended() 414 int FPU_store_double(FPU_REG *st0_ptr, u_char st0_tag, double *dfloat) in FPU_store_double() 633 int FPU_store_single(FPU_REG *st0_ptr, u_char st0_tag, float *single) in FPU_store_single() 857 int FPU_store_int64(FPU_REG *st0_ptr, u_char st0_tag, long long *d) in FPU_store_int64() 918 int FPU_store_int32(FPU_REG *st0_ptr, u_char st0_tag, long *d) in FPU_store_int32() 975 int FPU_store_int16(FPU_REG *st0_ptr, u_char st0_tag, short *d) in FPU_store_int16() 1032 int FPU_store_bcd(FPU_REG *st0_ptr, u_char st0_tag, u_char *d) in FPU_store_bcd()
|
D | poly_sin.c | 66 void poly_sine(FPU_REG *st0_ptr) in poly_sine() 211 void poly_cos(FPU_REG *st0_ptr) in poly_cos()
|
D | poly_l2.c | 29 void poly_l2(FPU_REG *st0_ptr, FPU_REG *st1_ptr, u_char st1_sign) in poly_l2() 120 FPU_REG *st0_ptr, FPU_REG *st1_ptr, FPU_REG *dest) in poly_l2p1()
|
D | load_store.c | 67 FPU_REG *st0_ptr; in FPU_load_store() local
|
D | reg_divide.c | 30 FPU_REG const *a, *b, *st0_ptr, *st_ptr; in FPU_div() local
|
D | poly_tan.c | 56 void poly_tan(FPU_REG *st0_ptr) in poly_tan()
|
D | poly_atan.c | 55 void poly_atan(FPU_REG *st0_ptr, u_char st0_tag, in poly_atan()
|
D | fpu_aux.c | 132 FPU_REG *st0_ptr = &st(0), *sti_ptr = &st(i); in fxch_i() local
|
D | reg_compare.c | 28 FPU_REG *st0_ptr; in compare() local
|
D | fpu_entry.c | 140 FPU_REG *st0_ptr; in math_emulate() local
|