Home
last modified time | relevance | path

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

/linux-2.4.37.9/arch/ppc/kernel/
Dsoftemu8xx.c59 signed short sdisp; in Soft_emulate_8xx() local
80 sdisp = (instword & 0xffff); in Soft_emulate_8xx()
81 ea = (uint *)(regs->gpr[idxreg] + sdisp); in Soft_emulate_8xx()
93 sdisp = (instword & 0xffff); in Soft_emulate_8xx()
94 ea = (uint *)(regs->gpr[idxreg] + sdisp); in Soft_emulate_8xx()
102 sdisp = (instword & 0xffff); in Soft_emulate_8xx()
103 ea = (uint *)(regs->gpr[idxreg] + sdisp); in Soft_emulate_8xx()
/linux-2.4.37.9/arch/ppc/math-emu/
Dmath.c219 signed short sdisp; in do_mathemu() local
235 sdisp = (insn & 0xffff); in do_mathemu()
237 op1 = (void *)((idx ? regs->gpr[idx] : 0) + sdisp); in do_mathemu()
242 sdisp = (insn & 0xffff); in do_mathemu()
244 op1 = (void *)((idx ? regs->gpr[idx] : 0) + sdisp); in do_mathemu()
250 sdisp = (insn & 0xffff); in do_mathemu()
252 op1 = (void *)((idx ? regs->gpr[idx] : 0) + sdisp); in do_mathemu()
257 sdisp = (insn & 0xffff); in do_mathemu()
259 op1 = (void *)((idx ? regs->gpr[idx] : 0) + sdisp); in do_mathemu()
382 sdisp = (insn & 0xffff); in do_mathemu()
[all …]