Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/powerpc/fpu/
Dfpu_extern.h44 int fpu_execute(struct trapframe *, struct fpemu *, union instr *);
Dfpu_emu.c220 switch (fpu_execute(frame, &fe, &insn)) { in fpu_emulate()
272 fpu_execute(struct trapframe *tf, struct fpemu *fe, union instr *insn) in fpu_execute() function