Home
last modified time | relevance | path

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

/linux-4.1.27/arch/powerpc/math-emu/
Dmath.c229 signed short sdisp; in do_mathemu() local
351 sdisp = (insn & 0xffff); in do_mathemu()
353 op1 = (void *)((idx ? regs->gpr[idx] : 0) + sdisp); in do_mathemu()
361 sdisp = (insn & 0xffff); in do_mathemu()
363 op1 = (void *)(regs->gpr[idx] + sdisp); in do_mathemu()