Searched defs:st0_ptr (Results 1 – 12 of 12) sorted by relevance
/openbmc/linux/arch/x86/math-emu/ |
H A D | fpu_trig.c | 34 static int trig_arg(FPU_REG *st0_ptr, int even) in trig_arg() 233 static void f2xm1(FPU_REG *st0_ptr, u_char tag) in f2xm1() 276 static void fptan(FPU_REG *st0_ptr, u_char st0_tag) in fptan() 355 static void fxtract(FPU_REG *st0_ptr, u_char st0_tag) in fxtract() 448 static void fsqrt_(FPU_REG *st0_ptr, u_char st0_tag) in fsqrt_() 550 static int f_sin(FPU_REG *st0_ptr, u_char tag) in f_sin() 611 static void fsin(FPU_REG *st0_ptr, u_char tag) in fsin() 616 static int f_cos(FPU_REG *st0_ptr, u_char tag) in f_cos() 686 static void fcos(FPU_REG *st0_ptr, u_char st0_tag) in fcos() 1026 static void fyl2x(FPU_REG *st0_ptr, u_char st0_tag) in fyl2x() [all …]
|
H A D | fpu_etc.c | 20 static void fchs(FPU_REG *st0_ptr, u_char st0tag) in fchs() 29 static void fabs(FPU_REG *st0_ptr, u_char st0tag) in fabs() 38 static void ftst_(FPU_REG *st0_ptr, u_char st0tag) in ftst_() 89 static void fxam(FPU_REG *st0_ptr, u_char st0tag) in fxam()
|
H A D | reg_ld_str.c | 214 FPU_REG *st0_ptr = &st(0); in FPU_load_int64() local 300 FPU_REG *st0_ptr = &st(0); in FPU_load_bcd() local 337 int FPU_store_extended(FPU_REG *st0_ptr, u_char st0_tag, in FPU_store_extended() 379 int FPU_store_double(FPU_REG *st0_ptr, u_char st0_tag, double __user *dfloat) in FPU_store_double() 564 int FPU_store_single(FPU_REG *st0_ptr, u_char st0_tag, float __user *single) in FPU_store_single() 753 int FPU_store_int64(FPU_REG *st0_ptr, u_char st0_tag, long long __user *d) in FPU_store_int64() 803 int FPU_store_int32(FPU_REG *st0_ptr, u_char st0_tag, long __user *d) in FPU_store_int32() 849 int FPU_store_int16(FPU_REG *st0_ptr, u_char st0_tag, short __user *d) in FPU_store_int16() 895 int FPU_store_bcd(FPU_REG *st0_ptr, u_char st0_tag, u_char __user *d) in FPU_store_bcd()
|
H A D | poly_sin.c | 58 void poly_sine(FPU_REG *st0_ptr) in poly_sine() 201 void poly_cos(FPU_REG *st0_ptr) in poly_cos()
|
H A D | poly_l2.c | 27 void poly_l2(FPU_REG *st0_ptr, FPU_REG *st1_ptr, u_char st1_sign) in poly_l2() 107 FPU_REG * st0_ptr, FPU_REG * st1_ptr, FPU_REG * dest) in poly_l2p1()
|
H A D | fpu_aux.c | 135 FPU_REG *st0_ptr = &st(0), *sti_ptr = &st(i); in fxch_i() local 177 FPU_REG *st0_ptr = &st(0); in fcmovCC() local
|
H A D | load_store.c | 71 FPU_REG *st0_ptr; in FPU_load_store() local
|
H A D | poly_tan.c | 51 void poly_tan(FPU_REG *st0_ptr) in poly_tan()
|
H A D | reg_divide.c | 31 FPU_REG const *a, *b, *st0_ptr, *st_ptr; in FPU_div() local
|
H A D | poly_atan.c | 52 void poly_atan(FPU_REG *st0_ptr, u_char st0_tag, in poly_atan()
|
H A D | reg_compare.c | 28 FPU_REG *st0_ptr; in compare() local
|
H A D | fpu_entry.c | 109 FPU_REG *st0_ptr; in math_emulate() local
|