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

  /external/v8/src/ppc/
simulator-ppc.cc 946 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 889 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/mips64/
simulator-mips64.cc 1033 void Simulator::set_register(int reg, int64_t value) { function in class:v8::internal::Simulator
    [all...]
simulator-mips64.h 194 void set_register(int reg, int64_t value);
233 // Special case of set_register and get_register to access the raw PC value.
385 set_register(rd_reg, alu_out);
  /external/v8/src/mips/
simulator-mips.cc 1102 void Simulator::set_register(int reg, int32_t value) { function in class:v8::internal::Simulator
    [all...]
simulator-mips.h 164 void set_register(int reg, int32_t value);
202 // Special case of set_register and get_register to access the raw PC value.
350 set_register(rd_reg, alu_out);

Completed in 160 milliseconds