fpemu
struct fpemu *fe;
__fpu_compare(struct fpemu *fe, int cmpe, int fcc)
struct fpemu *fe;
struct fpemu *fe;
struct fpemu;
struct fpn *__fpu_add(struct fpemu *);
void __fpu_compare(struct fpemu *, int, int);
struct fpn *__fpu_div(struct fpemu *);
void __fpu_explode(struct fpemu *, struct fpn *, int, int );
u_int __fpu_ftoi(struct fpemu *, struct fpn *);
u_int __fpu_ftox(struct fpemu *, struct fpn *, u_int *);
u_int __fpu_ftos(struct fpemu *, struct fpn *);
u_int __fpu_ftod(struct fpemu *, struct fpn *, u_int *);
u_int __fpu_ftoq(struct fpemu *, struct fpn *, u_int *);
void __fpu_implode(struct fpemu *, struct fpn *, int, u_int *);
struct fpn *__fpu_mul(struct fpemu *);
struct fpn *__fpu_sqrt(struct fpemu *);
struct fpn *__fpu_newnan(register struct fpemu *);
toinf(struct fpemu *fe, int sign)
struct fpemu *fe;
struct fpemu *fe;
struct fpemu *fe;
struct fpemu *fe;
struct fpemu *fe;
struct fpemu *fe;
static int fpround(struct fpemu *, struct fpn *);
static int toinf(struct fpemu *, int);
fpround(struct fpemu *fe, struct fpn *fp)
struct fpemu *fe;
struct fpemu fe; \
struct fpemu fe; \
struct fpemu fe;
struct fpemu fe; \
struct fpemu fe; \
struct fpemu fe; \
struct fpemu fe; \
struct fpemu *fe;
__fpu_newnan(struct fpemu *fe)
struct fpemu fe;
fpu_execute(struct proc *p, struct fpemu *fe, union instr instr)
fpu_insn_fmov(struct fpstate *fs, struct fpemu *fe, union instr instr)
fpu_insn_fabs(struct fpstate *fs, struct fpemu *fe, union instr instr)
fpu_insn_fneg(struct fpstate *fs, struct fpemu *fe, union instr instr)
fpu_insn_itof(struct fpemu *fe, union instr instr, int rstype, int *rdp,
fpu_insn_ftoi(struct fpemu *fe, union instr instr, int *rdp, int rdtype,
fpu_insn_ftof(struct fpemu *fe, union instr instr, int *rdp, int *rdtypep,
fpu_insn_fsqrt(struct fpemu *fe, union instr instr, int *rdp, int *rdtypep,
fpu_insn_fcmp(struct fpstate *fs, struct fpemu *fe, union instr instr,
fpu_insn_fmul(struct fpemu *fe, union instr instr, int *rdp, int *rdtypep,
fpu_insn_fmulx(struct fpemu *fe, union instr instr, int *rdp, int *rdtypep,
fpu_insn_fdiv(struct fpemu *fe, union instr instr, int *rdp, int *rdtypep,
fpu_insn_fadd(struct fpemu *fe, union instr instr, int *rdp, int *rdtypep,
fpu_insn_fsub(struct fpemu *fe, union instr instr, int *rdp, int *rdtypep,
int fpu_insn_fmov(struct fpstate *, struct fpemu *, union instr);
int fpu_insn_fabs(struct fpstate *, struct fpemu *, union instr);
int fpu_insn_fneg(struct fpstate *, struct fpemu *, union instr);
int fpu_insn_itof(struct fpemu *, union instr, int, int *,
int fpu_insn_ftoi(struct fpemu *, union instr, int *, int, u_int *);
int fpu_insn_ftof(struct fpemu *, union instr, int *, int *, u_int *);
int fpu_insn_fsqrt(struct fpemu *, union instr, int *, int *, u_int *);
int fpu_insn_fcmp(struct fpstate *, struct fpemu *, union instr, int);
int fpu_insn_fmul(struct fpemu *, union instr, int *, int *, u_int *);
int fpu_insn_fmulx(struct fpemu *, union instr, int *, int *, u_int *);
int fpu_insn_fdiv(struct fpemu *, union instr, int *, int *, u_int *);
int fpu_insn_fadd(struct fpemu *, union instr, int *, int *, u_int *);
int fpu_insn_fsub(struct fpemu *, union instr, int *, int *, u_int *);
fpu_add(struct fpemu *fe)
fpu_compare(struct fpemu *fe, int cmpe)
fpu_div(struct fpemu *fe)
struct fpn *fpu_add(struct fpemu *);
struct fpn *fpu_mul(struct fpemu *);
struct fpn *fpu_div(struct fpemu *);
struct fpn *fpu_sqrt(struct fpemu *);
void fpu_compare(struct fpemu *, int);
struct fpn *fpu_newnan(struct fpemu *);
void fpu_explode(struct fpemu *, struct fpn *, int, int);
void fpu_implode(struct fpemu *, struct fpn *, int, u_int *);
fpu_explode(struct fpemu *fe, struct fpn *fp, int type, int reg)
struct fpemu;
int fpu_execute(struct proc *, struct fpemu *, union instr);
struct fpn *fpu_add(struct fpemu *);
void fpu_compare(struct fpemu *, int);
struct fpn *fpu_div(struct fpemu *);
void fpu_explode(struct fpemu *, struct fpn *, int, int );
u_int fpu_ftoi(struct fpemu *, struct fpn *);
u_int fpu_ftox(struct fpemu *, struct fpn *, u_int *);
u_int fpu_ftos(struct fpemu *, struct fpn *);
u_int fpu_ftod(struct fpemu *, struct fpn *, u_int *);
u_int fpu_ftoq(struct fpemu *, struct fpn *, u_int *);
struct fpn *fpu_mul(struct fpemu *);
struct fpn *fpu_sqrt(struct fpemu *);
struct fpn *fpu_newnan(struct fpemu *);
toinf(struct fpemu *fe, int sign)
fpu_ftoi(struct fpemu *fe, struct fpn *fp)
fpu_ftox(struct fpemu *fe, struct fpn *fp, u_int *res)
fpu_ftos(struct fpemu *fe, struct fpn *fp)
fpu_ftod(struct fpemu *fe, struct fpn *fp, u_int *res)
fpu_ftoq(struct fpemu *fe, struct fpn *fp, u_int *res)
fpu_implode(struct fpemu *fe, struct fpn *fp, int type, u_int *space)
static int fpu_round(struct fpemu *, struct fpn *);
static int toinf(struct fpemu *, int);
fpu_round(struct fpemu *fe, struct fpn *fp)
fpu_mul(struct fpemu *fe)
fpu_sqrt(struct fpemu *fe)
fpu_newnan(struct fpemu *fe)