Home
last modified time | relevance | path

Searched refs:fetch_p (Results 1 – 1 of 1) sorted by relevance

/arch/h8300/kernel/
Dptrace_h.c164 char *fetch_p, unsigned short *pc, in decode() argument
200 ((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() local
221 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()