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

/freebsd-11.0-release/lib/libc/sparc64/fpu/
H A Dfpu_extern.h37 struct fpemu;
44 struct fpn *__fpu_add(struct fpemu *);
47 void __fpu_compare(struct fpemu *, int, int);
50 struct fpn *__fpu_div(struct fpemu *);
58 void __fpu_explode(struct fpemu *, struct fpn *, int, int);
61 u_int __fpu_ftoi(struct fpemu *, struct fpn *);
62 u_int __fpu_ftox(struct fpemu *, struct fpn *, u_int *);
63 u_int __fpu_ftos(struct fpemu *, struct fpn *);
64 u_int __fpu_ftod(struct fpemu *, struct fpn *, u_int *);
65 u_int __fpu_ftoq(struct fpemu *, struc
[all...]
H A Dfpu_implode.c67 static int fpround(struct fpemu *, struct fpn *);
68 static int toinf(struct fpemu *, int);
83 fpround(struct fpemu *fe, struct fpn *fp)
163 toinf(struct fpemu *fe, int sign)
197 struct fpemu *fe;
245 struct fpemu *fe;
299 struct fpemu *fe;
386 struct fpemu *fe;
448 struct fpemu *fe;
509 struct fpemu *f
[all...]
H A Dfpu_qp.c41 struct fpemu fe; \
62 struct fpemu fe; \
79 struct fpemu fe; \
105 struct fpemu fe; \
124 struct fpemu fe;
H A Dfpu_emu.h148 struct fpemu { struct
H A Dfpu.c119 static int __fpu_execute(struct utrapframe *, struct fpemu *, u_int32_t,
129 struct fpemu fe;
209 __fpu_mov(struct fpemu *fe, int type, int rd, int rs2, u_int32_t nand,
228 __fpu_ccmov(struct fpemu *fe, int type, int rd, int rs2,
237 __fpu_cmpck(struct fpemu *fe)
269 __fpu_execute(struct utrapframe *uf, struct fpemu *fe, u_int32_t insn,
H A Dfpu_compare.c93 __fpu_compare(struct fpemu *fe, int cmpe, int fcc)
H A Dfpu_div.c156 struct fpemu *fe;
H A Dfpu_mul.c104 struct fpemu *fe;
H A Dfpu_add.c65 struct fpemu *fe;
H A Dfpu_subr.c210 __fpu_newnan(struct fpemu *fe)
H A Dfpu_explode.c261 struct fpemu *fe;
H A Dfpu_sqrt.c191 struct fpemu *fe;
/freebsd-11.0-release/sys/powerpc/fpu/
H A Dfpu_extern.h37 struct fpemu;
42 int fpu_execute(struct trapframe *, struct fpemu *, union instr *);
51 u_int fpu_ftoi(struct fpemu *, struct fpn *);
52 u_int fpu_ftox(struct fpemu *, struct fpn *, u_int *);
53 u_int fpu_ftos(struct fpemu *, struct fpn *);
54 u_int fpu_ftod(struct fpemu *, struct fpn *, u_int *);
H A Dfpu_emu.h140 struct fpemu { struct
154 struct fpn *fpu_add(struct fpemu *);
156 struct fpn *fpu_mul(struct fpemu *);
157 struct fpn *fpu_div(struct fpemu *);
158 struct fpn *fpu_sqrt(struct fpemu *);
165 void fpu_compare(struct fpemu *, int);
168 struct fpn *fpu_newnan(struct fpemu *);
179 void fpu_explode(struct fpemu *, struct fpn *, int, int);
180 void fpu_implode(struct fpemu *, struct fpn *, int, u_int *);
H A Dfpu_implode.c64 static int round(struct fpemu *, struct fpn *);
65 static int toinf(struct fpemu *, int);
80 round(struct fpemu *fe, struct fpn *fp)
164 toinf(struct fpemu *fe, int sign)
200 fpu_ftoi(struct fpemu *fe, struct fpn *fp)
247 fpu_ftox(struct fpemu *fe, struct fpn *fp, u_int *res)
293 fpu_ftos(struct fpemu *fe, struct fpn *fp)
374 fpu_ftod(struct fpemu *fe, struct fpn *fp, u_int *res)
429 fpu_implode(struct fpemu *fe, struct fpn *fp, int type, u_int *space)
H A Dfpu_compare.c78 fpu_compare(struct fpemu *fe, int ordered)
H A Dfpu_mul.c104 fpu_mul(struct fpemu *fe)
H A Dfpu_add.c63 fpu_add(struct fpemu *fe)
H A Dfpu_div.c155 fpu_div(struct fpemu *fe)
H A Dfpu_explode.c209 fpu_explode(struct fpemu *fe, struct fpn *fp, int type, int reg)
H A Dfpu_subr.c208 fpu_newnan(struct fpemu *fe)
H A Dfpu_sqrt.c191 fpu_sqrt(struct fpemu *fe)
H A Dfpu_emu.c189 static struct fpemu fe;
270 fpu_execute(struct trapframe *tf, struct fpemu *fe, union instr *insn)

Completed in 163 milliseconds