Home
last modified time | relevance | path

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

/arch/powerpc/kernel/
Dsoftemu8xx.c111 s16 sdisp; in Soft_emulate_8xx() local
132 sdisp = (instword & 0xffff); in Soft_emulate_8xx()
133 ea = (u32 *)(regs->gpr[idxreg] + sdisp); in Soft_emulate_8xx()
145 sdisp = (instword & 0xffff); in Soft_emulate_8xx()
146 ea = (u32 *)(regs->gpr[idxreg] + sdisp); in Soft_emulate_8xx()
154 sdisp = (instword & 0xffff); in Soft_emulate_8xx()
155 ea = (u32 *)(regs->gpr[idxreg] + sdisp); in Soft_emulate_8xx()
/arch/powerpc/math-emu/
Dmath.c218 signed short sdisp; in do_mathemu() local
234 sdisp = (insn & 0xffff); in do_mathemu()
236 op1 = (void *)((idx ? regs->gpr[idx] : 0) + sdisp); in do_mathemu()
241 sdisp = (insn & 0xffff); in do_mathemu()
243 op1 = (void *)((idx ? regs->gpr[idx] : 0) + sdisp); in do_mathemu()
249 sdisp = (insn & 0xffff); in do_mathemu()
251 op1 = (void *)((idx ? regs->gpr[idx] : 0) + sdisp); in do_mathemu()
256 sdisp = (insn & 0xffff); in do_mathemu()
258 op1 = (void *)((idx ? regs->gpr[idx] : 0) + sdisp); in do_mathemu()
381 sdisp = (insn & 0xffff); in do_mathemu()
[all …]