Home | History | Annotate | Download | only in arch

Lines Matching defs:nextpc

274   CORE_ADDR nextpc = pc + 2;		/* Default is next instruction.  */
278 nextpc = MAKE_THUMB_ADDR (nextpc);
414 nextpc = self->ops->read_mem_uint (sp + offset, 4, byte_order);
421 nextpc = self->ops->syscall_next_pc (self);
424 nextpc = pc_val + (sbits (inst1, 0, 7) << 1);
428 nextpc = pc_val + (sbits (inst1, 0, 10) << 1);
436 nextpc = pc + 4;
437 nextpc = MAKE_THUMB_ADDR (nextpc);
456 nextpc = pc_val + offset;
459 nextpc = nextpc & 0xfffffffc;
464 nextpc = regcache_raw_get_unsigned (regcache, ARM_LR_REGNUM);
465 nextpc -= inst2 & 0x00ff;
484 nextpc = pc_val + offset;
524 nextpc = self->ops->read_mem_uint (addr + offset, 4, byte_order);
530 nextpc = regcache_raw_get_unsigned (regcache, bits (inst2, 0, 3));
531 nextpc = MAKE_THUMB_ADDR (nextpc);
571 nextpc
587 nextpc = pc_val + length;
602 nextpc = pc_val + length;
608 nextpc = UNMAKE_THUMB_ADDR (pc_val);
610 nextpc = regcache_raw_get_unsigned (regcache, bits (inst1, 3, 6));
615 nextpc = pc_val;
617 nextpc = regcache_raw_get_unsigned (regcache, bits (inst1, 3, 6));
619 nextpc = MAKE_THUMB_ADDR (nextpc);
628 nextpc = pc_val + imm;
630 nextpc = pc_val + imm;
633 next_pcs.push_back (nextpc);
654 CORE_ADDR nextpc;
663 nextpc = (CORE_ADDR) (pc_val + 4); /* Default case */
672 nextpc = BranchDest (pc, this_instr);
673 nextpc |= bit (this_instr, 24) << 1;
674 nextpc = MAKE_THUMB_ADDR (nextpc);
710 nextpc = ((rn == ARM_PC_REGNUM)
714 next_pcs.push_back (nextpc);
774 result = (unsigned long) nextpc;
794 nextpc = self->ops->addr_bits_remove (self, result);
842 nextpc
875 nextpc = (CORE_ADDR) self->ops->read_mem_uint (rn_val_offset,
884 nextpc = BranchDest (pc, this_instr);
894 nextpc = self->ops->syscall_next_pc (self);
904 next_pcs.push_back (nextpc);