/kernel/linux/linux-5.10/arch/x86/math-emu/ |
H A D | fpu_etc.c | 20 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 D | reg_divide.c | 31 FPU_REG const *a, *b, *st0_ptr, *st_ptr; in FPU_div() local
|
H A D | load_store.c | 71 FPU_REG *st0_ptr; in FPU_load_store() local [all...] |
H A D | poly_sin.c | 58 void poly_sine(FPU_REG *st0_ptr) in poly_sine() argument 201 poly_cos(FPU_REG *st0_ptr) poly_cos() argument [all...] |
H A D | poly_tan.c | 51 void poly_tan(FPU_REG *st0_ptr) in poly_tan() argument [all...] |
H A D | poly_atan.c | 52 void poly_atan(FPU_REG *st0_ptr, u_char st0_tag, in poly_atan() argument [all...] |
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() 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 D | reg_compare.c | 28 FPU_REG *st0_ptr; in compare() local [all...] |
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_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 D | fpu_trig.c | 34 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 D | fpu_entry.c | 108 FPU_REG *st0_ptr; in math_emulate() local
|
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
|
/kernel/linux/linux-6.6/arch/x86/math-emu/ |
H A D | fpu_etc.c | 20 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 D | reg_divide.c | 31 FPU_REG const *a, *b, *st0_ptr, *st_ptr; in FPU_div() local
|
H A D | load_store.c | 71 FPU_REG *st0_ptr; in FPU_load_store() local [all...] |
H A D | poly_atan.c | 52 void poly_atan(FPU_REG *st0_ptr, u_char st0_tag, in poly_atan() argument [all...] |
H A D | poly_sin.c | 58 void poly_sine(FPU_REG *st0_ptr) in poly_sine() argument 201 poly_cos(FPU_REG *st0_ptr) poly_cos() argument [all...] |
H A D | poly_tan.c | 51 void poly_tan(FPU_REG *st0_ptr) in poly_tan() argument [all...] |
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() 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 D | reg_compare.c | 28 FPU_REG *st0_ptr; in compare() local [all...] |
H A D | fpu_trig.c | 34 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 D | fpu_entry.c | 109 FPU_REG *st0_ptr; in math_emulate() local
|
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 | 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_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...] |