HomeSort by: relevance | last modified time | path
    Searched defs:fpemu (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/arch/sparc/fpu/
fpu_emu.h 141 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 *);
  /src/sys/arch/powerpc/fpu/
fpu_emu.h 150 struct fpemu { struct
165 struct fpn *fpu_add(struct fpemu *);
166 struct fpn *fpu_mul(struct fpemu *);
167 struct fpn *fpu_div(struct fpemu *);
168 struct fpn *fpu_sqrt(struct fpemu *);
171 fpu_sub(struct fpemu *fe)
185 void fpu_compare(struct fpemu *, int);
188 struct fpn *fpu_newnan(struct fpemu *);
199 void fpu_explode(struct fpemu *, struct fpn *, int, uint64_t);
200 void fpu_implode(struct fpemu *, struct fpn *, int, uint64_t *)
    [all...]
  /src/sys/arch/m68k/fpe/
fpu_emulate.h 146 struct fpemu { struct
216 struct fpn *fpu_newnan(struct fpemu *);
227 int fpu_round(struct fpemu *, struct fpn *);
230 void fpu_explode(struct fpemu *, struct fpn *, int t, const uint32_t *);
231 void fpu_implode(struct fpemu *, struct fpn *, int t, uint32_t *);
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 *);
251 void fpu_cordit1(struct fpemu *,
    [all...]

Completed in 12 milliseconds