Searched refs:sdisp (Results 1 – 2 of 2) sorted by relevance
59 signed short sdisp; in Soft_emulate_8xx() local80 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()
219 signed short sdisp; in do_mathemu() local235 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 …]