Home
last modified time | relevance | path

Searched defs:st0_ptr (Results 1 - 24 of 24) sorted by relevance

/kernel/linux/linux-5.10/arch/x86/math-emu/
H A Dfpu_etc.c20 static void fchs(FPU_REG *st0_ptr, u_char st0tag) in fchs() argument
29 static void fabs(FPU_REG *st0_ptr, u_char st0tag) in fabs() argument
38 static void ftst_(FPU_REG *st0_ptr, u_char st0tag) in ftst_() argument
89 fxam(FPU_REG *st0_ptr, u_char st0tag) fxam() argument
[all...]
H A Dreg_divide.c31 FPU_REG const *a, *b, *st0_ptr, *st_ptr; in FPU_div() local
H A Dload_store.c71 FPU_REG *st0_ptr; in FPU_load_store() local
[all...]
H A Dpoly_sin.c58 void poly_sine(FPU_REG *st0_ptr) in poly_sine() argument
201 poly_cos(FPU_REG *st0_ptr) poly_cos() argument
[all...]
H A Dpoly_tan.c51 void poly_tan(FPU_REG *st0_ptr) in poly_tan() argument
[all...]
H A Dpoly_atan.c52 void poly_atan(FPU_REG *st0_ptr, u_char st0_tag, in poly_atan() argument
[all...]
H A Dpoly_l2.c27 void poly_l2(FPU_REG *st0_ptr, FPU_REG *st1_ptr, u_char st1_sign) in poly_l2() argument
106 poly_l2p1(u_char sign0, u_char sign1, FPU_REG * st0_ptr, FPU_REG * st1_ptr, FPU_REG * dest) poly_l2p1() argument
[all...]
H A Dreg_compare.c28 FPU_REG *st0_ptr; in compare() local
[all...]
H A Dreg_ld_str.c214 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_cha argument
379 FPU_store_double(FPU_REG *st0_ptr, u_char st0_tag, double __user *dfloat) FPU_store_double() argument
564 FPU_store_single(FPU_REG *st0_ptr, u_char st0_tag, float __user *single) FPU_store_single() argument
753 FPU_store_int64(FPU_REG *st0_ptr, u_char st0_tag, long long __user *d) FPU_store_int64() argument
803 FPU_store_int32(FPU_REG *st0_ptr, u_char st0_tag, long __user *d) FPU_store_int32() argument
849 FPU_store_int16(FPU_REG *st0_ptr, u_char st0_tag, short __user *d) FPU_store_int16() argument
895 FPU_store_bcd(FPU_REG *st0_ptr, u_char st0_tag, u_char __user *d) FPU_store_bcd() argument
[all...]
H A Dfpu_trig.c34 static int trig_arg(FPU_REG *st0_ptr, int even) in trig_arg() argument
180 single_arg_error(FPU_REG *st0_ptr, u_char st0_tag) single_arg_error() argument
192 single_arg_2_error(FPU_REG *st0_ptr, u_char st0_tag) single_arg_2_error() argument
233 f2xm1(FPU_REG *st0_ptr, u_char tag) f2xm1() argument
247 poly_2xm1(getsign(st0_ptr), &a, st0_ptr); f2xm1() local
276 fptan(FPU_REG *st0_ptr, u_char st0_tag) fptan() argument
355 fxtract(FPU_REG *st0_ptr, u_char st0_tag) fxtract() argument
448 fsqrt_(FPU_REG *st0_ptr, u_char st0_tag) fsqrt_() argument
506 frndint_(FPU_REG *st0_ptr, u_char st0_tag) frndint_() argument
550 fsin(FPU_REG *st0_ptr, u_char tag) fsin() argument
611 f_cos(FPU_REG *st0_ptr, u_char tag) f_cos() argument
681 fcos(FPU_REG *st0_ptr, u_char st0_tag) fcos() argument
686 fsincos(FPU_REG *st0_ptr, u_char st0_tag) fsincos() argument
779 do_fprem(FPU_REG *st0_ptr, u_char st0_tag, int round) do_fprem() argument
1021 fyl2x(FPU_REG *st0_ptr, u_char st0_tag) fyl2x() argument
1192 fpatan(FPU_REG *st0_ptr, u_char st0_tag) fpatan() argument
1302 fprem(FPU_REG *st0_ptr, u_char st0_tag) fprem() argument
1307 fprem1(FPU_REG *st0_ptr, u_char st0_tag) fprem1() argument
1312 fyl2xp1(FPU_REG *st0_ptr, u_char st0_tag) fyl2xp1() argument
1481 fscale(FPU_REG *st0_ptr, u_char st0_tag) fscale() argument
[all...]
H A Dfpu_entry.c108 FPU_REG *st0_ptr; in math_emulate() local
H A Dfpu_aux.c135 FPU_REG *st0_ptr = &st(0), *sti_ptr = &st(i); in fxch_i() local
177 FPU_REG *st0_ptr = &st(0); in fcmovCC() local
/kernel/linux/linux-6.6/arch/x86/math-emu/
H A Dfpu_etc.c20 static void fchs(FPU_REG *st0_ptr, u_char st0tag) in fchs() argument
29 static void fabs(FPU_REG *st0_ptr, u_char st0tag) in fabs() argument
38 static void ftst_(FPU_REG *st0_ptr, u_char st0tag) in ftst_() argument
89 fxam(FPU_REG *st0_ptr, u_char st0tag) fxam() argument
[all...]
H A Dreg_divide.c31 FPU_REG const *a, *b, *st0_ptr, *st_ptr; in FPU_div() local
H A Dload_store.c71 FPU_REG *st0_ptr; in FPU_load_store() local
[all...]
H A Dpoly_atan.c52 void poly_atan(FPU_REG *st0_ptr, u_char st0_tag, in poly_atan() argument
[all...]
H A Dpoly_sin.c58 void poly_sine(FPU_REG *st0_ptr) in poly_sine() argument
201 poly_cos(FPU_REG *st0_ptr) poly_cos() argument
[all...]
H A Dpoly_tan.c51 void poly_tan(FPU_REG *st0_ptr) in poly_tan() argument
[all...]
H A Dpoly_l2.c27 void poly_l2(FPU_REG *st0_ptr, FPU_REG *st1_ptr, u_char st1_sign) in poly_l2() argument
106 poly_l2p1(u_char sign0, u_char sign1, FPU_REG * st0_ptr, FPU_REG * st1_ptr, FPU_REG * dest) poly_l2p1() argument
[all...]
H A Dreg_compare.c28 FPU_REG *st0_ptr; in compare() local
[all...]
H A Dfpu_trig.c34 static int trig_arg(FPU_REG *st0_ptr, int even) in trig_arg() argument
180 single_arg_error(FPU_REG *st0_ptr, u_char st0_tag) single_arg_error() argument
192 single_arg_2_error(FPU_REG *st0_ptr, u_char st0_tag) single_arg_2_error() argument
233 f2xm1(FPU_REG *st0_ptr, u_char tag) f2xm1() argument
247 poly_2xm1(getsign(st0_ptr), &a, st0_ptr); f2xm1() local
276 fptan(FPU_REG *st0_ptr, u_char st0_tag) fptan() argument
355 fxtract(FPU_REG *st0_ptr, u_char st0_tag) fxtract() argument
448 fsqrt_(FPU_REG *st0_ptr, u_char st0_tag) fsqrt_() argument
506 frndint_(FPU_REG *st0_ptr, u_char st0_tag) frndint_() argument
550 f_sin(FPU_REG *st0_ptr, u_char tag) f_sin() argument
611 fsin(FPU_REG *st0_ptr, u_char tag) fsin() argument
616 f_cos(FPU_REG *st0_ptr, u_char tag) f_cos() argument
686 fcos(FPU_REG *st0_ptr, u_char st0_tag) fcos() argument
691 fsincos(FPU_REG *st0_ptr, u_char st0_tag) fsincos() argument
784 do_fprem(FPU_REG *st0_ptr, u_char st0_tag, int round) do_fprem() argument
1026 fyl2x(FPU_REG *st0_ptr, u_char st0_tag) fyl2x() argument
1197 fpatan(FPU_REG *st0_ptr, u_char st0_tag) fpatan() argument
1307 fprem(FPU_REG *st0_ptr, u_char st0_tag) fprem() argument
1312 fprem1(FPU_REG *st0_ptr, u_char st0_tag) fprem1() argument
1317 fyl2xp1(FPU_REG *st0_ptr, u_char st0_tag) fyl2xp1() argument
1486 fscale(FPU_REG *st0_ptr, u_char st0_tag) fscale() argument
[all...]
H A Dfpu_entry.c109 FPU_REG *st0_ptr; in math_emulate() local
H A Dfpu_aux.c135 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 Dreg_ld_str.c214 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_cha argument
379 FPU_store_double(FPU_REG *st0_ptr, u_char st0_tag, double __user *dfloat) FPU_store_double() argument
564 FPU_store_single(FPU_REG *st0_ptr, u_char st0_tag, float __user *single) FPU_store_single() argument
753 FPU_store_int64(FPU_REG *st0_ptr, u_char st0_tag, long long __user *d) FPU_store_int64() argument
803 FPU_store_int32(FPU_REG *st0_ptr, u_char st0_tag, long __user *d) FPU_store_int32() argument
849 FPU_store_int16(FPU_REG *st0_ptr, u_char st0_tag, short __user *d) FPU_store_int16() argument
895 FPU_store_bcd(FPU_REG *st0_ptr, u_char st0_tag, u_char __user *d) FPU_store_bcd() argument
[all...]

Completed in 10 milliseconds