Searched refs:DecodeTypeRegister (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/v8/src/mips/
H A Dsimulator-mips.h266 void DecodeTypeRegister(Instruction* instr);
268 // Helper function for DecodeTypeRegister.
H A Ddisasm-mips.cc103 void DecodeTypeRegister(Instruction* instr);
452 void Decoder::DecodeTypeRegister(Instruction* instr) { function in class:v8::internal::Decoder
1251 DecodeTypeRegister(instr);
H A Dsimulator-mips.cc1870 // DecodeTypeRegister correctly.
2132 void Simulator::DecodeTypeRegister(Instruction* instr) { function in class:v8::internal::Simulator
3067 DecodeTypeRegister(instr);
/external/chromium_org/v8/src/mips64/
H A Dsimulator-mips64.h316 void DecodeTypeRegister(Instruction* instr);
318 // Helper function for DecodeTypeRegister.
H A Ddisasm-mips64.cc104 int DecodeTypeRegister(Instruction* instr);
477 int Decoder::DecodeTypeRegister(Instruction* instr) { function in class:v8::internal::Decoder
1403 return DecodeTypeRegister(instr);
H A Dsimulator-mips64.cc1937 // DecodeTypeRegister correctly.
2258 void Simulator::DecodeTypeRegister(Instruction* instr) { function in class:v8::internal::Simulator
3224 DecodeTypeRegister(instr);

Completed in 1223 milliseconds