Searched refs:special_reg_pc_ (Results 1 – 4 of 4) sorted by relevance
316 intptr_t special_reg_pc_; variable
287 sim_->special_reg_pc_, sim_->special_reg_lr_, in Debug()306 sim_->special_reg_pc_, sim_->special_reg_lr_, in Debug()758 special_reg_pc_ = 0; in Simulator()834 special_reg_pc_ = value; in set_pc()839 return ((special_reg_pc_ == bad_lr) || (special_reg_pc_ == end_sim_pc)); in has_bad_pc()844 intptr_t Simulator::get_pc() const { return special_reg_pc_; } in get_pc()
417 intptr_t special_reg_pc_; variable
302 PrintF(" pc: %08" V8PRIxPTR " cr: %08x\n", sim_->special_reg_pc_, in Debug()317 PrintF(" pc: %08" V8PRIxPTR " cr: %08x\n", sim_->special_reg_pc_, in Debug()1516 special_reg_pc_ = 0; in Simulator()1616 special_reg_pc_ = value; in set_pc()1620 return ((special_reg_pc_ == bad_lr) || (special_reg_pc_ == end_sim_pc)); in has_bad_pc()1624 intptr_t Simulator::get_pc() const { return special_reg_pc_; } in get_pc()