Searched refs:newpc (Results 1 – 10 of 10) sorted by relevance
181 i386_set_pc (CORE_ADDR newpc) in i386_set_pc() argument184 fprintf (stderr, "set pc to %08lx\n", (long) newpc); in i386_set_pc()185 supply_register_by_name ("eip", &newpc); in i386_set_pc()
65 unsigned long newpc = pc; in arm_set_pc() local66 supply_register_by_name ("pc", &newpc); in arm_set_pc()
71 unsigned long newpc = pc; in sh_set_pc() local72 supply_register_by_name ("pc", &newpc); in sh_set_pc()
110 unsigned long newpc = pc; in mips_set_pc() local111 supply_register_by_name ("pc", &newpc); in mips_set_pc()
79 unsigned long newpc = pc; in ppc_set_pc() local81 supply_register_by_name ("pc", &newpc); in ppc_set_pc()
52 void (*set_pc) (CORE_ADDR newpc);
410 vaddr_t newpc; local418 newpc = db_register_value(regs, insn.jump_format.rb) & ~3;442 newpc = (pc + 4) + (signed_immediate << 2);447 newpc = pc; /* XXX */450 return (newpc);
2560 unsigned long newpc; in none_reg_mode_jump_op() local2576 newpc = in none_reg_mode_jump_op()2584 newpc = read_memory_unsigned_integer (address, 4); in none_reg_mode_jump_op()2592 inst_env->reg[REG_PC] = newpc; in none_reg_mode_jump_op()
3059 ((SI newpc) (SI oldpc) (SI offs))3062 (set newpc (add SI oldpc offs))3063 (set pc newpc)3064 (setf-arit SI add oldpc offs newpc cbit))3110 ((SI newpc) (SI oldpc) (HI offs))3118 (set newpc (add SI oldpc offs))3119 (set pc newpc)3120 (setf-arit SI add oldpc (ext SI offs) newpc cbit))4375 ((SI newpc) (SI oldpc) (SI offs))4378 (set newpc (add SI oldpc offs))[all …]
7812 (sequence ((SI newpc))7816 (set newpc (mem16 HI (reg h-sp)))7818 (set newpc (or newpc (sll (mem16 QI (reg h-sp)) (const 16))))7820 (set pc newpc)))7830 (sequence ((SI newpc))7834 (set newpc (mem32 SI (reg h-sp)))7836 (set pc newpc)))