Searched defs:DecodeTypeRegister (Results 1 - 4 of 4) sorted by relevance

/external/v8/src/mips/
H A Ddisasm-mips.cc123 void DecodeTypeRegister(Instruction* instr);
1294 void Decoder::DecodeTypeRegister(Instruction* instr) { function in class:v8::internal::Decoder
1668 DecodeTypeRegister(instr);
H A Dsimulator-mips.cc3862 void Simulator::DecodeTypeRegister(Instruction* instr) { function in class:v8::Simulator
4388 DecodeTypeRegister(instr);
/external/v8/src/mips64/
H A Ddisasm-mips64.cc127 int DecodeTypeRegister(Instruction* instr);
1531 int Decoder::DecodeTypeRegister(Instruction* instr) { function in class:v8::internal::Decoder
1923 return DecodeTypeRegister(instr);
H A Dsimulator-mips64.cc4045 void Simulator::DecodeTypeRegister(Instruction* instr) { function in class:v8::Simulator
4653 DecodeTypeRegister(instr);

Completed in 221 milliseconds