Home
last modified time | relevance | path

Searched defs:st0_ptr (Results 1 – 12 of 12) sorted by relevance

/arch/x86/math-emu/
Dfpu_trig.c33 static int trig_arg(FPU_REG *st0_ptr, int even) in trig_arg()
179 static void single_arg_error(FPU_REG *st0_ptr, u_char st0_tag) in single_arg_error()
191 static void single_arg_2_error(FPU_REG *st0_ptr, u_char st0_tag) in single_arg_2_error()
232 static void f2xm1(FPU_REG *st0_ptr, u_char tag) in f2xm1()
275 static void fptan(FPU_REG *st0_ptr, u_char st0_tag) in fptan()
354 static void fxtract(FPU_REG *st0_ptr, u_char st0_tag) in fxtract()
447 static void fsqrt_(FPU_REG *st0_ptr, u_char st0_tag) in fsqrt_()
505 static void frndint_(FPU_REG *st0_ptr, u_char st0_tag) in frndint_()
549 static int fsin(FPU_REG *st0_ptr, u_char tag) in fsin()
610 static int f_cos(FPU_REG *st0_ptr, u_char tag) in f_cos()
[all …]
Dfpu_etc.c19 static void fchs(FPU_REG *st0_ptr, u_char st0tag) in fchs()
28 static void fabs(FPU_REG *st0_ptr, u_char st0tag) in fabs()
37 static void ftst_(FPU_REG *st0_ptr, u_char st0tag) in ftst_()
88 static void fxam(FPU_REG *st0_ptr, u_char st0tag) in fxam()
Dreg_ld_str.c213 FPU_REG *st0_ptr = &st(0); in FPU_load_int64() local
299 FPU_REG *st0_ptr = &st(0); in FPU_load_bcd() local
336 int FPU_store_extended(FPU_REG *st0_ptr, u_char st0_tag, in FPU_store_extended()
378 int FPU_store_double(FPU_REG *st0_ptr, u_char st0_tag, double __user *dfloat) in FPU_store_double()
563 int FPU_store_single(FPU_REG *st0_ptr, u_char st0_tag, float __user *single) in FPU_store_single()
752 int FPU_store_int64(FPU_REG *st0_ptr, u_char st0_tag, long long __user *d) in FPU_store_int64()
802 int FPU_store_int32(FPU_REG *st0_ptr, u_char st0_tag, long __user *d) in FPU_store_int32()
848 int FPU_store_int16(FPU_REG *st0_ptr, u_char st0_tag, short __user *d) in FPU_store_int16()
894 int FPU_store_bcd(FPU_REG *st0_ptr, u_char st0_tag, u_char __user *d) in FPU_store_bcd()
Dpoly_sin.c57 void poly_sine(FPU_REG *st0_ptr) in poly_sine()
200 void poly_cos(FPU_REG *st0_ptr) in poly_cos()
Dpoly_l2.c26 void poly_l2(FPU_REG *st0_ptr, FPU_REG *st1_ptr, u_char st1_sign) in poly_l2()
106 FPU_REG * st0_ptr, FPU_REG * st1_ptr, FPU_REG * dest) in poly_l2p1()
Dload_store.c65 FPU_REG *st0_ptr; in FPU_load_store() local
Dpoly_tan.c50 void poly_tan(FPU_REG *st0_ptr) in poly_tan()
Dreg_divide.c30 FPU_REG const *a, *b, *st0_ptr, *st_ptr; in FPU_div() local
Dpoly_atan.c51 void poly_atan(FPU_REG *st0_ptr, u_char st0_tag, in poly_atan()
Dreg_compare.c27 FPU_REG *st0_ptr; in compare() local
Dfpu_aux.c134 FPU_REG *st0_ptr = &st(0), *sti_ptr = &st(i); in fxch_i() local
Dfpu_entry.c142 FPU_REG *st0_ptr; in math_emulate() local