Home
last modified time | relevance | path

Searched refs:fpu_execute (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/sys/arch/sparc64/fpu/
H A Dfpu_extern.h43 int fpu_execute(struct proc *, struct fpemu *, union instr);
H A Dfpu.c236 error = fpu_execute(p, &fe, instr); in fpu_cleanup()
276 fpu_execute(struct proc *p, struct fpemu *fe, union instr instr) in fpu_execute() function