Home
last modified time | relevance | path

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

/linux/arch/powerpc/math-emu/
A Dmath.c230 signed short sdisp; in do_mathemu() local
352 sdisp = (insn & 0xffff); in do_mathemu()
354 op1 = (void *)((idx ? regs->gpr[idx] : 0) + sdisp); in do_mathemu()
362 sdisp = (insn & 0xffff); in do_mathemu()
364 op1 = (void *)(regs->gpr[idx] + sdisp); in do_mathemu()

Completed in 4 milliseconds