Searched refs:special_reg_pc_ (Results 1 – 4 of 4) sorted by relevance
360 intptr_t special_reg_pc_; variable
282 sim_->special_reg_pc_, sim_->special_reg_lr_, in Debug()301 sim_->special_reg_pc_, sim_->special_reg_lr_, in Debug()766 special_reg_pc_ = 0; in Simulator()949 special_reg_pc_ = value; in set_pc()954 return ((special_reg_pc_ == bad_lr) || (special_reg_pc_ == end_sim_pc)); in has_bad_pc()959 intptr_t Simulator::get_pc() const { return special_reg_pc_; } in get_pc()
477 intptr_t special_reg_pc_; variable
301 PrintF(" pc: %08" V8PRIxPTR " cr: %08x\n", sim_->special_reg_pc_, in Debug()316 PrintF(" pc: %08" V8PRIxPTR " cr: %08x\n", sim_->special_reg_pc_, in Debug()1505 special_reg_pc_ = 0; in Simulator()1716 special_reg_pc_ = value; in set_pc()1720 return ((special_reg_pc_ == bad_lr) || (special_reg_pc_ == end_sim_pc)); in has_bad_pc()1724 intptr_t Simulator::get_pc() const { return special_reg_pc_; } in get_pc()