Lines Matching refs:opc
133 u8 opc, *pc, *sp, *next; in find_nextpc() local
140 opc = *pc; in find_nextpc()
142 size = mn10300_insn_sizes[opc]; in find_nextpc()
146 switch (opc) { in find_nextpc()
150 if (cond_table[regs->epsw & 0xf] & (1 << (opc & 0xf))) in find_nextpc()
190 opc = pc[1]; in find_nextpc()
191 if (opc >= 0xf0 && opc <= 0xf7) { in find_nextpc()
193 switch (opc & 3) { in find_nextpc()
209 } else if (opc == 0xfc) { in find_nextpc()
215 } else if (opc == 0xfd) { in find_nextpc()
227 opc = pc[1]; in find_nextpc()
228 if (opc >= 0xe8 && opc <= 0xeb && in find_nextpc()
230 (1 << ((opc & 0xf) + 3))) in find_nextpc()
274 u8 opc, *pc, *sp, *next; in singlestep_branch_setup() local
316 opc = pc[1]; in singlestep_branch_setup()
317 if (opc >= 0xf0 && opc <= 0xf3) { in singlestep_branch_setup()
325 } else if (opc >= 0xf4 && opc <= 0xf7) { in singlestep_branch_setup()
328 } else if (opc == 0xfc) { in singlestep_branch_setup()
332 } else if (opc == 0xfd) { in singlestep_branch_setup()