Searched defs:st0_tag (Results 1 – 7 of 7) sorted by relevance
/linux-5.19.10/arch/x86/math-emu/ |
D | fpu_trig.c | 40 int tag, st0_tag = TAG_Valid; in trig_arg() local 180 static void single_arg_error(FPU_REG *st0_ptr, u_char st0_tag) in single_arg_error() 192 static void single_arg_2_error(FPU_REG *st0_ptr, u_char st0_tag) in single_arg_2_error() 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_() 506 static void frndint_(FPU_REG *st0_ptr, u_char st0_tag) in frndint_() 686 static void fcos(FPU_REG *st0_ptr, u_char st0_tag) in fcos() 691 static void fsincos(FPU_REG *st0_ptr, u_char st0_tag) in fsincos() 784 static void do_fprem(FPU_REG *st0_ptr, u_char st0_tag, int round) in do_fprem() [all …]
|
D | reg_ld_str.c | 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()
|
D | load_store.c | 72 u_char st0_tag = TAG_Empty; /* This is just to stop a gcc warning. */ in FPU_load_store() local
|
D | poly_atan.c | 52 void poly_atan(FPU_REG *st0_ptr, u_char st0_tag, in poly_atan()
|
D | reg_compare.c | 27 u_char st0_tag; in compare() local
|
D | fpu_entry.c | 109 u_char loaded_tag, st0_tag; in math_emulate() local
|
D | fpu_aux.c | 138 u_char st0_tag = (tag_word >> (regnr * 2)) & 3; in fxch_i() local
|