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

  /external/chromium_org/v8/src/mips/
simulator-mips.cc 1008 void Simulator::set_register(int reg, int32_t value) { function in class:v8::internal::Simulator
    [all...]
simulator-mips.h 186 void set_register(int reg, int32_t value);
202 // Special case of set_register and get_register to access the raw PC value.
  /external/v8/src/mips/
simulator-mips.cc 1008 void Simulator::set_register(int reg, int32_t value) { function in class:v8::internal::Simulator
    [all...]
simulator-mips.h 186 void set_register(int reg, int32_t value);
200 // Special case of set_register and get_register to access the raw PC value.
315 set_register(pc, reinterpret_cast<int32_t>(instr) +
  /external/chromium_org/v8/src/arm/
simulator-arm.cc 881 void Simulator::set_register(int reg, int32_t value) { function in class:v8::internal::Simulator
    [all...]
simulator-arm.h 163 void set_register(int reg, int32_t value);
205 // Special case of set_register and get_register to access the raw PC value.
  /external/v8/src/arm/
simulator-arm.cc 876 void Simulator::set_register(int reg, int32_t value) { function in class:v8::internal::Simulator
    [all...]
simulator-arm.h 158 void set_register(int reg, int32_t value);
173 // Special case of set_register and get_register to access the raw PC value.

Completed in 185 milliseconds