Home
last modified time | relevance | path

Searched refs:fpu_explode (Results 1 – 4 of 4) sorted by relevance

/original-bsd/sys/sparc/fpu/
H A Dfpu.c251 fpu_explode(fe, &fe->fe_f1, type, rs2);
256 fpu_explode(fe, &fe->fe_f1, type, rs1);
257 fpu_explode(fe, &fe->fe_f2, type, rs2);
262 fpu_explode(fe, &fe->fe_f1, type, rs1);
263 fpu_explode(fe, &fe->fe_f2, type, rs2);
268 fpu_explode(fe, &fe->fe_f1, type, rs1);
269 fpu_explode(fe, &fe->fe_f2, type, rs2);
274 fpu_explode(fe, &fe->fe_f1, type, rs1);
275 fpu_explode(fe, &fe->fe_f2, type, rs2);
280 fpu_explode(fe, &fe->fe_f1, type, rs1);
[all …]
H A Dfpu_emu.h162 void fpu_explode(struct fpemu *, struct fpn *, int, int);
H A Dfpu_explode.c189 fpu_explode(fe, fp, type, reg) in fpu_explode() function
/original-bsd/sys/sparc/conf/
H A Dfiles.sparc67 file sparc/fpu/fpu_explode.c