Lines Matching refs:next

133 	u8 opc, *pc, *sp, *next;  in find_nextpc()  local
135 next = 0; in find_nextpc()
144 next = pc + size; in find_nextpc()
152 next = pc + x8; in find_nextpc()
160 next = pc + x16; in find_nextpc()
168 next = pc + x32; in find_nextpc()
174 next = (u8 *)regs->mdr; in find_nextpc()
183 next = (u8 *)x32; in find_nextpc()
189 next = pc + 2; in find_nextpc()
195 next = (u8 *)regs->a0; in find_nextpc()
198 next = (u8 *)regs->a1; in find_nextpc()
201 next = (u8 *)regs->a2; in find_nextpc()
204 next = (u8 *)regs->a3; in find_nextpc()
212 next = (u8 *)x32; in find_nextpc()
218 next = (u8 *)x32; in find_nextpc()
226 next = pc + 3; in find_nextpc()
233 next = pc + x8; in find_nextpc()
242 next = pc + x16; in find_nextpc()
244 next = pc + 4; in find_nextpc()
254 next = pc + x32; in find_nextpc()
265 return (unsigned)next; in find_nextpc()
274 u8 opc, *pc, *sp, *next; in singlestep_branch_setup() local
276 next = NULL; in singlestep_branch_setup()
286 next = pc; in singlestep_branch_setup()
292 next = pc + 5; in singlestep_branch_setup()
300 next = pc + 7; in singlestep_branch_setup()
304 next = pc + 3; in singlestep_branch_setup()
305 regs->mdr = (unsigned) next; in singlestep_branch_setup()
310 next = pc + 3; in singlestep_branch_setup()
311 *(unsigned *)sp = (unsigned) next; in singlestep_branch_setup()
315 next = pc + 2; in singlestep_branch_setup()
324 next = pc + 4; in singlestep_branch_setup()
327 next = pc; in singlestep_branch_setup()
330 next = pc + 2; in singlestep_branch_setup()
331 *(unsigned *) sp = (unsigned) next; in singlestep_branch_setup()
334 next = pc + 2; in singlestep_branch_setup()
335 *(unsigned *)(sp + 4) = (unsigned) next; in singlestep_branch_setup()
342 next = pc + 4; in singlestep_branch_setup()
350 next = pc + 6; in singlestep_branch_setup()
358 return (unsigned) next; in singlestep_branch_setup()