sdisp             230 arch/powerpc/math-emu/math.c 	signed short sdisp;
sdisp             352 arch/powerpc/math-emu/math.c 		sdisp = (insn & 0xffff);
sdisp             354 arch/powerpc/math-emu/math.c 		op1 = (void *)((idx ? regs->gpr[idx] : 0) + sdisp);
sdisp             362 arch/powerpc/math-emu/math.c 		sdisp = (insn & 0xffff);
sdisp             364 arch/powerpc/math-emu/math.c 		op1 = (void *)(regs->gpr[idx] + sdisp);