Lines Matching refs:nextpc
178 unsigned long nextpc;
191 nextpc = regs->pc + 4 + ((short)((insn & 0xfff) << 4) >> 3);
196 nextpc = regs->pc + 4 + ((char)(insn & 0xff) << 1);
198 nextpc = regs->pc + 4;
203 nextpc = regs->pc + 4;
205 nextpc = regs->pc + 4 + ((char)(insn & 0xff) << 1);
210 nextpc = regs->regs[nib[1]];
215 nextpc = regs->pc + 4 + regs->regs[nib[1]];
219 nextpc = regs->pr;
222 nextpc = regs->pc + instruction_size(insn);
237 regs->pc = nextpc;
275 regs->pc = nextpc;
319 regs->pc = nextpc;
359 regs->pc = nextpc;
382 regs->pc = nextpc;