Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/powerpc/math-emu/
H 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()
/kernel/linux/linux-6.6/arch/powerpc/math-emu/
H 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 2 milliseconds