Home
last modified time | relevance | path

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

/arch/sparc/math-emu/
Dmath_32.c131 static int do_one_mathemu(u32 insn, unsigned long *fsr, unsigned long *fregs);
179 retcode = do_one_mathemu(insn, &fpt->thread.fsr, fpt->thread.float_regs); in do_mathemu()
191 retcode = do_one_mathemu(fpt->thread.fpqueue[i].insn, &(fpt->thread.fsr), fpt->thread.float_regs); in do_mathemu()
271 static int do_one_mathemu(u32 insn, unsigned long *pfsr, unsigned long *fregs) in do_one_mathemu() function