Searched refs:pc1 (Results 1 – 1 of 1) sorted by relevance
63 unsigned long *pc1, unsigned long *pc2) in compute_next_pc() argument73 *pc1 = regs->pc + 4 + ((short) ((inst & 0xfff) << 4) >> 3); in compute_next_pc()74 if(*pc1 == regs->pc + 2) in compute_next_pc()75 *pc1 = regs->pc + 4; in compute_next_pc()82 *pc1 = regs->pc + 4 + ((char) (inst & 0xff) << 1); in compute_next_pc()89 *pc1 = regs->pc + 4 + ((char) (inst & 0xff) << 1); in compute_next_pc()90 if(*pc1 == regs->pc + 2) { in compute_next_pc()91 *pc1 = regs->pc + 4; in compute_next_pc()102 *pc1 = regs->regs[nib[1]]; in compute_next_pc()103 if(*pc1 == regs->pc + 2) in compute_next_pc()[all …]