Home
last modified time | relevance | path

Searched defs:st0_tag (Results 1 – 7 of 7) sorted by relevance

/linux-6.6.21/arch/x86/math-emu/
Dfpu_trig.c40 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 …]
Dreg_ld_str.c337 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()
Dload_store.c72 u_char st0_tag = TAG_Empty; /* This is just to stop a gcc warning. */ in FPU_load_store() local
Dpoly_atan.c52 void poly_atan(FPU_REG *st0_ptr, u_char st0_tag, in poly_atan()
Dreg_compare.c27 u_char st0_tag; in compare() local
Dfpu_entry.c110 u_char loaded_tag, st0_tag; in math_emulate() local
Dfpu_aux.c138 u_char st0_tag = (tag_word >> (regnr * 2)) & 3; in fxch_i() local