Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/math-emu/
H A Dfpu_trig.c40 int tag, st0_tag = TAG_Valid; in trig_arg() local
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_()
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()
1026 static void fyl2x(FPU_REG *st0_ptr, u_char st0_tag) in fyl2x()
1197 static void fpatan(FPU_REG *st0_ptr, u_char st0_tag) in fpatan()
1307 static void fprem(FPU_REG *st0_ptr, u_char st0_tag) in fprem()
1312 static void fprem1(FPU_REG *st0_ptr, u_char st0_tag) in fprem1()
[all …]
H A 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()
H A Dload_store.c72 u_char st0_tag = TAG_Empty; /* This is just to stop a gcc warning. */ in FPU_load_store() local
H A Dpoly_atan.c52 void poly_atan(FPU_REG *st0_ptr, u_char st0_tag, in poly_atan()
H A Dreg_compare.c27 u_char st0_tag; in compare() local
H A Dfpu_entry.c110 u_char loaded_tag, st0_tag; in math_emulate() local
H A Dfpu_aux.c138 u_char st0_tag = (tag_word >> (regnr * 2)) & 3; in fxch_i() local