Searched refs:nextpc (Results 1 – 2 of 2) sorted by relevance
1538 CORE_ADDR nextpc = pc + 2; /* default is next instruction */ in thumb_get_next_pc() local1549 nextpc = (CORE_ADDR) read_memory_integer (sp + offset, 4); in thumb_get_next_pc()1550 nextpc = ADDR_BITS_REMOVE (nextpc); in thumb_get_next_pc()1551 if (nextpc == pc) in thumb_get_next_pc()1559 nextpc = pc_val + (sbits (inst1, 0, 7) << 1); in thumb_get_next_pc()1563 nextpc = pc_val + (sbits (inst1, 0, 10) << 1); in thumb_get_next_pc()1569 nextpc = pc_val + offset; in thumb_get_next_pc()1572 nextpc = nextpc & 0xfffffffc; in thumb_get_next_pc()1577 nextpc = pc_val; in thumb_get_next_pc()1579 nextpc = read_register (bits (inst1, 3, 6)); in thumb_get_next_pc()[all …]
314 CHILD *pc, *nextpc; in childscan() local318 for (pc = childlist; pc; pc = nextpc) { in childscan()319 nextpc = pc->c_next; in childscan()