Searched refs:fpemu (Results 1 - 25 of 42) sorted by relevance

12

/netbsd-6-1-5-RELEASE/sys/arch/m68k/fpe/
H A Dfpu_arith_proto.h44 struct fpn * fpu_add(struct fpemu *fe);
47 struct fpn * fpu_div(struct fpemu *fe);
50 struct fpn * fpu_etox(struct fpemu *fe);
51 struct fpn * fpu_etoxm1(struct fpemu *fe);
52 struct fpn * fpu_tentox(struct fpemu *fe);
53 struct fpn * fpu_twotox(struct fpemu *fe);
56 struct fpn * fpu_getexp(struct fpemu *fe);
57 struct fpn * fpu_getman(struct fpemu *fe);
60 struct fpn * fpu_atanh(struct fpemu *fe);
61 struct fpn * fpu_cosh(struct fpemu *f
[all...]
H A Dfpu_exp.c44 fpu_etox(struct fpemu *fe)
51 fpu_etoxm1(struct fpemu *fe)
58 fpu_tentox(struct fpemu *fe)
65 fpu_twotox(struct fpemu *fe)
H A Dfpu_emulate.h146 struct fpemu { struct
216 struct fpn *fpu_newnan(struct fpemu *);
227 int fpu_round(register struct fpemu *, register struct fpn *);
230 void fpu_explode(struct fpemu *, struct fpn *, int t, u_int *);
231 void fpu_implode(struct fpemu *, struct fpn *, int t, u_int *);
237 int fpu_emul_fmovecr(struct fpemu *, struct instruction *);
238 int fpu_emul_fstore(struct fpemu *, struct instruction *);
239 int fpu_emul_fscale(struct fpemu *, struct instruction *);
247 struct fpn *fpu_cmp(struct fpemu *);
249 struct fpn *fpu_sincos_taylor(struct fpemu *, struc
[all...]
H A Dfpu_getexp.c42 fpu_getexp(struct fpemu *fe)
61 fpu_getman(struct fpemu *fe)
H A Dfpu_trig.c64 static inline struct fpn *fpu_cos_halfpi(struct fpemu *);
65 static inline struct fpn *fpu_sin_halfpi(struct fpemu *);
68 fpu_acos(struct fpemu *fe)
75 fpu_asin(struct fpemu *fe)
82 fpu_atan(struct fpemu *fe)
93 fpu_sincos_taylor(struct fpemu *fe, struct fpn *s0, u_int f, int hyperb)
173 fpu_cos_halfpi(struct fpemu *fe)
201 fpu_sin_halfpi(struct fpemu *fe)
235 fpu_cos(struct fpemu *fe)
350 fpu_sin(struct fpemu *f
[all...]
H A Dfpu_hyperb.c71 fpu_atanh(struct fpemu *fe)
78 fpu_cosh(struct fpemu *fe)
103 fpu_sinh(struct fpemu *fe)
125 fpu_tanh(struct fpemu *fe)
H A Dfpu_implode.c61 static u_int fpu_ftoi(struct fpemu *fe, struct fpn *fp);
62 static u_int fpu_ftos(struct fpemu *fe, struct fpn *fp);
63 static u_int fpu_ftod(struct fpemu *fe, struct fpn *fp, u_int *);
64 static u_int fpu_ftox(struct fpemu *fe, struct fpn *fp, u_int *);
79 fpu_round(register struct fpemu *fe, register struct fpn *fp)
156 toinf(struct fpemu *fe, int sign)
190 fpu_ftoi(struct fpemu *fe, register struct fpn *fp)
240 fpu_ftos(struct fpemu *fe, register struct fpn *fp)
324 fpu_ftod(struct fpemu *fe, register struct fpn *fp, u_int *res)
386 fpu_ftox(struct fpemu *f
[all...]
H A Dfpu_int.c43 fpu_intrz(struct fpemu *fe)
78 fpu_int(struct fpemu *fe)
H A Dfpu_rem.c88 static struct fpn * __fpu_modrem(struct fpemu *fe, int modrem);
91 __fpu_modrem(struct fpemu *fe, int modrem)
226 fpu_rem(struct fpemu *fe)
232 fpu_mod(struct fpemu *fe)
H A Dfpu_emulate.c62 static int fpu_emul_fmovmcr(struct fpemu *, struct instruction *);
63 static int fpu_emul_fmovm(struct fpemu *, struct instruction *);
64 static int fpu_emul_arith(struct fpemu *, struct instruction *);
65 static int fpu_emul_type1(struct fpemu *, struct instruction *);
66 static int fpu_emul_brcc(struct fpemu *, struct instruction *);
67 static int test_cc(struct fpemu *, int);
90 static struct fpemu fe;
246 fpu_upd_excp(struct fpemu *fe)
280 fpu_upd_fpsr(struct fpemu *fe, struct fpn *fp)
327 fpu_emul_fmovmcr(struct fpemu *f
[all...]
H A Dfpu_mul.c102 fpu_mul(register struct fpemu *fe)
H A Dfpu_add.c61 fpu_add(register struct fpemu *fe)
H A Dfpu_div.c153 fpu_div(register struct fpemu *fe)
H A Dfpu_fmovecr.c101 fpu_emul_fmovecr(struct fpemu *fe, struct instruction *insn)
H A Dfpu_fstore.c45 fpu_emul_fstore(struct fpemu *fe, struct instruction *insn)
/netbsd-6-1-5-RELEASE/sys/arch/powerpc/fpu/
H A Dfpu_extern.h36 struct fpemu;
41 int fpu_execute(struct trapframe *, struct fpemu *, union instr *);
44 struct fpn *fpu_add(struct fpemu *);
47 void fpu_compare(struct fpemu *, int);
50 struct fpn *fpu_div(struct fpemu *);
57 void fpu_explode(struct fpemu *, struct fpn *, int, int);
60 u_int fpu_ftoi(struct fpemu *, struct fpn *);
61 u_int fpu_ftox(struct fpemu *, struct fpn *, u_int *);
62 u_int fpu_ftos(struct fpemu *, struct fpn *);
63 u_int fpu_ftod(struct fpemu *, struc
[all...]
H A Dfpu_emu.h139 struct fpemu { struct
153 struct fpn *fpu_add(struct fpemu *);
155 struct fpn *fpu_mul(struct fpemu *);
156 struct fpn *fpu_div(struct fpemu *);
157 struct fpn *fpu_sqrt(struct fpemu *);
164 void fpu_compare(struct fpemu *, int);
167 struct fpn *fpu_newnan(struct fpemu *);
176 void fpu_explode(struct fpemu *, struct fpn *, int, int);
177 void fpu_implode(struct fpemu *, struct fpn *, int, u_int *);
H A Dfpu_implode.c63 static int round(struct fpemu *, struct fpn *);
64 static int toinf(struct fpemu *, int);
79 round(struct fpemu *fe, struct fpn *fp)
163 toinf(struct fpemu *fe, int sign)
199 fpu_ftoi(struct fpemu *fe, struct fpn *fp)
246 fpu_ftox(struct fpemu *fe, struct fpn *fp, u_int *res)
292 fpu_ftos(struct fpemu *fe, struct fpn *fp)
373 fpu_ftod(struct fpemu *fe, struct fpn *fp, u_int *res)
428 fpu_implode(struct fpemu *fe, struct fpn *fp, int type, u_int *space)
H A Dfpu_compare.c77 fpu_compare(struct fpemu *fe, int ordered)
/netbsd-6-1-5-RELEASE/sys/arch/sparc/fpu/
H A Dfpu_extern.h45 struct fpemu;
56 int fpu_execute(struct fpemu *, union instr);
59 struct fpn *fpu_add(struct fpemu *);
62 void fpu_compare(struct fpemu *, int);
65 struct fpn *fpu_div(struct fpemu *);
75 void fpu_explode(struct fpemu *, struct fpn *, int, int );
78 u_int fpu_ftoi(struct fpemu *, struct fpn *);
80 u_int fpu_ftox(struct fpemu *, struct fpn *, u_int *);
82 u_int fpu_ftos(struct fpemu *, struct fpn *);
83 u_int fpu_ftod(struct fpemu *, struc
[all...]
H A Dfpu_emu.h141 struct fpemu { struct
159 struct fpn *fpu_add(struct fpemu *);
161 struct fpn *fpu_mul(struct fpemu *);
162 struct fpn *fpu_div(struct fpemu *);
163 struct fpn *fpu_sqrt(struct fpemu *);
170 void fpu_compare(struct fpemu *, int);
173 struct fpn *fpu_newnan(struct fpemu *);
182 void fpu_explode(struct fpemu *, struct fpn *, int, int);
183 void fpu_implode(struct fpemu *, struct fpn *, int, u_int *);
H A Dfpu_implode.c66 static int round(struct fpemu *, struct fpn *);
67 static int toinf(struct fpemu *, int);
82 round(struct fpemu *fe, struct fpn *fp)
163 toinf(struct fpemu *fe, int sign)
197 fpu_ftoi(struct fpemu *fe, struct fpn *fp)
245 fpu_ftox(struct fpemu *fe, struct fpn *fp, u_int *res)
294 fpu_ftos(struct fpemu *fe, struct fpn *fp)
376 fpu_ftod(struct fpemu *fe, struct fpn *fp, u_int *res)
434 fpu_ftoq(struct fpemu *fe, struct fpn *fp, u_int *res)
491 fpu_implode(struct fpemu *f
[all...]
H A Dfpu_compare.c76 fpu_compare(struct fpemu *fe, int cmpe)
H A Dfpu_div.c153 fpu_div(struct fpemu *fe)
H A Dfpu_mul.c102 fpu_mul(struct fpemu *fe)

Completed in 191 milliseconds

12