Home
last modified time | relevance | path

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

/linux/arch/x86/math-emu/
H A 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()
436 static void fdecstp(FPU_REG *st0_ptr, u_char st0_tag) in fdecstp()
442 static void fincstp(FPU_REG *st0_ptr, u_char st0_tag) in fincstp()
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()
[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 Dfpu_etc.c123 static void FPU_ST0_illegal(FPU_REG *st0_ptr, u_char st0_tag) in FPU_ST0_illegal()
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