Searched refs:ReadD (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/v8/src/mips/
H A Dsimulator-mips.h254 inline double ReadD(int32_t addr, Instruction* instr);
H A Dsimulator-mips.cc1375 double Simulator::ReadD(int32_t addr, Instruction* instr) { function in class:v8::internal::Simulator
2919 fp_out = ReadD(addr, instr);
/external/chromium_org/v8/src/mips64/
H A Dsimulator-mips64.h288 inline double ReadD(int64_t addr, Instruction* instr);
H A Dsimulator-mips64.cc1434 double Simulator::ReadD(int64_t addr, Instruction* instr) { function in class:v8::internal::Simulator
3067 fp_out = ReadD(addr, instr);

Completed in 468 milliseconds