Home
last modified time | relevance | path

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

/linux-4.4.14/arch/h8300/kernel/
Dptrace_h.c138 static int isbranch(struct task_struct *task, int reson) in isbranch() function
198 if (inst == 0x55 || isbranch(child, inst & 0x0f)) in decode()
203 if (inst == 0x5c || isbranch(child, (*fetch_p & 0xf0) >> 4)) in decode()