Home | History | Annotate | Download | only in aarch64

Lines Matching full:new_pc

867   void WritePc(const Instruction* new_pc,
869 if (log_mode == LogBranches) LogTakenBranch(new_pc);
870 pc_ = Memory::AddressUntag(new_pc);
873 VIXL_DEPRECATED("WritePc", void set_pc(const Instruction* new_pc)) {
874 return WritePc(new_pc);