HomeSort by relevance Sort by last modified time
    Searched refs:end_sim_pc (Results 1 - 4 of 4) sorted by null

  /external/v8/src/arm/
simulator-arm.h 180 // Executes ARM instructions until the PC reaches end_sim_pc.
206 // below (bad_lr, end_sim_pc).
227 end_sim_pc = -2
simulator-arm.cc 925 return ((registers_[pc] == bad_lr) || (registers_[pc] == end_sim_pc));
    [all...]
  /external/v8/src/mips/
simulator-mips.h 207 // Executes MIPS instructions until the PC reaches end_sim_pc.
233 // below (bad_ra, end_sim_pc).
245 end_sim_pc = -2, enumerator in enum:v8::internal::Simulator::special_values
simulator-mips.cc 375 while (!done && (sim_->get_pc() != Simulator::end_sim_pc)) {
    [all...]

Completed in 54 milliseconds