Home
last modified time | relevance | path

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

/src/sys/powerpc/fpu/
H A Dfpu_extern.h43 int fpu_execute(struct trapframe *, struct fpemu *, union instr *);
H A Dfpu_emu.c213 switch (fpu_execute(frame, &fe, &insn)) { in fpu_emulate()
259 fpu_execute(struct trapframe *tf, struct fpemu *fe, union instr *insn) in fpu_execute() function