Lines Matching refs:pc
164 char *fetch_p, unsigned short *pc, in decode() argument
173 return (unsigned short *)pc + op->length; in decode()
175 addr = *(unsigned long *)pc; in decode()
178 addr = *pc & 0xff; in decode()
191 regno = (*pc >> 4) & 0x07; in decode()
199 pc = (unsigned short *)((unsigned long)pc + in decode()
201 return pc+1; /* skip myself */ in decode()
204 pc = (unsigned short *)((unsigned long)pc + in decode()
205 ((signed short)(*(pc+1)))); in decode()
206 return pc+2; /* skip myself */ in decode()
212 static unsigned short *nextpc(struct task_struct *child, unsigned short *pc) in nextpc() argument
221 fetch_p = (unsigned char *)pc; in nextpc()
230 return decode(child, op, fetch_p, pc, inst); in nextpc()