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

  /external/v8/src/ppc/
simulator-ppc.cc 914 void Simulator::set_register(int reg, intptr_t value) { function in class:v8::internal::Simulator
    [all...]
simulator-ppc.h 183 void set_register(int reg, intptr_t value);
203 // Special case of set_register and get_register to access the raw PC value.
  /external/v8/src/arm/
simulator-arm.cc 828 void Simulator::set_register(int reg, int32_t value) { function in class:v8::internal::Simulator
    [all...]
simulator-arm.h 143 void set_register(int reg, int32_t value);
186 // Special case of set_register and get_register to access the raw PC value.
  /external/v8/src/mips/
simulator-mips.cc 1044 void Simulator::set_register(int reg, int32_t value) { function in class:v8::internal::Simulator
    [all...]
simulator-mips.h 197 void set_register(int reg, int32_t value);
235 // Special case of set_register and get_register to access the raw PC value.
380 set_register(rd_reg, alu_out);
  /external/v8/src/mips64/
simulator-mips64.cc 978 void Simulator::set_register(int reg, int64_t value) { function in class:v8::internal::Simulator
    [all...]
simulator-mips64.h 206 void set_register(int reg, int64_t value);
245 // Special case of set_register and get_register to access the raw PC value.
395 set_register(rd_reg, alu_out);
  /external/v8/src/s390/
simulator-s390.cc 1650 void Simulator::set_register(int reg, uint64_t value) { function in class:v8::internal::Simulator
    [all...]
simulator-s390.h 153 void set_register(int reg, uint64_t value);
197 // Special case of set_register and get_register to access the raw PC value.
  /external/v8/src/interpreter/
bytecode-generator.cc 43 outer_->set_register(outer_context_reg);
53 outer_->set_register(register_);
84 void set_register(Register reg) { register_ = reg; } function in class:v8::internal::interpreter::BASE_EMBEDDED
    [all...]

Completed in 299 milliseconds