Lines Matching refs:FPU_REG
40 static u_char normalize_no_excep(FPU_REG *r, int exp, int sign) in normalize_no_excep()
55 int FPU_tagof(FPU_REG *ptr) in FPU_tagof()
91 FPU_REG *sti_ptr = &st(stnr); in FPU_load_extended()
103 int FPU_load_double(double *dfloat, FPU_REG *loaded_data) in FPU_load_double()
175 int FPU_load_single(float *single, FPU_REG *loaded_data) in FPU_load_single()
243 FPU_REG *st0_ptr = &st(0); in FPU_load_int64()
271 int FPU_load_int32(long *_s, FPU_REG *loaded_data) in FPU_load_int32()
300 int FPU_load_int16(short *_s, FPU_REG *loaded_data) in FPU_load_int16()
331 FPU_REG *st0_ptr = &st(0); in FPU_load_bcd()
372 int FPU_store_extended(FPU_REG *st0_ptr, u_char st0_tag, long double *d) in FPU_store_extended()
414 int FPU_store_double(FPU_REG *st0_ptr, u_char st0_tag, double *dfloat) in FPU_store_double()
420 FPU_REG tmp; in FPU_store_double()
633 int FPU_store_single(FPU_REG *st0_ptr, u_char st0_tag, float *single) in FPU_store_single()
639 FPU_REG tmp; in FPU_store_single()
857 int FPU_store_int64(FPU_REG *st0_ptr, u_char st0_tag, long long *d) in FPU_store_int64()
859 FPU_REG t; in FPU_store_int64()
918 int FPU_store_int32(FPU_REG *st0_ptr, u_char st0_tag, long *d) in FPU_store_int32()
920 FPU_REG t; in FPU_store_int32()
975 int FPU_store_int16(FPU_REG *st0_ptr, u_char st0_tag, short *d) in FPU_store_int16()
977 FPU_REG t; in FPU_store_int16()
1032 int FPU_store_bcd(FPU_REG *st0_ptr, u_char st0_tag, u_char *d) in FPU_store_bcd()
1034 FPU_REG t; in FPU_store_bcd()
1118 int FPU_round_to_int(FPU_REG *r, u_char tag) in FPU_round_to_int()