Lines Matching refs:gpr
237 op1 = (void *)((idx ? regs->gpr[idx] : 0) + sdisp); in do_mathemu()
244 op1 = (void *)((idx ? regs->gpr[idx] : 0) + sdisp); in do_mathemu()
246 regs->gpr[idx] = (unsigned long)op1; in do_mathemu()
252 op1 = (void *)((idx ? regs->gpr[idx] : 0) + sdisp); in do_mathemu()
259 op1 = (void *)((idx ? regs->gpr[idx] : 0) + sdisp); in do_mathemu()
261 regs->gpr[idx] = (unsigned long)op1; in do_mathemu()
384 op1 = (void *)((idx ? regs->gpr[idx] : 0) + sdisp); in do_mathemu()
394 op1 = (void *)(regs->gpr[idx] + sdisp); in do_mathemu()
417 op1 = (void *)(regs->gpr[idx] + regs->gpr[(insn >> 11) & 0x1f]); in do_mathemu()
423 op1 = (void *)((idx ? regs->gpr[idx] : 0) in do_mathemu()
424 + regs->gpr[(insn >> 11) & 0x1f]); in do_mathemu()
472 regs->gpr[idx] = (unsigned long)op1; in do_mathemu()