Searched refs:fetch_p (Results 1 – 1 of 1) sorted by relevance
164 char *fetch_p, unsigned short *pc, in decode() argument200 ((signed char)(*fetch_p))); in decode()203 if (inst == 0x5c || isbranch(child, (*fetch_p & 0xf0) >> 4)) in decode()215 unsigned char *fetch_p; in nextpc() local221 fetch_p = (unsigned char *)pc; in nextpc()222 inst = *fetch_p++; in nextpc()228 inst = *fetch_p++; in nextpc()230 return decode(child, op, fetch_p, pc, inst); in nextpc()