Home
last modified time | relevance | path

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

/linux-4.1.27/arch/x86/math-emu/
Dfpu_trig.c39 int tag, st0_tag = TAG_Valid; in trig_arg() local
179 static void single_arg_error(FPU_REG *st0_ptr, u_char st0_tag) in single_arg_error()
191 static void single_arg_2_error(FPU_REG *st0_ptr, u_char st0_tag) in single_arg_2_error()
275 static void fptan(FPU_REG *st0_ptr, u_char st0_tag) in fptan()
354 static void fxtract(FPU_REG *st0_ptr, u_char st0_tag) in fxtract()
447 static void fsqrt_(FPU_REG *st0_ptr, u_char st0_tag) in fsqrt_()
505 static void frndint_(FPU_REG *st0_ptr, u_char st0_tag) in frndint_()
680 static void fcos(FPU_REG *st0_ptr, u_char st0_tag) in fcos()
685 static void fsincos(FPU_REG *st0_ptr, u_char st0_tag) in fsincos()
778 static void do_fprem(FPU_REG *st0_ptr, u_char st0_tag, int round) in do_fprem()
[all …]
Dreg_ld_str.c336 int FPU_store_extended(FPU_REG *st0_ptr, u_char st0_tag, in FPU_store_extended()
378 int FPU_store_double(FPU_REG *st0_ptr, u_char st0_tag, double __user *dfloat) in FPU_store_double()
563 int FPU_store_single(FPU_REG *st0_ptr, u_char st0_tag, float __user *single) in FPU_store_single()
752 int FPU_store_int64(FPU_REG *st0_ptr, u_char st0_tag, long long __user *d) in FPU_store_int64()
802 int FPU_store_int32(FPU_REG *st0_ptr, u_char st0_tag, long __user *d) in FPU_store_int32()
848 int FPU_store_int16(FPU_REG *st0_ptr, u_char st0_tag, short __user *d) in FPU_store_int16()
894 int FPU_store_bcd(FPU_REG *st0_ptr, u_char st0_tag, u_char __user *d) in FPU_store_bcd()
Dload_store.c66 u_char st0_tag = TAG_Empty; /* This is just to stop a gcc warning. */ in FPU_load_store() local
Dpoly_atan.c51 void poly_atan(FPU_REG *st0_ptr, u_char st0_tag, in poly_atan()
Dreg_compare.c26 u_char st0_tag; in compare() local
Dfpu_aux.c137 u_char st0_tag = (tag_word >> (regnr * 2)) & 3; in fxch_i() local
Dfpu_entry.c142 u_char loaded_tag, st0_tag; in math_emulate() local